<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "New ICEFaces compatible table component."]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/15.page</link>
		<description><![CDATA[Latest messages posted in the topic "New ICEFaces compatible table component."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hello, everyone. I have created a new Table component for use with ICEFaces called Snappy Table. It is designed to increase the responsiveness of table paging and selection, and to reduce the amount of JSF code needed to implement a simple table. Some of the features are:

1. Less code to implement.
2. Client Side rendering of selection and paging. No server rendering is needed when paging though a table or selecting a row. This makes for a much more responsive user interface.
3. Client side sorting.
4. Easy to customize.
5. Client side form population. Clicking on a row can populate input fields based on the row selection.

I'm still in the process of developing this component and I wanted to get some feedback from the ICEFaces community.

Check out the demo and download the component for testing. And please send in your feedback!

<a href='http://snappy.sensemaker.net' target='_new' rel="nofollow">http://snappy.sensemaker.net</a>]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37491</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37491</link>
				<pubDate><![CDATA[Mon, 7 Jul 2008 23:59:59]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi,

Nice work! But as I can see you load the whole data the first time in your page and afterwards show only the necessary data. So you do not perform a round trip when you click on the next button like the icefaces table.

But I would appreciate a table component which loads the data dynamically from the server. 
Your component is great but, as I understood your code see bottom, when I have a table which shows 100'000 lines, you download the whole data the first time (which takes a lot of time) and afterwards the navigation is very fast.

Better would be to transfer from a list of 100'000 entries only the entries which are shown. So every click on the next button will perform a round trip to the server but will only transfer the entries which are shown.


Georges Goebel

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;div id="basicForm:basicDATAROW2"&gt;{"selected":false,"listIndex":2,"defaultClass":"evenRow","rendered":1215511656238,"row":&#91;{"sort":"1002","align":"left","value":"1002","valign":"center"},{"sort":"Zed&lt;s&gt; Hotrods","align":"left","value":"Zed&lt;s&gt; Hotrods","valign":"center"},{"sort":"834 Dearfoot Trail","align":"left","value":"834 Dearfoot Trail","valign":"center"},{"sort":"true","align":"right","value":"Y","valign":"center"},{"sort":"12.94","align":"left","value":"12.94","valign":"center"},{"sort":"1172920056234","align":"left","value":"Mar 3, 2007 6:07:36 AM","valign":"center"}&#93;}&lt;/div&gt;
&lt;div id="basicForm:basicDATAROW3"&gt;{"selected":false,"listIndex":3,"defaultClass":"oddRow","rendered":1215511656238,"row":&#91;{"sort":"1003","align":"left","value":"1003","valign":"center"},{"sort":"Fancy Shoes","align":"left","value":"Fancy Shoes","valign":"center"},{"sort":"5019 12th ST NW","align":"left","value":"5019 12th ST NW","valign":"center"},{"sort":"true","align":"right","value":"Y","valign":"center"},{"sort":"144.89","align":"left","value":"144.89","valign":"center"},{"sort":"1173006456234","align":"left","value":"Mar 4, 2007 6:07:36 AM","valign":"center"}&#93;}&lt;/div&gt;
&lt;div id="basicForm:basicDATAROW4"&gt;{"selected":false,"listIndex":4,"defaultClass":"evenRow","rendered":1215511656238,"row":&#91;{"sort":"1004","align":"left","value":"1004","valign":"center"},{"sort":"ACME Inc","align":"left","value":"ACME Inc","valign":"center"},{"sort":"127 First ST","align":"left","value":"127 First ST","valign":"center"},{"sort":"true","align":"right","value":"Y","valign":"center"},{"sort":"133.49","align":"left","value":"133.49","valign":"center"},{"sort":"1173092856235","align":"left","value":"Mar 5, 2007 6:07:36 AM","valign":"center"}&#93;}&lt;/div&gt;
</pre>
		</div>
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37497</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37497</link>
				<pubDate><![CDATA[Tue, 8 Jul 2008 05:00:02]]> GMT</pubDate>
				<author><![CDATA[ georges.goebel@pch.etat.l]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Thanks for the quick feedback George. The current table would run into a problem with 100,000 rows. It should be possible to load in chucks of data (Say blocks of 100) instead of the whole thing. I would like to avoid a server round trip on each page change.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37513</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37513</link>
				<pubDate><![CDATA[Tue, 8 Jul 2008 08:51:17]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ I've updated Snappy table to support chucked data. Basically it will load the first 10 pages and last 10 pages, then as you page though it will go back to the server to get more as needed. 

Check it out at http://snappy.sensemaker.net.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37718</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37718</link>
				<pubDate><![CDATA[Thu, 10 Jul 2008 21:36:48]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Nice,

I will check it out

Georges]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37725</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37725</link>
				<pubDate><![CDATA[Fri, 11 Jul 2008 00:37:34]]> GMT</pubDate>
				<author><![CDATA[ georges.goebel@pch.etat.l]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi,

looks great!

just two quick question:
<p></p>

		<cite>rmayhew wrote:</cite><br>
		<blockquote>I've updated Snappy table to support chunked data.&nbsp;
		</blockquote>

Can chunked and sortable be combined?

What is the attribute selectedClass exactly for?

Thanks,
  TheWolf]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37733</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37733</link>
				<pubDate><![CDATA[Fri, 11 Jul 2008 02:41:32]]> GMT</pubDate>
				<author><![CDATA[ thewolf]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Currently you can not have chucked data and and sorting enabled at the same time. (Well you can, but it won't work) Client side sorting is out due to the fact it does not have all the data. I will look into supporting other options for sorting (Perhaps a call back to a backing bean function)]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37755</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37755</link>
				<pubDate><![CDATA[Fri, 11 Jul 2008 09:47:17]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ hey great component.. very easy to use and good responsive!! :D]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37801</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37801</link>
				<pubDate><![CDATA[Sat, 12 Jul 2008 11:10:21]]> GMT</pubDate>
				<author><![CDATA[ Marioko]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Q: Can i use the standard <f:xxxConverter> nested <snappy:columns>??

Q: Can i render ice components (links,buttons,checkbox) nested <snappy:columns>??
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37802</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37802</link>
				<pubDate><![CDATA[Sat, 12 Jul 2008 11:15:54]]> GMT</pubDate>
				<author><![CDATA[ Marioko]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ The answer for both questions is no at this point. It should be possible to add the support for <f:xxxConverter> and I will look into that. However using ICECompoents will not work. In order to provide the advanced paging, sorting, and selection the table has to control cell rendering directly. 

However I will also add support for rendering columns as links,buttons,checkbox's, ext.

Keep an eye on <a href='http://snappy.sensemaker.net/wiki/Edit.jsp?page=Development%20Roadmap' target='_new' rel="nofollow">http://snappy.sensemaker.net/wiki/Edit.jsp?page=Development%20Roadmap</a> for whats planned.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37804</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37804</link>
				<pubDate><![CDATA[Sat, 12 Jul 2008 12:03:06]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ I've added support fort <F:XXXconverters/> download a new copy to check it out.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#37880</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#37880</link>
				<pubDate><![CDATA[Mon, 14 Jul 2008 22:07:33]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ I've made some modifications to the data table. Now instead of taking a list value and columns having a property value I am now following the standard JSF convention of value and var.

For example.

Old:

&lt;snappy:table list="#{bean.list}&gt;
  &lt;snappy:column property="number"&gt;


New:

&lt;snappy:table value="#{bean.list}" var="row"&gt;
   &lt;snappy:column value="#{row.number}"/&gt;
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#39602</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#39602</link>
				<pubDate><![CDATA[Mon, 18 Aug 2008 21:40:48]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Great but I can't execute it on the liferay portal.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#40812</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#40812</link>
				<pubDate><![CDATA[Mon, 22 Sep 2008 06:26:39]]> GMT</pubDate>
				<author><![CDATA[ hilmialyaz]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ I have not tried using liferay yet. Could you give me more information on the failure?

Also I have released the table and Calendar as open source.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#41010</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#41010</link>
				<pubDate><![CDATA[Sat, 27 Sep 2008 17:07:40]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hey Rob,

First of all, congrats for a great idea and the progress you've made so far. I've just tried integrating snappy:calendar into our app, to save the server some trouble.

There are two issues I have come across though:

1. The popup component would not appear until I specifically included the snappy.js under snappy.jar\net\sensemaker\snappy\resources\
(I moved it to a convenient place and used <script src="./js/snappy.js"/>)

Unless I did this, the browser said it cannot locate sp_calendar as the onclick event of the "..." button executed.

2. If I run the test app in your project, I notice I cannot leave the value blank, which would be desired in my application.

Thanks for any thoughts and Good Luck!
Radu]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#41704</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#41704</link>
				<pubDate><![CDATA[Wed, 15 Oct 2008 08:41:21]]> GMT</pubDate>
				<author><![CDATA[ radu.jakab]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ There is a servlet that needs to be defined in order to get the javascript. I need to update the wiki to indicate this. Until then check out the sample app config.

Blank values make sense. I'll add it in.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#41730</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#41730</link>
				<pubDate><![CDATA[Wed, 15 Oct 2008 12:57:20]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ I've added in basic null support for the calendar. Please check out http://github.com/robmayhew/snappy-components/tree/master and let me know if this works.  ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#41902</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#41902</link>
				<pubDate><![CDATA[Sat, 18 Oct 2008 17:29:08]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi all, 
I have downloaded snappy. I want to use snappy calendar.so i put the jar in WEB-INF/lib folder . 
My jsp page: 
<?xml version="1.0" encoding="ISO-8859-1" ?> 
<jsp:root version="1.2" 
xmlns:jsp="http://java.sun.com/JSP/Page" 
xmlns:f="http://java.sun.com/jsf/core" 
xmlns:h="http://java.sun.com/jsf/html" 
xmlns:snappy="http://sensemaker.net/snappy" 
xmlns:ice="http://www.icesoft.com/icefaces/component"> 
<jsp:directive.page contentType="text/html;charset=ISO-8859-1" pageEncoding="ISO-8859-1"/> 
<f:view> 
<ice:outputDeclaration doctypeRoot="HTML" doctypePublic="-//W3C//DTD HTML 4.01 Transitional//EN" doctypeSystem="http://www.w3.org/TR/html4/loose.dtd"/> 
<html> 
<head> 
<link rel="stylesheet" type="text/css" href="styles/snappy.css" /> 
</head> 
<body> 
<ice:outputText value="Thank you for using ICEfaces." /> 
<ice:form partialSubmit="true" id="snappyDate"> 
<snappy:calendar value="#{bean.date}" autoSubmit="true" id="cal"></snappy:calendar> 
</ice:form> 
</body> 
</html> 
</f:view> 


My bean: 
package com.zylog.brighthouse.iris.view.bean; 
import java.util.Date; 
public class SnappyBean { 

public Date date; 

public Date getDate() { 
return date; 
} 
public void setDate(Date date) { 
this.date = date; 
} 

} 

When i run this eg, i get "sp_calendar is undefined" ie javascript error. 
Wat i am doing wrong? is there any others steps to use this snappy calendar? plz help me.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#44532</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#44532</link>
				<pubDate><![CDATA[Fri, 26 Dec 2008 06:10:43]]> GMT</pubDate>
				<author><![CDATA[ nirmala_86]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Try including this link in the header.
        <script src="./snappyresources/snappy.js"/>
    </head>
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#44534</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#44534</link>
				<pubDate><![CDATA[Fri, 26 Dec 2008 08:50:18]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Thanks, i got the snappy calendar]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#44558</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#44558</link>
				<pubDate><![CDATA[Mon, 29 Dec 2008 00:10:44]]> GMT</pubDate>
				<author><![CDATA[ nirmala_86]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Glad i could help. I've updated the snappy wiki as well.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#44569</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#44569</link>
				<pubDate><![CDATA[Mon, 29 Dec 2008 09:59:47]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ just adding this line in coding

<snappy:calendar value="#{bean.date}"/>		 and clicking the calendar icon i get "the calendar with NAN and no other value"

Whether i have to give a default date from bean while page loading.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#44583</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#44583</link>
				<pubDate><![CDATA[Tue, 30 Dec 2008 03:06:52]]> GMT</pubDate>
				<author><![CDATA[ nirmala_86]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ I need to add Null support to the calendar. To work around be sure to provide a date.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#44633</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#44633</link>
				<pubDate><![CDATA[Wed, 31 Dec 2008 10:33:34]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi,
I am trying to use snappy calendar. But the following tag 
xmlns:snappy="http://sensemaker.net/snappy"  giving problem as the url is not reachable. Please help me in finding out the solution

Thanks,
Ravi]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#47762</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#47762</link>
				<pubDate><![CDATA[Wed, 18 Mar 2009 02:26:20]]> GMT</pubDate>
				<author><![CDATA[ r1a1v1i1]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi,

question: does the snappy table have scrolling? I've been looking for a way to have a scrolling table that fetches data as needed for large datasets.

and, how customizable is the css styling of the snappy table? Can it use like the default icefaces styles?]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#47785</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#47785</link>
				<pubDate><![CDATA[Wed, 18 Mar 2009 09:36:35]]> GMT</pubDate>
				<author><![CDATA[ mkat]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ The site was down for a bit. It's back up now.

As for scrolling. Not really, you have to page though all of the entries. But I did make paging instant. No page reload.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#47786</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#47786</link>
				<pubDate><![CDATA[Wed, 18 Mar 2009 09:41:04]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi,
I am able to add snappy calendar in ICEFaces page. But the date picker popup is not coming exactly under the text box. Its getting displayed at the bottom-left of the page. Is thery any solution to fix this?

Thanks,
Ravi]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#47917</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#47917</link>
				<pubDate><![CDATA[Fri, 20 Mar 2009 08:45:47]]> GMT</pubDate>
				<author><![CDATA[ r1a1v1i1]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Make sure the component ID is set. (And so is it's parent)]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#48001</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#48001</link>
				<pubDate><![CDATA[Sun, 22 Mar 2009 22:04:29]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Also if you could post a snipit of code that would be useful.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#48002</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#48002</link>
				<pubDate><![CDATA[Sun, 22 Mar 2009 22:06:18]]> GMT</pubDate>
				<author><![CDATA[ rmayhew]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi rmayhew,

  I too have the same calendar position problem.My code snippet is as below:

<ice:panelGroup >From:</ice:panelGroup>
	      <ice:panelGroup>
	      		 <snappy:calendar value="some date value"/>
	      </ice:panelGroup>

Assume that i have given some date value to the value attribute of the <snappy:calendat> tag.

  Please suggest me the solution to solve this problem.

Thanks in advance
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#48010</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#48010</link>
				<pubDate><![CDATA[Mon, 23 Mar 2009 01:20:10]]> GMT</pubDate>
				<author><![CDATA[ thisisraj]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Thanks for your suggestion. Now i am getting everything. Can we disable the calendar using property "disabled" or we have to do with css, as in my application user has given option to choose dates only when used in custom mode?

Thank You,
Ravi]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#48029</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#48029</link>
				<pubDate><![CDATA[Mon, 23 Mar 2009 08:32:47]]> GMT</pubDate>
				<author><![CDATA[ r1a1v1i1]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi, 
The problem for me is fixed by using the following lines in snappy.js [Appended 'px']
div.style.top = (d[1]+25) +'px';
div.style.left = (d[0]-45) + 'px';

This solved my alignment problem.

Thanks,
Ravi]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#48077</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#48077</link>
				<pubDate><![CDATA[Tue, 24 Mar 2009 00:26:21]]> GMT</pubDate>
				<author><![CDATA[ r1a1v1i1]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi, 
The problem for me is fixed by using the following lines in snappy.js [Appended 'px']
div.style.top = (d[1]+25) +'px';
div.style.left = (d[0]-45) + 'px';

This solved my alignment problem.

Thanks,
Ravi]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#48078</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#48078</link>
				<pubDate><![CDATA[Tue, 24 Mar 2009 00:27:35]]> GMT</pubDate>
				<author><![CDATA[ r1a1v1i1]]></author>
			</item>
			<item>
				<title>Re:New ICEFaces compatible table component.</title>
				<description><![CDATA[ Hi Rob, 
 This looks very nice.
 It would be possible to populate this table from a data model?
 I would like to start from a list with 1-10 million elements represented as POJOS(all are in memory already). Also I would imagine some reflective code that show by default all the properties but the user can hide some of them.

Did you see components like this before?

Thank you,
Florin.

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/9019.page#50853</guid>
				<link>http://www.icefaces.org/JForum/posts/list/9019.page#50853</link>
				<pubDate><![CDATA[Fri, 15 May 2009 21:24:49]]> GMT</pubDate>
				<author><![CDATA[ florinandone]]></author>
			</item>
	</channel>
</rss>