Hi everyone, What I`m trying to do is put some tabs on top of my page and when a user click on a tabs, I render the corresponding block. That work perfectly like the Tapestry example.
But, each tab old a forms and a pretty big one. So I would like to put the content of each tab on seperate file for clarity. Is that a good idea ? If so, how ca I do it? What important to keep in mind is when the user click on the tab, the form must be validate before changing the tab. If I put a block for each tab in the same page of the RenderBlock, it`s work perfectly. But, like I said, I would like to seperate it. Thanks for any help! P.S. Sorry for bad english.