It gets it from CountryModel, which is referenced in BasePage.java:

http://static.appfuse.org/appfuse-jsf/xref/org/appfuse/webapp/action/CountryModel.html

Matt

On 7/18/07, Ding, Qin <[EMAIL PROTECTED]> wrote:
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]




--
http://raibledesigns.com

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

Reply via email to