Have you tried <html:text name="profile.account" property="name"/>?
-- Jeff
Laurent Duperval wrote:
Hello,
In my jsp, I have code like this:
... ... ... <html:text name="profile" property="account.name" value="Foo" /> ... ... ...
This generates:
<td><input type="text" name="profile.name" value="Foo"></td>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]