<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title> Comments:  Lotus Notes and Domino Application Development wiki</title><description>Social business wiki for IBM Notes/Domino application development and Lotus Domino Designer product documentation and community content</description><link>http://www-10.lotus.com/ldd/ddwiki.nsf</link><language>en-us</language><lastBuildDate>Mon, 6 Feb 2012 01:36:58 PM -0400</lastBuildDate>
<item>
<title>Re: XPages: CheckBox Group and Radio Button Group, using those 'Other' controls in XPages.</title>
<pubDate>Mon, 6 Feb 2012 01:36:58 PM -0400</pubDate>
<dc:creator>Dan L Herman</dc:creator>
<dc:subject>XPages: CheckBox Group and Radio Button Group, using those &amp;#8217;Other&amp;#8217; controls in XPages.</dc:subject>
<description>Dwain, &lt;br /&gt;&lt;br /&gt;See this link below for how to format multiple columns for checkboxes or radio button groups: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://dontpanic82.blogspot.com/2011/04/simple-trick-to-format-xpages-checkbox.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+dontpanic82+%28DontPanic+-+a+blog+about+Lotus+Notes+%2F+Domino%29&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It works just by using some CSS. Works well for me.</description>
<content:encoded>Dwain, &lt;br /&gt;&lt;br /&gt;See this link below for how to format multiple columns for checkboxes or radio button groups: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;http://dontpanic82.blogspot.com/2011/04/simple-trick-to-format-xpages-checkbox.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+dontpanic82+%28DontPanic+-+a+blog+about+Lotus+Notes+%2F+Domino%29&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It works just by using some CSS. Works well for me.</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/02102008091536PHABPL.htm?opendocument&amp;comments#02062012013658PMWEBPU7.htm</link>
</item>
<item>
<title>Re: Installing and administering the XPages Extension Library : ddxl853</title>
<pubDate>Mon, 6 Feb 2012 07:27:48 AM -0400</pubDate>
<dc:creator>Vincent Jardin</dc:creator>
<dc:subject>Installing and administering the XPages Extension Library : ddxl853</dc:subject>
<description>Please excuse me if I'm just dumb today, but I can't see any relevant content on this page?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What am I missing?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;John</description>
<content:encoded>Please excuse me if I'm just dumb today, but I can't see any relevant content on this page?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;What am I missing?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;John</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Installing_and_administering_the_XPages_Extension_Library__ddxl853?opendocument&amp;comments#02062012072748AMWEBGMG.htm</link>
</item>
<item>
<title>Re: XPages - How to pass a Document Data Source to a Custom Control</title>
<pubDate>Fri, 3 Feb 2012 06:41:17 PM -0400</pubDate>
<dc:creator>judy kilpinen</dc:creator>
<dc:subject>XPages - How to pass a Document Data Source to a Custom Control</dc:subject>
<description>.... lost my last line due to tags .... [xc:ccContentLink entryDataSource="#{rowEntry}"][/xc:ccContentLink] replacing the sq.brackets by angle brackets.</description>
<content:encoded>.... lost my last line due to tags .... [xc:ccContentLink entryDataSource="#{rowEntry}"][/xc:ccContentLink] replacing the sq.brackets by angle brackets.</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/09082009095808AMWEBJDV.htm?opendocument&amp;comments#02032012064117PMWEBVSD.htm</link>
</item>
<item>
<title>Re: XPages - How to pass a Document Data Source to a Custom Control</title>
<pubDate>Fri, 3 Feb 2012 06:38:05 PM -0400</pubDate>
<dc:creator>judy kilpinen</dc:creator>
<dc:subject>XPages - How to pass a Document Data Source to a Custom Control</dc:subject>
<description>@Matthew, Here's how I got around that "primitive" error. On my custom control, manually enter in the "Type" field on the Property Definition panel "com.ibm.xsp.model.ModelDataSource" (without the quotes). It's slightly different than what you get by picking DataSource from the Complex Types drop-down (8.5.2) &amp; I'm not sure it makes a difference, and then leave my "Editor" field as "String value". &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then when I'm calling the custom control in my XPage, I use EL to pass in the datasource name. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So if I've got my custom control inside a viewPanel column, or a Repeat, I pass the NotesXSPViewEntry object like so: &lt;br /&gt;&lt;br /&gt; &lt;xc:ccContentLink entryDataSource="#{rowEntry}"&gt;&lt;/xc:ccContentLink&gt;&lt;br /&gt;&lt;br /&gt;</description>
<content:encoded>@Matthew, Here's how I got around that "primitive" error. On my custom control, manually enter in the "Type" field on the Property Definition panel "com.ibm.xsp.model.ModelDataSource" (without the quotes). It's slightly different than what you get by picking DataSource from the Complex Types drop-down (8.5.2) &amp; I'm not sure it makes a difference, and then leave my "Editor" field as "String value". &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then when I'm calling the custom control in my XPage, I use EL to pass in the datasource name. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So if I've got my custom control inside a viewPanel column, or a Repeat, I pass the NotesXSPViewEntry object like so: &lt;br /&gt;&lt;br /&gt; &lt;xc:ccContentLink entryDataSource="#{rowEntry}"&gt;&lt;/xc:ccContentLink&gt;&lt;br /&gt;&lt;br /&gt;</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/09082009095808AMWEBJDV.htm?opendocument&amp;comments#02032012063805PMWEBVQD.htm</link>
</item>
<item>
<title>Tutorial: Introduction to XPages - Exercise 5</title>
<pubDate>Wed, 1 Feb 2012 05:08:03 PM -0400</pubDate>
<dc:creator>jen pai</dc:creator>
<dc:subject>Tutorial: Introduction to XPages - Exercise 5</dc:subject>
<description>I have issue with view named “profiles”. No docs were displayed. No idea why. Another problem is Date Time Picker control : no picker available.&lt;br /&gt;&lt;br /&gt;Any hint ? Thanks.</description>
<content:encoded>I have issue with view named “profiles”. No docs were displayed. No idea why. Another problem is Date Time Picker control : no picker available.&lt;br /&gt;&lt;br /&gt;Any hint ? Thanks.</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Tutorial-Introduction-to-XPages-Exercise-5?opendocument&amp;comments#02012012050803PMWEBTY5.htm</link>
</item>
<item>
<title>Re: Learning XPages Blog Series</title>
<pubDate>Wed, 25 Jan 2012 10:40:37 AM -0400</pubDate>
<dc:creator>Christopher Warden</dc:creator>
<dc:subject>Learning XPages Blog Series</dc:subject>
<description>None of the TOC links seem to work. I would be very interested in getting at this content.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Can anyone assist me?&lt;br /&gt;&lt;br /&gt; Chris Warden&lt;br /&gt;&lt;br /&gt;Teamspace</description>
<content:encoded>None of the TOC links seem to work. I would be very interested in getting at this content.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Can anyone assist me?&lt;br /&gt;&lt;br /&gt; Chris Warden&lt;br /&gt;&lt;br /&gt;Teamspace</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/03082009042554PMWEBRY9.htm?opendocument&amp;comments#01252012104037AMWEBLDY.htm</link>
</item>
<item>
<title>Re: Tutorial: Introduction to XPages - Exercise 2</title>
<pubDate>Thu, 19 Jan 2012 10:19:43 AM -0400</pubDate>
<dc:creator>Sandy Bodell</dc:creator>
<dc:subject>Tutorial: Introduction to XPages - Exercise 2</dc:subject>
<description>Everything worked fine up until the last channge. Once I change from Full to Partial Update, nothing worked. Everything displayed properly, but when I put text in the yourName box and hit the button - nada. The screen stayed the same.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now I have no idea what to do next. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
<content:encoded>Everything worked fine up until the last channge. Once I change from Full to Partial Update, nothing worked. Everything displayed properly, but when I put text in the yourName box and hit the button - nada. The screen stayed the same.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now I have no idea what to do next. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Tutorial-Introduction-to-XPages-Exercise-2?opendocument&amp;comments#01192012101943AMWEBKYW.htm</link>
</item>
<item>
<title>Re: Tutorial: Introduction to XPages - Exercise 20</title>
<pubDate>Thu, 19 Jan 2012 06:17:20 AM -0400</pubDate>
<dc:creator>OVijay Kumar</dc:creator>
<dc:subject>Tutorial: Introduction to XPages - Exercise 20</dc:subject>
<description>Very Useful</description>
<content:encoded>Very Useful</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Tutorial-Introduction-to-XPages-Exercise-20?opendocument&amp;comments#01192012061720AMWEBF9E.htm</link>
</item>
<item>
<title>Re: Introduction to enabling existing Notes Client Applications using XPages</title>
<pubDate>Wed, 18 Jan 2012 02:06:40 AM -0400</pubDate>
<dc:creator>Milind Nadkarni</dc:creator>
<dc:subject>Introduction to enabling existing Notes Client Applications using XPages</dc:subject>
<description>This was indeed a useful reference information on modernizing Notes applications.</description>
<content:encoded>This was indeed a useful reference information on modernizing Notes applications.</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Introduction_to_enabling_existing_Notes_Client_Applications_using_XPages?opendocument&amp;comments#01182012020640AMWEBACR.htm</link>
</item>
<item>
<title>Re: Using templates from the XPages Extension Library</title>
<pubDate>Sun, 15 Jan 2012 10:33:44 AM -0400</pubDate>
<dc:creator>Filippo Del Prete</dc:creator>
<dc:subject></dc:subject>
<description>For the TeamRoom 8.5.3 XP italian translation see my free work on http://www.filippodelprete.com/2012/01/italian-translation-for-ateamroom-8-5-3-xl-application-xpages-part</description>
<content:encoded>For the TeamRoom 8.5.3 XP italian translation see my free work on http://www.filippodelprete.com/2012/01/italian-translation-for-ateamroom-8-5-3-xl-application-xpages-part</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Using_templates_from_the_XPages_Extension_Library__ddxl853?opendocument&amp;comments#01152012103344AMWEBL9N.htm</link>
</item>
<item>
<title>Re: How to access CGI variables in XPages</title>
<pubDate>Fri, 13 Jan 2012 04:25:15 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>How to access CGI variables in XPages</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/xpages-cgi-variables.htm?opendocument&amp;comments#01132012042515PMWEBT5D.htm</link>
</item>
<item>
<title>Re: Video: XPages View Control - Add Full Text Search</title>
<pubDate>Fri, 13 Jan 2012 04:23:51 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Video: XPages View Control - Add Full Text Search</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/XPagesViewControlAddFullTextSearch.htm?opendocument&amp;comments#01132012042351PMWEBT4H.htm</link>
</item>
<item>
<title>Re: Introduction to Sample Application 2 - Building an XPage web application from scratch</title>
<pubDate>Fri, 13 Jan 2012 04:21:57 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Introduction to Sample Application 2 - Building an XPage web application from scratch</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Building_an_XPage_web_application_from_scratch?opendocument&amp;comments#01132012042157PMWEBT3B.htm</link>
</item>
<item>
<title>Re: Working with Date/Time Values in Lotus Notes</title>
<pubDate>Fri, 13 Jan 2012 04:20:32 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Working with Date/Time Values in Lotus Notes</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/05022009100728PMAGU5MB.htm?opendocument&amp;comments#01132012042032PMWEBT2E.htm</link>
</item>
<item>
<title>Re: Using XPages to Integrate Between Notes Applications with Relational Databases</title>
<pubDate>Fri, 13 Jan 2012 04:19:23 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Using XPages to Integrate Between Notes Applications with Relational Databases</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/xpage_integration_rdb.htm?opendocument&amp;comments#01132012041923PMWEBSZP.htm</link>
</item>
<item>
<title>Re: Learning XPages Blog Series</title>
<pubDate>Fri, 13 Jan 2012 04:16:14 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Learning XPages Blog Series</dc:subject>
<description>Will check links</description>
<content:encoded>Will check links</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/03082009042554PMWEBRY9.htm?opendocument&amp;comments#01132012041614PMWEBSXQ.htm</link>
</item>
<item>
<title>Re: Demo: XPages Extension Library - Application Layout &amp; Page Navigator Controls</title>
<pubDate>Fri, 13 Jan 2012 04:12:42 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Demo: XPages Extension Library - Application Layout &amp;amp; Page Navigator Controls</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Demo_XPages_Extension_Library-Application_Layout__Page_Navigator_Controls?opendocument&amp;comments#01132012041242PMWEBSVJ.htm</link>
</item>
<item>
<title>Re: Demonstration: Creating a simple XPages application</title>
<pubDate>Fri, 13 Jan 2012 04:03:31 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Demonstration: Creating a simple XPages application</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/04142009022913PMDDRT7T.htm?opendocument&amp;comments#01132012040331PMWEBSPS.htm</link>
</item>
<item>
<title>Re: Using Properties on an XPage</title>
<pubDate>Fri, 13 Jan 2012 04:02:19 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>Using Properties on an XPage</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/UsingPropertiesOnAnXPage.htm?opendocument&amp;comments#01132012040219PMWEBSP2.htm</link>
</item>
<item>
<title>Re: NotesSession sample JavaScript code for XPages</title>
<pubDate>Fri, 13 Jan 2012 04:01:02 PM -0400</pubDate>
<dc:creator>Robert F Harwood</dc:creator>
<dc:subject>NotesSession sample JavaScript code for XPages</dc:subject>
<description>checked</description>
<content:encoded>checked</content:encoded>
<link>http://www-10.lotus.com/ldd/ddwiki.nsf/dx/NotesSession_sample_JavaScript_code_for_XPages?opendocument&amp;comments#01132012040102PMWEBSN8.htm</link>
</item>

</channel></rss>

