I was trying to nested the forms (one inside another), but it caused IllegalStateException which claimed about the Form has been stored. I've specified the name/id of the 2 forms which are the unique name/id but it doesnt make any different, is Tapestry store the name based on internal id?
My intention is to have a tacos ajax form inside a tapestry form, but the tacos's PartialForm is no longer exist for the new release beta of tacos library. Any solution would be highly appreciate, Thank you very much. *sample code would be:* ** <form jwcid="[EMAIL PROTECTED]"> <form jwcid="[EMAIL PROTECTED]"/> </form>