Hello.

Person CRUD.

Person bean has name, age... and "countryId". Country bean has countryId and countryName.

In persons.jsp all persons are listed, displaying rows for each person, and columns for name, age... but countryName must be displayed instead of countryId:

<s:iterator value="persons">

I can display countryId:

<td><s:property value="countryId"/></td>

But, how can I display countryName?

Thanks.







---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to