Appfuse 1.9.4/JSF
Where is the countries dropdown get its data from?
In userForm.xhtml:
<h:selectOneMenu value="#{userForm.country}" id="country">
<f:selectItems value="#{userForm.countries}"/>
<v:commonsValidator
type="required"arg="#{text['user.address.country']}"/>
</h:selectOneMenu>
In UserForm.java:
I see getCountry() and setCountry(). But I don't see countires in
UserForm.java.
Qin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]