Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/contrib
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16371/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/contrib

Modified Files:
        Table.jelly 
Log Message:
Added @tacos.* tags. They provide Ajax features to tapestry

Index: Table.jelly
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-tapestry/src/main/java/org/xdoclet/plugin/tapestry/jelly/contrib/Table.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Table.jelly 24 Nov 2005 08:46:17 -0000      1.1
--- Table.jelly 9 Dec 2005 14:44:15 -0000       1.2
***************
*** 24,31 ****
        <binding name="initialSortOrder" value="${theTable.initialSortOrder}"/>
        </j:if>
!       <j:if 
test="${theTable.getNamedParameter('table--session--state-manager') != null}">
        <binding name="tableSessionStateManager" 
value="${theTable.tableSessionStateManager}"/>
        </j:if>
!       <j:if 
test="${theTable.getNamedParameter('table--session--store-manager') != null}">
        <binding name="tableSessionStoreManager" 
value="${theTable.tableSessionStoreManager}"/>
        </j:if>
--- 24,31 ----
        <binding name="initialSortOrder" value="${theTable.initialSortOrder}"/>
        </j:if>
!       <j:if test="${theTable.getNamedParameter('table-session-state-manager') 
!= null}">
        <binding name="tableSessionStateManager" 
value="${theTable.tableSessionStateManager}"/>
        </j:if>
!       <j:if test="${theTable.getNamedParameter('table-session-store-manager') 
!= null}">
        <binding name="tableSessionStoreManager" 
value="${theTable.tableSessionStoreManager}"/>
        </j:if>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to