Welcome to the IBM Collaboration Solutions Community IQJam
UsernamePassword
Reset Password | Register
   
Home | Tags | Help
By Tag: Domino Development / XPages / xpage
1answer
0votes

Get link value from a server event

Hi Guys I have a panel containing a hyperlink. The hyperlink has a clientevent which get the link name (innerText). I would like to pass this as a parameter to a panel. How do i pass this parameter to another panel? Thanks 
Domino Development / XPages
Gaja M - over 2 years ago
1answer
0votes

Pass parameter onClick of a panel to another panel

Hi guys I have two panels - Panel1, Panel2.  Panel1 has a hyperlink and upon clicking the hyperlink, I am passing a event parameter to panel2, partial referesh is enabled in the event, the partial refresh id is set as Panel2.  How do i refer the parameter which is passed in panel2?  I …
Domino Development / XPages
Gaja M - over 2 years ago
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 - over 2 years ago
Show Correct Answer...
1answer
0votes

simple question, where do I find the option to change the xpage to open in read mode?

I have an existing xpage that opens in edit mode, I want to change it to open in read mode.  I did this the other day, but, for the life of me, I can't find where this option is set. 
Domino Development / XPages
Tagged
Gary Capra - over 2 years ago
1answer
0votes

dijit.tree in 8.5.2 No Longer Highlighting Selected Link

I was using the following type of dijit.tree as my menu in an xPages application.  it worked perfectly in 8.5.1 (on both server and client), but in 8.5.2, while the correct links produce the correct xPages, the selected link no longer remains highlighted.  The whole tree appears to refresh and …
Domino Development / XPages
Tagged
Lenni Sauve - over 3 years 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 …
Domino Development / XPages
Tagged
Martin Meijer - over 3 years ago
Show Correct Answer...
3answers
0votes

How can I combine the backgroundcolor of a field with validator on a Xpage

I have a text field on a Xpage. This field has a validateRequired that has a message that shows up when the user tries to submit and the field is blank. I show the message with a Display Errors Core Control. Till here everything is simple, but I like to …
Domino Development / XPages
martin meijer - over 3 years ago
Show Correct Answer...

Latest Answers for Domino Development / XPages 

How to call LS agent in xpage
Vijay Kumar - 6 months ago
Multi-values in an xPage view panel column
Judy Kilpinen - 7 months ago
From CSJS refresh a panel dijit.TooltipDialog
daniele grillo - about 1 year ago
How to get value from Repeater Control.
Atul Saxena - about 1 year ago
doing a partial update "beforepageload"
jeroen somhorst - about 1 year ago
How to get value from Repeater Control.
jeroen somhorst - about 1 year ago
How to get value from Repeater Control.
Mervin Thomas - about 1 year ago
Where Would I Delete My Cookie?
Lenni Sauve - over 2 years ago
Query_String value empty with agent URL from xpage
Andy Cunliffe - over 2 years ago
textfield formatting
Ben Poole - over 2 years ago
File Upload/File Download using Managed Beans
Toby Samples - over 2 years ago
File Upload/File Download using Managed Beans
Andy Cunliffe - over 2 years ago