you have to override newlink on the tabbedpanel and return a submitlink
instead

also, really, for situations like this it doesnt make sense to use a
server-side panel. use client side tabs like what jquery provides instead -
it works much better with forms.

-igor


On 9/21/07, Fabio Fioretti <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I'm trying to build a data insertion page made up of a form containing
> an AjaxTabbedPanel with two panels. The submit button is global. I
> want to complete the fields in the two tabs and then submit them all
> in a single submit action.
>
> The problem is that, when I complete the first tab, switch to the
> second and then go back to the first, all inserted data are lost and
> all fields are blank again.
>
> All panels use compound property models over a single, page-global object.
>
> What am I doing wrong? What's the best way to keep inserted data when
> switching between tabs and then submit them all at once?
>
>
> Thanks for your time and suggestions,
>
> Fabio Fioretti - WindoM
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to