you can override tabbedpanel.newlink and return a submitlink
instead.that way the form has to be submitted/validated before tabs
can be switched.

-igor


On Wed, May 21, 2008 at 9:51 PM, Justin Morgan - Logic Sector
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm running into an issue with my TabbedPanel.  Currently I have a
> TabbedPanel containing two tabs.  Each tab panel contains a form.  Here's my
> problem scenario:
>  1.  User clicks on a tab to view it (which is really just a link with fancy
> CSS styling)
>  2.  User enters text in that tab's form
>  3.  Without submitting the form via submit button, the user clicks the tab
> again
>  4.  User loses everything typed in the form (DOH!)
>
> The problem occurs because the user clicked on a link which didn't submit
> the form, and so the form contents were lost.
>
> My question is:  Is there any way to configure a TabbedPanel to *not* make a
> live link for the currently selected tab?
>
> Thanks for any help,
>
> Justin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to