I am not sure if this is possible, but can I access a bean within a bean, and grab fields from it within my jsp? The AccountBean named account has a Customer Bean named customer, and I want the first name of that Customer.
<s:property value="account.customer.firstName"/> returns null every time.

I know that the account is set (see it in the debugger), that it has a valid Customer object and I can access a more simple field
<s:property value="account.acctNumber"/> from the page no problem.


Any ideas?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to