<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="http://iqjam.net/iqjam/iqjam.nsf/rsstransform.xslt"?>
<rss version="2.0">
<channel>
	<language>en-us</language>
	<lastBuildDate>Wed, 19 Jun 2013 14:00:48 +0000</lastBuildDate>
	<title>IQJam by Elguji Software (Questions tagged with xPage)</title>
	<description>An RSS feed generated by IQJam by Elguji Software</description>
	<link>http://iqjam.net/iqjam/iqjam.nsf</link>
	<image>
	    <title>IQJam by Elguji Software (Questions tagged with xPage)</title>
	    <url>http://iqjam.net/iqjam/iqjam.nsf</url>
	    <link></link>
	</image>
	<item>
		<pubDate>Wed, 23 Jan 2013 19:36:17 +0000</pubDate>
		<title>how to resolve slow performance when opening an xpage with a categorised view</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; girish shakti&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xpage"&gt;xpage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=categorised views"&gt;categorised views&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=collapsed"&gt;collapsed&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=expanded"&gt;expanded&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=slow performance"&gt;slow performance&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; i have an Xpage with a view with a minimum of 3 categorised columns. When i open the xpage with all collumns in the view expand, the performance is quite good. However, when i open the same xpage with all columns collapsed, result to a timeout. The number of document in the view  is of minimum 200 000 and keeps increasing....&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20130123_how_to_resolve_slow_performanc.htm</link>
	</item>
	<item>
		<pubDate>Mon, 24 Jan 2011 10:02:14 +0000</pubDate>
		<title>Get link value from a server event</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Gaja M&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=XPage"&gt;XPage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=event handling"&gt;event handling&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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 ...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110124_Get_link_value_from_a_server_e.htm</link>
	</item>
	<item>
		<pubDate>Mon, 24 Jan 2011 09:55:47 +0000</pubDate>
		<title>Pass parameter onClick of a panel to another panel</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Gaja M&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=XPage"&gt;XPage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Panel"&gt;Panel&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=EventParameter"&gt;EventParameter&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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 have tried to use param, paramValues, getParameter. All return null. Could you provide me a sample or a direction to address this? ...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20110124_Pass_parameter_onClick_of_a_pa.htm</link>
	</item>
	<item>
		<pubDate>Fri, 10 Dec 2010 03:22:54 +0000</pubDate>
		<title>Does 'No suitable driver' error thrown during attempt to connect to AS400 mean that I'm using the wrong class?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bob Stephan&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Java"&gt;Java&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Xpage"&gt;Xpage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=JDBC"&gt;JDBC&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20101209_Does_'No_suitable_driver'_erro.htm</link>
	</item>
	<item>
		<pubDate>Mon, 06 Dec 2010 20:49:03 +0000</pubDate>
		<title>simple question, where do I find the option to change the xpage to open in read mode?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Gary Capra&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Xpage"&gt;Xpage&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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. ...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20101206_simple_question%2C_where_do_I_fi.htm</link>
	</item>
	<item>
		<pubDate>Thu, 28 Oct 2010 21:04:41 +0000</pubDate>
		<title>dijit.tree in 8.5.2 No Longer Highlighting Selected Link</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Lenni Sauve&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xPage"&gt;xPage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=dojo"&gt;dojo&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=menu"&gt;menu&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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 the highlight goes back to the very top of the tree.  Can you please tell me how I can get the selected link to stay highlighted in 8.5.2 (on both server and client)? Here is the code: &lt;div id="leftframe"...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20101029_dijit.tree_in_8.5.2_No_Longer_.htm</link>
	</item>
	<item>
		<pubDate>Wed, 15 Sep 2010 21:54:06 +0000</pubDate>
		<title>View Not Displayed After Saving xPage</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Lenni Sauve&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=xPage"&gt;xPage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=viewPanel"&gt;viewPanel&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=edititing"&gt;edititing&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=dijit"&gt;dijit&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; I have an xPage which I am using on the Notes client, version 8.5.1.  The xPage contains a button that uses a dijit.byId expression to show a custom control with a viewPanel on it.  This is using the view picker type code developed by Mark Hughes. The strange thing is, while it works perfectly before the xPage has been saved, displaying the view for document selection, after the xPage has been saved, the dialog box displays, but the view is empty.  There are no messages in any of the logs.  Thi...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100915_View_Not_Displayed_After_Savin.htm</link>
	</item>
	<item>
		<pubDate>Tue, 14 Sep 2010 15:53:32 +0000</pubDate>
		<title>How to Display a RichText field in a computed field in a dataTable?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Martin Meijer&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Xpage"&gt;Xpage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=RichText"&gt;RichText&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=CKEditor"&gt;CKEditor&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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() ...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100914_How_to_Display_a_RichText_fiel.htm</link>
	</item>
	<item>
		<pubDate>Thu, 08 Jul 2010 15:56:20 +0000</pubDate>
		<title>How can I combine the backgroundcolor of a field with validator on a Xpage</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; martin meijer&lt;br&gt;&lt;b&gt;Tags:&lt;/b&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Xpage"&gt;Xpage&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Field"&gt;Field&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Validate"&gt;Validate&lt;/a&gt;  &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/tags.xsp?tag=Backgroundcolor"&gt;Backgroundcolor&lt;/a&gt; &lt;br&gt;&lt;b&gt;Question:&lt;/b&gt; 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 color the fields background also red when the user is trying to submit when the field is blank. How can I do this?...&lt;br&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100708_How_can_I_combine_the_backgrou.htm</link>
	</item>
</channel></rss>
