Re: [Webwork-user] initially selected value for ui:select

2002-05-28 Thread Scott Farquhar
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

RE: [Webwork-user] Re: Getting value from Session object

2002-05-28 Thread Owen Taylor
IMO: In order to "be" a property (rather than an attribute) it Must have a related get method. Cheers, Owen. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Harvey Kandola Sent: Thursday, May 23, 2002 5:54 AM To: [EMAIL PROTECTED] Subject: [Webwork-user]