<?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>Sat, 31 Jul 2010 16:01:03 +0000</lastBuildDate>
	<title>IQJam by Elguji Software (recent answers)</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 (recent answers)</title>
	    <url>http://iqjam.net/iqjam/iqjam.nsf</url>
	    <link></link>
	</image>
	<item>
		<pubDate>Tue, 27 Jul 2010 20:58:55 +0000</pubDate>
		<title>re: What is the official status of Blackberry support for Ideajam?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bruce Elgort&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; Steve - great advice.  It's in our plans.&lt;br /&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100715_What_is_the_official_status_of.htm?#30675538357564268625776E000AE340</link>
	</item>
	<item>
		<pubDate>Tue, 27 Jul 2010 07:52:44 +0000</pubDate>
		<title>re: What is the official status of Blackberry support for Ideajam?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Steve Hoffer&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; I agree that blackberry support would be ideal. It would not take too much effort to test the software against this platform.&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100715_What_is_the_official_status_of.htm?#036DDD20690D1DD68625776D0046BEFC</link>
	</item>
	<item>
		<pubDate>Thu, 15 Jul 2010 21:19:59 +0000</pubDate>
		<title>re: What is the official status of Blackberry support for Ideajam?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Bruce Elgort&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Paul,&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;IdeaJam on the Blackberry browser isn't something that we have tested - hence we don't currently officially support. Is this a requirement for your organization?  If so may I suggest posting this is an idea on http://ideajam.net.  Select IdeaJam for the IdeaSpace. &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Regards, &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Bruce &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100715_What_is_the_official_status_of.htm?#C0060756D69D879686257762000CD130</link>
	</item>
	<item>
		<pubDate>Mon, 12 Jul 2010 19:51:39 +0000</pubDate>
		<title>re: Is it possible to add an Event to a Panel/Div?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; David Leedy&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Jeremy gave the correct answer.  It didn't work at first to me.  It turns out that you must make sure that the panel has an ID.  That's needed for the event to bind to it.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Thanks Jeremy! &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100709_Is_it_possible_to_add_an_Event.htm?#17858F1BC37273BE8625775F0004BA9A</link>
	</item>
	<item>
		<pubDate>Fri, 09 Jul 2010 08:05:46 +0000</pubDate>
		<title>re: Is it possible to add an Event to a Panel/Div?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jeremy Hodge&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Yes, you can add events to a panel, however there is no support for it through the UI, you have to do it in the source code ... also, if you plan to support a &amp;quot;backwards old fuddy duddy no fun good for nothing pain in the @rse piece of crap&amp;quot; browser (say IE 6), then nevermind.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Easiest way to get it done if you aren't comfortable enough coding the event 100% in the src window is to create the event on an object that supports it, then just move the xp:eventHandler block inside the xp:panel&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100709_Is_it_possible_to_add_an_Event.htm?#EB9FA19FC04765C38625775B0047F0B3</link>
	</item>
	<item>
		<pubDate>Fri, 09 Jul 2010 03:23:21 +0000</pubDate>
		<title>re: 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;Answer:&lt;/b&gt; &lt;div&gt;Hello David and Jeremy. &lt;/div&gt;&lt;div&gt;Thanks for your suggestions, it was a realy help.&lt;br /&gt;I didn't know about the .isValid() property of the field.&lt;br /&gt;Now it's easy.&lt;/div&gt;&lt;div&gt; Jeremy, I changed your code a little bit and finaly this is what I needed.&lt;/div&gt;&lt;div&gt;Thank's again! &lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;/div&gt;&amp;lt;xp:view xmlns:xp=&amp;quot;http://www.ibm.com/xsp/core&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;xp:label value=&amp;quot;Some:&amp;quot; id=&amp;quot;label1&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;/xp:label&amp;gt;&lt;br /&gt;    &amp;lt;xp:inputText id=&amp;quot;inputText1&amp;quot; required=&amp;quot;true&amp;quot;&lt;br /&gt;        disableClientSideValidation=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;xp:this.validators&amp;gt;&lt;br /&gt;            &amp;lt;xp:validateRequired message=&amp;quot;Value Required&amp;quot;&amp;gt;&amp;lt;/xp:validateRequired&amp;gt;&lt;br /&gt;        &amp;lt;/xp:this.validators&amp;gt;&lt;br /&gt;&lt;br /&gt;        &amp;lt;xp:this.style&amp;gt;&amp;lt;![CDATA[#{javascript:if(!getComponent('inputText1').isValid()){&lt;br /&gt;    return &amp;quot;border-color:rgb(255,0,0);border-style:solid;border-width:thin&amp;quot;;&lt;br /&gt;} else{&lt;br /&gt;    return &amp;quot;&amp;quot;;&lt;br /&gt;}}&#93;&#93;&amp;gt;&amp;lt;/xp:this.style&amp;gt;&lt;br /&gt;    &amp;lt;/xp:inputText&amp;gt;&lt;br /&gt;    &amp;lt;xp:messages id=&amp;quot;messages1&amp;quot;&amp;gt;&amp;lt;/xp:messages&amp;gt;&lt;br /&gt;    &amp;lt;xp:button value=&amp;quot;SUBMIT&amp;quot; id=&amp;quot;button1&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;xp:eventHandler event=&amp;quot;onclick&amp;quot; submit=&amp;quot;true&amp;quot;&lt;br /&gt;            refreshMode=&amp;quot;complete&amp;quot; immediate=&amp;quot;false&amp;quot; save=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;/xp:eventHandler&amp;gt;&lt;br /&gt;    &amp;lt;/xp:button&amp;gt;&lt;br /&gt;&amp;lt;/xp:view&amp;gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100708_How_can_I_combine_the_backgrou.htm?#E6C4DF92E8C042FE8625775B002E159F</link>
	</item>
	<item>
		<pubDate>Thu, 08 Jul 2010 11:26:40 +0000</pubDate>
		<title>re: How can I combine the backgroundcolor of a field with validator on a Xpage</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jeremy Hodge&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Martin, this can be accomplished by accessing the input's JSF component isValid() method, in the label's style attribute. isValid() returns false if validation has run on the component, and the component failed validation For Example:&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;    &amp;lt;xp:label value=&amp;quot;Some:&amp;quot; id=&amp;quot;label1&amp;quot; style=&amp;quot;#{java_script:(!getComponent('inputText1').isValid()) ? 'background-color:#FF0000 !important;color:#FFF;' : '';}&amp;quot;&amp;gt;&amp;lt;/xp:label&amp;gt;&lt;br /&gt;    &amp;lt;xp:inputText id=&amp;quot;inputText1&amp;quot; value=&amp;quot;#{HelloWorld.someVariable}&amp;quot;&lt;br /&gt;        required=&amp;quot;true&amp;quot;&lt;br /&gt;        disableClientSideValidation=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;xp:this.validators&amp;gt;&lt;br /&gt;            &amp;lt;xp:validateRequired message=&amp;quot;Value Required&amp;quot;&amp;gt;&amp;lt;/xp:validateRequired&amp;gt;&lt;br /&gt;        &amp;lt;/xp:this.validators&amp;gt;&lt;br /&gt;    &amp;lt;/xp:inputText&amp;gt;&lt;br /&gt;&amp;lt;xp:messages id=&amp;quot;messages1&amp;quot;&amp;gt;&amp;lt;/xp:messages&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100708_How_can_I_combine_the_backgrou.htm?#CA0164307789EE3E8625775A005A551F</link>
	</item>
	<item>
		<pubDate>Thu, 08 Jul 2010 10:21:48 +0000</pubDate>
		<title>re: How can I combine the backgroundcolor of a field with validator on a Xpage</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; David Leedy&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;I don't have any code off the top of my head...  but you can use dojo to apply a new CSS style.  I've seen it done on Lables somewhere.  I've not tried it on the edit control itself.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;If you want SSJS can you not compute the CSS class?  Based on the value of the control?&lt;br /&gt;&lt;br /&gt;Just thinking out loud.  I don't have anything in front of me but can look into it if you don't get a more concrete answer.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100708_How_can_I_combine_the_backgrou.htm?#23775B9431090EEC8625775A005464E3</link>
	</item>
	<item>
		<pubDate>Thu, 01 Jul 2010 11:00:49 +0000</pubDate>
		<title>re: IQJam's support for formatted questions / answers.</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Matt White&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Hi Paul,&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;We basically limit the formatting options to what's available in the rich text editor toolbar that you see. So we offer:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Bolding, Italicising, Underlining, Strikethrough&lt;/li&gt;&lt;li&gt;Bullets and numbered lists&lt;/li&gt;&lt;li&gt;Indenting (which also works well for code samples, see &lt;a href="http://iqjam.net/iqjam/iqjam.nsf/questions/20100622_XPages_in_Notes_Client!!_How_t.htm?#8B6BD99C690B9E9C8625774B0038C3D0"&gt;here&lt;/a&gt;) &lt;br /&gt;&lt;/li&gt;&lt;li&gt;Links to other pages&lt;/li&gt;&lt;li&gt;Embedded images which are hosted elsewhere (ie you need to know the URL for the image)&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;If you want to do more serious formatting then you will need to know CSS and be willing to open Domino Designer (we sell the templates open so you can see and edit all fo the source code).&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Hope this helps. We'd be happy to do a more detailed demo if you would like, just drop a line to sales@elguji.com&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Matt &lt;/div&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100701_IQJam's_support_for_formatted_.htm?#1C51E0F5B8B22352862577530057F756</link>
	</item>
	<item>
		<pubDate>Wed, 30 Jun 2010 08:10:04 +0000</pubDate>
		<title>re: How do I hide rows in a dataTable without incurring excessive &lt;td&gt;&lt;tr&gt;&lt;/tr&gt;&lt;/td&gt; entries?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Mark Rowan&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Paul,&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Taking your &amp;quot;Dynamic Table with Data Source and Repeat Control&amp;quot; example, if you were to add a &amp;quot;Status&amp;quot; selection box, how would you restrict the displayed content to the Status selected, eg New?&lt;br /&gt;&lt;br /&gt;Mark&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100318_How_do_I_hide_rows_in_a_dataTa.htm?#D16179AF2FE2C6978625775200485573</link>
	</item>
	<item>
		<pubDate>Wed, 30 Jun 2010 07:59:29 +0000</pubDate>
		<title>re: How do I hide rows in a dataTable without incurring excessive &lt;td&gt;&lt;tr&gt;&lt;/tr&gt;&lt;/td&gt; entries?</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Mark Rowan&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Paul,&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Thanks for the response.  Can you use your &amp;quot;dynamic html table&amp;quot; with an xml data source and still filter the displayed values?  I know it says on your page that you can use an xml feed, but your example in the database is based on a view (whiich has come in handy elsewhere I must add) so how would you restrict what was displayed  (from an xml feed) in the table based on a given value?  I'm guessing it is possible but it's probably beyond my capabilities.&lt;br /&gt;&lt;br /&gt;I'm toying with the idea of re-writing the xml feed to restrict the xml ouput to just include the values I want (based on the selection from a drop-down list) and then I can display all the returned values but I was hoping to use the full xml output (as is, without a re-write) and then just display the records I want based on a given criteria (selection box).&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;No joy so far, but probably down to my lack of development experience/ability.&lt;br /&gt;&lt;br /&gt;Mark&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100318_How_do_I_hide_rows_in_a_dataTa.htm?#7C24F4D0942A1C7F8625775200475D64</link>
	</item>
	<item>
		<pubDate>Mon, 28 Jun 2010 08:45:25 +0000</pubDate>
		<title>re: Property file content using Java</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Jozsef Lehocz&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Matt,&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Thank you for the suggestion. I would like to use Java Script (not javascript) library with java class instead of server side javascript. Is is possible to use com.ibm.xsp.resource.BundleResource (or something else) within a java script library? &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100628_Property_file_content_using_Ja.htm?#D34DA786CC214BDF86257750004B9204</link>
	</item>
	<item>
		<pubDate>Mon, 28 Jun 2010 08:28:29 +0000</pubDate>
		<title>re: Property file content using Java</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Matt White&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Jozsef,&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;The thing you're looking for is called a bundle in XPages terms. This article about internationalization provides an example of how to use them: &lt;a href="http://www-10.lotus.com/ldd/ddwiki.nsf/dx/UsingLocalizationOptions.htm"&gt;How to use the localization options&lt;/a&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Matt &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100628_Property_file_content_using_Ja.htm?#5CDC3AA7EA5D620B86257750004A04E8</link>
	</item>
	<item>
		<pubDate>Fri, 25 Jun 2010 07:18:16 +0000</pubDate>
		<title>re: XPages: Offline Solution</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rajeev Menon&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;p&gt;Matt White responded to my earlier question about the attachment which is along the same lines as Stefan's.&lt;/p&gt;&lt;p&gt;&lt;a href="http://iqjam.net/iqjam/iqjam.nsf/questions/20100622_XPages_in_Notes_Client!!_How_t.htm"&gt;http://iqjam.net/iqjam/iqjam.nsf/questions/20100622_XPages_in_Notes_Client!!_How_t.htm&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The issue here is, there is no server name, as the databases are on local machine (off-line). Leaving the attachment issue aside, I need to know the exact URL pattern/syntax to open a notes document from another local database. &lt;/p&gt;&lt;div&gt;Since the application is web application, the whole thing on local replica has to work in the Notes Client Firefox. So a &amp;quot;Notes:///&amp;quot; protocol is not what I am looking for. &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100624_XPages%3A_Offline_Solution.htm?#6DC4F992D927CA0F8625774D00439735</link>
	</item>
	<item>
		<pubDate>Thu, 24 Jun 2010 16:23:54 +0000</pubDate>
		<title>re: XPages: Offline Solution</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; David Leedy&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;I responded to your question on the Forum, but I'll copy it here for anyone else who stumbles across this:&lt;/div&gt;&lt;div&gt; =========&lt;/div&gt;&lt;div&gt;I need to do a bunch of apps for the off-line local client.  I have high hopes for Xpages in the client combined with replication.  I've deployed on early test to a couple of users, and while I'm having some issues with Printing, the app is working and pulling data from another location database which is a typical notes Client app.&lt;br /&gt;&lt;br /&gt;So conceptually it's looking pretty good for Xpages on the client.&lt;br /&gt;&lt;br /&gt;I've not done anything with trying to pull attachments though.  but did you see Stephan's post on this topic today?  That might help you.&lt;br /&gt;&lt;br /&gt;http://planetlotus.org/6e5618 &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100624_XPages%3A_Offline_Solution.htm?#9AB42C65B9135ED78625774C00758B95</link>
	</item>
	<item>
		<pubDate>Thu, 24 Jun 2010 16:21:56 +0000</pubDate>
		<title>re: Simple Question on View Control</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; David Leedy&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;No - You're not going to be able to use the form.  Think of the form as simple the definition of your fields.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Paul Calhoun posted a tool to convert a from to Xpages via DXL.  It was on xpagesblog.com I think so you might want to investigate that.  &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;You're better off in the long run putting creating XPages for your documents. &lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100624_Simple_Question_on_View_Contro.htm?#C6A5635361B9E0128625774C00755D5C</link>
	</item>
	<item>
		<pubDate>Thu, 24 Jun 2010 15:10:54 +0000</pubDate>
		<title>re: Simple Question on View Control</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rajeev Menon&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;So there is no way I can open the document with the form? (Other than building the URL manually in the view column). I really don't want to open the document with a XPage. It will be  lot of work for me to convert all functionalities built into the form to a XPage. :( &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100624_Simple_Question_on_View_Contro.htm?#65F595B56F13DD3C8625774C006EDC8B</link>
	</item>
	<item>
		<pubDate>Thu, 24 Jun 2010 14:56:15 +0000</pubDate>
		<title>re: Simple Question on View Control</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Paul Hannan&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;If no XPage is associated with the documents form, the action from the viewPanel will try to open the document in a XPage of the same name as the form. If no Xpage of the same name exist, the action will fail.&lt;/div&gt;&lt;div&gt;So you might want to create a XPage with the same name as the document'f Form - adding controls that can be bound to the data sources on the Form. &lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Or, you can open the Form properties and select the XPage from the 'Display XPage instead' drop down to get things going&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100624_Simple_Question_on_View_Contro.htm?#0E2797D147DE36948625774C006D856A</link>
	</item>
	<item>
		<pubDate>Wed, 23 Jun 2010 15:25:37 +0000</pubDate>
		<title>re: XPages in Notes Client!! How to build URLs</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rajeev Menon&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;I didn't think the regular web url will work just fine on the client to open the attachment. The following url worked fine, it opened the PDF in the IFrame.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&amp;lt;iframe src=&amp;quot;&lt;a href="http://servername/dbpath/docunid/$file/filename?openelement"&gt;http://servername/dbpath/docunid/$file/filename?openelement&lt;/a&gt;&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;So I guess, anything releated to the XPages need to have the XPages kind of Url and other classic domino URLs remain the same.&lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100622_XPages_in_Notes_Client!!_How_t.htm?#5BBFAFEB7E47D5E78625774B00703589</link>
	</item>
	<item>
		<pubDate>Wed, 23 Jun 2010 11:22:34 +0000</pubDate>
		<title>re: XPages in Notes Client!! How to build URLs</title>
		<description>&lt;b&gt;Author:&lt;/b&gt; Rajeev Menon&lt;br /&gt;&lt;b&gt;Answer:&lt;/b&gt; &lt;div&gt;Thanks Matt. It worked!!&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;But, now it asks the location to save the PDF file that I am trying to open. On the web, it opens up the PDF in the iframe which is how I want it to work on the client as well.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;I think this particular URL syntax is derived from the &amp;quot;File Dowload&amp;quot; control and that could be the reason why it is asking to save rather than opening in the iFrame itself.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Do you know of any way to open the PDF inside the iFrame?&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;br /&gt;</description>
		<link>http://iqjam.net/iqjam/iqjam.nsf/questions/20100622_XPages_in_Notes_Client!!_How_t.htm?#78E4F5B77D5A4C2E8625774B0059F4F7</link>
	</item>
</channel></rss>
