I have dropdown with dynamic values.for example in dropdown have 1,5,10,20.
when page loading need to display the 5 only.How to do in the jsf ?
Preset the property associated with the value attribute with the desired value in bean's constructor.
value
public Bean() { this.selectedItem = 5; }
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
1 year ago
viewed
229 times
active