Re: [Webwork-user] initially selected value for ui:select
Just return values from your action as a String array. eg: width: 90%; in your action: public String[] getProjectIds() { return new String[] {"10410"}; } The array matches the listKe
[Webwork-user] initially selected value for ui:select
Hi, I am using ui:select tag to display a list of items. (Its actually a list of dates). I want to be able to display a particular value as the initailly selected value. (Which will be todays date). How can I specify the initilly selected value using the ui:select tag? If ui:select tag do