java - Stripes options-collection init behaviour -


i'm making registration form has dropdown list users qualification. actionbean has string[] qualifs attribute getter , setter, i'd fill list from. works fine, after push ok button , call actionbean. normal behaviour, , if so, there way initialize list data when jsp loads first time? relevant snippet:

<stripes:select name="qualification">   <stripes:option value="">select</stripes:option>   <stripes:options-collection collection="${actionbean.qualifs}"/> </stripes:select> 

thanks!


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -