2010-11-14 21 views

回答

1

如果我沒有記錯,您可以使用<f:selectItem>標記將國家列表限制在某些國家/地區。例如:

<t:selectOneCountry ....> 
    <f:selectItem value="DE"/> 
    <f:selectItem value="UK"/> 
    <f:selectItem value="FR"/> 
</t:selectOneCountry>