371 Lotus blogs updated hourly. Who will post next? Home | Downloads | Events | Jobs | Twitter | Bookmarks | Pods | Forum | Blogs | Search | myPL | About 
 
Latest 7 Posts
Recycle() XPages repeat control?
Fri, Mar 30th 2012 258
XPages fileupload control and mime types
Fri, Jan 13th 2012 414
err.PersistenceServiceResourceProvider error in logs
Wed, Oct 26th 2011 143
HTTP JVM: CLFAD0134E: Exception processing XPage request
Tue, Oct 4th 2011 245
Can't find resource for bundle java.util.PropertyResourceBundle
Wed, Sep 21st 2011 400
SessionID parameter at end of URL
Wed, Jul 6th 2011 173
XPages / Notes < font > tags
Wed, Jul 6th 2011 187
Top 10
XPages fileupload control and mime types
Fri, Jan 13th 2012 414
Can't find resource for bundle java.util.PropertyResourceBundle
Wed, Sep 21st 2011 400
Recycle() XPages repeat control?
Fri, Mar 30th 2012 258
HTTP JVM: CLFAD0134E: Exception processing XPage request
Tue, Oct 4th 2011 245
XPages / Notes < font > tags
Wed, Jul 6th 2011 187
Display picture from Rich Text Field
Tue, Mar 1st 2011 175
SessionID parameter at end of URL
Wed, Jul 6th 2011 173
Recommended Reading: Mastering XPages
Wed, Apr 27th 2011 165
Debugging tip:Error while executing JavaScript action expression
Wed, Mar 9th 2011 162
err.PersistenceServiceResourceProvider error in logs
Wed, Oct 26th 2011 143


XPages fileupload control and mime types
   

I have a problem uploading an image to a form field using the built in xpages fileuploader control. The form field the image is saved to is configured like explained in this blog post by Mats Knutsen: http://devxpages.blogspot.com/2011/03/display-picture-from-rich-text-field.html . I Also plan to display the image in an xpage using the template described in the blog post, like this (http://server

---------------------
http://devxpages.blogspot.com/2012/01/xpages-fileupload-control-and-mime.html
Jan 13, 2012
415 hits



Recent Blog Posts
258


Recycle() XPages repeat control?
Fri, Mar 30th 2012 6:10a   Rasmus Bauck
I`m currently looking into memory management in Lotus Notes XPages applications. I understand that ideally every domino object should be recycled, especially when looping large collections and new`ing up large amounts domino objects.What about the xp:repeat control? When I set a large NotesViewEntryCollection as value for a repeater (by just calling database.getView('x').getAllEntries()), how [read] Keywords: domino lotus notes xpages applications database
415


XPages fileupload control and mime types
Fri, Jan 13th 2012 5:10a   Rasmus Bauck
I have a problem uploading an image to a form field using the built in xpages fileuploader control. The form field the image is saved to is configured like explained in this blog post by Mats Knutsen: http://devxpages.blogspot.com/2011/03/display-picture-from-rich-text-field.html . I Also plan to display the image in an xpage using the template described in the blog post, like this (http://server [read] Keywords: rich-text xpages server
143


err.PersistenceServiceResourceProvider error in logs
Wed, Oct 26th 2011 6:10a   Rasmus Bauck
I keep getting these errors in the log:26.10.2011 09:04:09 HTTP JVM: !err.PersistenceServiceResourceProvider.Errorwritingtopersistedcontenttor!. For more detailed information, please consult error-log-0.xml located in D:/IBM/Lotus/Domino/data/domino/workspace/logs26.10.2011 09:04:09 HTTP JVM: !err.PersistenceServiceResourceProvider.Errorwritingtopersistedcontenttor!. For more detailed [read] Keywords: domino ibm lotus xpages workspace xml
245


HTTP JVM: CLFAD0134E: Exception processing XPage request
Tue, Oct 4th 2011 7:11a   Rasmus Bauck
On our server we keep getting these "informal" errors.. When I consult the error logs they are equally "informal". Since there is quite a large number of XPages and bases, it is not trivial to start commenting out code etc to know where the error is occurring...Does anybody know WHY,WHAT and WHERE this error occurs? Getting really frustrated with this now..HTTP JVM: [read] Keywords: ibm xpages server
400


Can't find resource for bundle java.util.PropertyResourceBundle
Wed, Sep 21st 2011 6:09a   Rasmus Bauck
I have browsed google several times, but I cant find a solution to the problem. First I found some posts regarding Agents not having read/write access to .jar files but none of my agents are reading in the .jar files located in this base.Im having problems with this error I keep on receiving:Can't find resource for bundle java.util.PropertyResourceBundle, key connect_not_allowed Nested exception: [read] Keywords: google java
173


SessionID parameter at end of URL
Wed, Jul 6th 2011 6:09a   Rasmus Bauck
Sometimes links on my xpages gets the SessionID parameter appended at the end: http://somepage.com/somebase.nsf/id/myWordDocument.doc?SessionID=CVX3WRI read on this page some comments regarding the SessionID parameter.Q. Sometimes when XPage is submitted it adds SessionID to the URL and some JavaScript stops working. What's that SessionID?This is due to the way HTTP is working. HTTP is stateless [read] Keywords: xpages javascript
187


XPages / Notes < font > tags
Wed, Jul 6th 2011 6:09a   Rasmus Bauck
XPages and/or Notes keep on adding tags < font > EVERYWHERE I use Rich Text fields.. Is there any way I can tell Notes/Xpages NOT to add these? [read] Keywords: notes rich text xpages




165


Recommended Reading: Mastering XPages
Wed, Apr 27th 2011 8:09a   Rasmus Bauck
Back in January me and Rasmus attended Lotusphere 2011 in Orlando. In one of the many sessions the book "Mastering XPages" by Donnely,Wallace and McGuckin was mentioned as a good source of information and training.So far our only training in XPages has been browsing numerous tutorials and blogs to try to get a grip of it. This book is actually the first book available regarding XPages and Notes(! [read] Keywords: lotusphere notes xpages
121


Error: Saving this document will change its format
Thu, Mar 24th 2011 9:10a   Rasmus Bauck
I have an XPage that is used for editing news. Those news may be created from the Notes client and contain some Rich Text fields.When editing the news I get an error like this:Saying: Saving this document will change its format from native Notes rich text to HTML. This may cause a change or loss of formatting if opened again in the regular Notes client.What "damage" might this inflict? And are [read] Keywords: notes notes client rich text
141


Debugging tip: insertNotesClientLinks852
Thu, Mar 10th 2011 5:11a   Rasmus Bauck
Today I got this fairly unknown error when trying to access a document with a XPage.The runtime has encountered an unexpected error.Error sourcePage Name:/myXpage.xspExceptionjava.lang.StringIndexOutOfBoundsException java.lang.String.substring(String.java:1092) com.ibm.xsp.model.domino.wrapped.DominoRichTextItem.insertNotesClientLinks852(DominoRichTextItem.java:387)After doing a quick [read] Keywords: domino ibm java




Created and Maintained by Yancy Lent - About - Blog Submission - Suggestions - Change Log - Blog Widget - Advertising - FAQ - Mobile Edition