I have defined a custom tag that emulates "tabs". This will help splitting a form across multiple tab pane. Each tab is a hyperlink that sets a hidden form variable and submits the current form ( so that the data is saved ). When I define a form and specify normal html elements, the tab across works ( although the form data doesn't get saved ). But when I use struts html taglibrary for the html elements, I get a _javascript_ error about "method not supported". The only difference between the generated html is that the struts html tags don't have the end tag of some "input" elements.

 

I have attached the jsp code ( the commented portion is with struts ). Each of the "tagarea" custom tag adds a hidden field with its tab name as the value.

 

 

Thanks

 

 

-- pady

[EMAIL PROTECTED]

 

 

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

Reply via email to