This is off the original topic, but speaking of multiple beans, I
thought I would mention that since the Struts tags support a nested
syntax, beans can be properties of ActionForms. 

<html:hidden property="table1.account">
<html:hidden property="table2.customerName">

This would map to table1.getAccount() and table2.CustomerName() -- where
table1 and table2 were JavaBean properties of your ActionForm (including
ActionForms!). 


-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/

Reply via email to