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]