Welcome to the IBM Collaboration Solutions Community IQJam.
UsernamePassword
Reset Password | Register
   
Home | Leader Board | Tags | Help
All Questions 
<<<Page 1 of 8>>>
1answer
0votes

RichText field with default value doesn't save the data to the document.

I have a Xpage with a RichText field on it that has a default value. This field is bind to a RichText Field on a Form. When I save the Xpage without changing the (default) value nothing is saved to the document but the other fields (text) are saved. However if I make a change on the default value, the RT Field is saved correctly. I have played with properties like "htmlConversionWarning" but I didn't find a solution for this. Is this a bug or is there a solution for this behaviour?
Domino Development / XPages
Martin Meijer - 2 months ago
Show Correct Answer...
2answers
2votes

How Does All the Styling for xPages Fit Together

I have just created an xPages application to replace an older and quite complex Lotus Domino database.  I have the functionality of the application, and am now applying the look and feel, and cannot figure a few things out.   I have read several articles and tutorials, and viewed several videos, but these are the areas of which I'm unsure and am hoping someone can provide clarification.  BTW, this application will be used mostly from the Notes client, but some of it's xPages will also be used f
IQJam / Customization
Tagged
Lenni Sauve - about 1 year ago
Show Correct Answer...
4answers
1vote

File Upload/File Download using Managed Beans

Hi All, I am writing an app that doesn't use a backend Notes DB, but uses a SQL Db as the backend, I am accomplishing via using Managed Beans, This hasn't been a problem, but now I am trying to bind a file upload control to something and I'm not sure what Object Type I should bind it to so that I can use it.  I have tried  com.ibm.xsp.http.UploadedFile, but am having problems.  Any thoughts would be great.  Thanks -Toby
Domino Development / XPages
Toby Samples - 12 months ago
Show Correct Answer...
5answers
0votes

How can I add sort options to a Data Table control?

I have a Data Table control binded to a Notes view and I want to allow users sorting column header. Any example available out there?
Domino Development / XPages
Tagged
Pablo Solano - about 1 year ago
Show Correct Answer...
1answer
0votes

Does 'No suitable driver' error thrown during attempt to connect to AS400 mean that I'm using the wrong class?

Sample code below var driverClass:java.lang.Class;    2: var driver:java.sql.Driver;    3: var connection:java.sql.Connection;    4: var statement:java.sql.Statement;    5: var rs:java.sql.ResultSet;    6: var clist = new String    7: var sql = "Select CMNAME from eduds01dbo.oecmr where CMNAME like 'AS%'"    8:    9: driverClass = java.lang.Thread.currentThread().getContextClassLoader().loadClass("com.ibm.as400.access.AS400JDBCDriver");   10: driver = driverClass.newInstance();   11: java.sql.D
Domino Development / XPages
Tagged
Bob Stephan - about 1 year ago
Show Correct Answer...
1answer
1vote

URL Routing

Hello All, I currently am working on building xpages on top of a legacy web application.  This is quite a large application and many of the users have different pages saved.  We are currently using the URL structure of /database.nsf/view/keyofview but as I am adapting into xpages I have to use the following to get to that page: /database.nsf?key=keyofview What I would like to know is if there is a way to route the URL requests so that no one has to changes links? Thanks so much for your help! -
Domino Development / Web Development
Toby Samples - about 1 year ago
Show Correct Answer...
2answers
0votes

Need to count number of documents from a view

Hi Friends, I am facing a strange problem while using one of the server side javascript to to get number of total document from a view. I an using below code: getComponent("MyViewName").getRowCount(); If my number of document is more than 121 then it display only 121 by default and when i click to 2nd page it gets increased by 30, which would be 151, Again when I click to 3rd page its again increased by 30, that will be 181. Where I have fixed my pagination with 30 record with each page.  But
Domino Development / XPages
Vikas Sinha - about 1 year ago
Show Correct Answer...
5answers
0votes

dijit Tooltip bug - how to fix?

I'm experiencing the following dojo bug using Matt Whites implementation of dijit Tooltips :- The dijit.Tooltip class keeps a Tooltip open and visible for as long as the focus node has focus. This is really ugly when you have a click-able button, link, or any other widget that opens a separate dialog or window that does not clear the clicked widget’s focus. Allegedly here is a solution, but I have no idea how to implement it in XPages ... http://ahackersnotes.com/web/hide-dojo-tooltip-after-a
Domino Development / XPages
Jerry Shelley - about 1 year ago
2answers
0votes

How to Display a RichText field in a computed field in a dataTable?

I use Domino 8.5.2. with the new CK editor. On my Xpage I have a RichText field that I can bind to a field on a form. Question 1: Do I have to bind it to a RichText field on my form or is it also ok to bind it to a Text field? I have an other Xpage with a dataTable. In this dataTabel I want to display the documents I created. I think I have to use a computed field to display the richtext field. I tried something like: colArticles.getDocument().getMIMEEntity("ArticleContent").getContentAsText()
Domino Development / XPages
Tagged
Martin Meijer - about 1 year ago
Show Correct Answer...
2answers
1vote

get a handle on all the items in a repeat control

I have a repeat control and need to loop through the items in it.  Not the type of items.  the .getchildren method appears to do that, but I actually want to loop through all of the components and get values from them.  specifically I have a repeat control bound to a vector of 30 items, the repeat control contains a checkbox control that then repeats 30 times.  I have  button, once clicked I would like to loop through the 30 checkboxes and grab the values from them.  Any thoughts on how to do t
Domino Development / XPages
Toby Samples - about 1 year ago
Show Correct Answer...
<<<Page 1 of 8>>>