yes its possible to have two forms in the same page. if you could provide some more details, you are likely to get more helpful response :)
Cheers Dipu On 11/1/07, Cristi Manole <[EMAIL PROTECTED]> wrote: > > Hello, > > Simple question :) : > > Is it possible to have two forms on the same page, without having them > imbricated? > > <form wicket:id = "form1"> > ... > </form> > <form wicket:id = "form2"> > ... > </form> > > > I'm asking because I get errors saying i did not add markup for form2 when > it is indeed in html code... (and added to the page) > > > Tks a lot >
