Re: Using tabbedpanel inside form

2008-04-29 Thread Jukka Välimaa
Ignore this. The problem was caused by an unbalanced div tag elsewhere in the form. On Tue, Apr 29, 2008 at 5:27 PM, Jukka Välimaa <[EMAIL PROTECTED]> wrote: > Hi, > > I'm using struts ajax tag tabbedPanel inside a form. I have the following > problem: the tabbedpanel renders outside the form in

Using tabbedpanel inside form

2008-04-29 Thread Jukka Välimaa
Hi, I'm using struts ajax tag tabbedPanel inside a form. I have the following problem: the tabbedpanel renders outside the form in generated html, even if the tags are placed inside the form element in jsp, and thus the tabbedpanel can't be used to submit data. Is there a way around this?