Hi,
For this kind of design you can have one tile declaring the form and inserting two sub- tiles populating it. There is an example in tiles-documentation.war, under tutorial/invoice.
Hope this help,
Cedric
Jack Zakarian wrote:
Hi,
I have a tiles layout that has a header and detail tile - i.e. an
invoice screen with header and detail records. I split the screen up
Into two sections so that it would stay below the 64K limit. When I
submit the form only the header portion populates the actionFrom.
but not the details. On the actionForm I have all String properties.
The header properties as just String and the detail properties are
String[].
Does each tile need its own html:form tag with the save action? How can
I submit the form and have it populate both the header and detail
actionForm fields
from the two tiles.
Thanks,
Jack
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

