On Fri, Nov 23, 2007 at 06:05:34PM +0100, Murat Yücel wrote: > Ok I didnt know that :)... I dont think it is standard html to have a > form in a form. > But as long as it work with wicket then i am happy :). > > /Murat >
AFAIK Wicket replaces any nested <form>s with <span>s to preserve HTML correctness. So the whole form is submitted from an HTTP perspective, but only the nested Form is validated when the submission came from the nested Form. jk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
