Nested properties and HTML custom tags

2001-09-25 Thread Peter Pilgrim
Can you use nested properties with the Struts HTML custom tags such that they populate a valueobject nested inside a ActionForm type. html:form name=/LoginAction.do table tr tdUsernametd td html:text name=ejb.valueobject.username maxlength=16 / /td /tr tdPasswordtd

Re: Nested properties and HTML custom tags

2001-09-25 Thread Matt Raible
We are doing this successfully - we just put getters/setters in the Form for the VO. Matt --- Peter Pilgrim [EMAIL PROTECTED] wrote: Can you use nested properties with the Struts HTML custom tags such that they populate a valueobject nested inside a ActionForm type. html:form

Re: Nested properties and HTML custom tags

2001-09-25 Thread Peter Pilgrim
properties and HTML custom tags We are doing this successfully - we just put getters/setters in the Form for the VO. Matt --- Peter Pilgrim [EMAIL PROTECTED] wrote: Can you use nested properties with the Struts HTML custom tags such that they populate a valueobject nested inside a ActionForm