HTML forms cannot be nested. -----Original Message----- From: sp y [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 10:16 AM To: tapestry-user@jakarta.apache.org Subject: Nested Forms causing IllegalStateException? Tap 4
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:* ** <DEFANGED_form jwcid="[EMAIL PROTECTED]"> <DEFANGED_form jwcid="[EMAIL PROTECTED]"/> </form> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]