Re: Example of jquery tabs with formfragments

2012-06-11 Thread ccureau
Sorry to resurrect this thread, but I'm at a loss. I really can't seem to make the tabs work when I have a grid involved no matter what I try. Tabs that have form data now reliably work since I've added the ajax=false to my .tml. All of my data are stored in the Employee class, with Lists for

Re: Example of jquery tabs with formfragments

2012-05-30 Thread Chris Cureau
Thanks very much! I'll test it out this morning...and if I can get it working decently, I'll make up a post for others to use. Speaking of, is there a cook book of sorts for tapestry5-jQuery as there is for tapestry? Maybe I can give back that way. :) On May 29, 2012 6:34 PM, arterzatij

Re: Example of jquery tabs with formfragments

2012-05-30 Thread ICE Ernesto Arteaga Zavala
2012/5/30 Chris Cureau cmcur...@gmail.com Thanks very much! I'll test it out this morning...and if I can get it working decently, I'll make up a post for others to use. That should be great :) Speaking of, is there a cook book of sorts for tapestry5-jQuery as there is for tapestry? Maybe

Re: Example of jquery tabs with formfragments

2012-05-30 Thread Chris Cureau
Okay, giving it a try, but running into another issue... I've got two tabs that contain forms and three tabs that contain grid data. As it stands now, the forms redraw themselves (albeit without data) and the grids return nothing. My guess is that I'm missing a zone refresh somewhere. I

Re: Example of jquery tabs with formfragments

2012-05-30 Thread François Facon
did you try to add a t:ajax=false in your tabs. As mention at http://tapestry5-jquery.com/components/docsjquerytabs this will disable the zone refresh this parameter is used by most of the samples demo like for instance http://tapestry5-jquery.com/core/docsdatefield and the related tml

Re: Example of jquery tabs with formfragments

2012-05-30 Thread Chris Cureau
Thanks, that did the trick for the forms! The grids still aren't showing up...I'll do some more work. On Wed, May 30, 2012 at 2:47 PM, François Facon francois.fa...@atos.netwrote: did you try to add a t:ajax=false in your tabs. As mention at

Re: Example of jquery tabs with formfragments

2012-05-30 Thread ICE Ernesto Arteaga Zavala
I'm handling only one entity user and it store all others (banaaccount, address, locators) and for locator tab there I put a grid component and it work very well: p:locatorsTab t:grid source=user.locators / 2012/5/30 Chris Cureau cmcur...@gmail.com Thanks, that did

Re: Example of jquery tabs with formfragments

2012-05-29 Thread arterzatij
Hi, I did that oin this way... t:jquery.tabs t:tabs=personalDataTab, addressTab, bankAccountTab, locatorsTab t:activePanelId=activePanel p:personalDataTab t:rimsa.info message=${message:creation-info} /

Re: Example of jquery tabs with formfragments

2012-05-29 Thread arterzatij
BTW, when you do a click the tab component update the form needed by zone component, but it is donde by tabs component... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Example-of-jquery-tabs-with-formfragments-tp5713510p5713512.html Sent from the Tapestry - User mailing