Robin, I've tried to use the JQueryDialog as documented in the sample.
I was expecting the dialog to be hidden until the j.querydialoglink was clicked but the dialog comes up as rendered. Am I using the component the right way? Is there a documentation page yet? I've noticed also that the jquery.datetime component does not popup for datetime fields in an AjaxFormLoop when specified by: <tr t:type="AjaxFormLoop" t:source="entityHolders" t:value="entityHolder" t:encoder="encoder"> <t:unless t:test="entityHolder.deleted"> <t:submitnotifier> <td><t:textfield t:id="stepName" class="stepName" validate="required" value="entityHolder.entity.actionName"/></td> <td><t:jquery.datefield t:id="stepTargetDate" class="targetDate" validate="required" size="12" value="entityHolder.entity.targetDate"/></td> <td><t:jquery.datefield t:id="stepActualDate" class="actualDate" size="12" value="entityHolder.entity.actualDate"/></td> <td><t:removerowlink>remove</t:removerowlink></td> </t:submitnotifier> </t:unless> <t:parameter name="addRow"> <td colspan="*" style="text-align: right"> <t:addrowlink>Add a row</t:addrowlink> </td> </t:parameter> </tr> Regards, Greg. Robin K. wrote: > > Hi! Just saw your email. > > Dialog component is still under development and will be released with > 1.1.0. > Anyway, there is a test application bundled with this project. Each > component is tested in a custom page which could also be used a sample. > You may be interested by: > http://github.com/got5/tapestry5-jquery/blob/master/src/test/java/org/got5/tapestry5/jquery/test/pages/JQueryDialog.java > http://github.com/got5/tapestry5-jquery/blob/master/src/test/resources/org/got5/tapestry5/jquery/test/pages/JQueryDialog.tml > > If you have any suggestion to improve this component please post an issue > here : http://github.com/got5/tapestry5-jquery/issues > We are very looking forward feedback! > > > On Wed, May 26, 2010 at 5:35 PM, Nikola Milikic > <nikola.mili...@gmail.com>wrote: > >> Hi, >> >> Thanks for the job done on integrating jquery with Tapestry. >> >> I wanted to test it a bit, but I'm not managing to do everything I >> wanted. >> Can anyone plz help me how to use Dialog >> window<http://jqueryui.com/demos/dialog/>(or maybe lightbox style >> dialog)? I can't make it working. >> >> Thanks! >> >> Regards, >> Nikola >> > > -- View this message in context: http://old.nabble.com/Re%3A--Announce--Tapestry5-jQuery-integration-and-Tapestry5-ClientResources-tp28682461p28737137.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org