Koen Segers <KoenSegers <at> scarlet.be> writes: > > On Friday 08 April 2005 06:17, Kent Tong wrote: > > <input type="hidden" jwcid=" <at> Hidden" value="ognl: AvailableUsers"/> > > I tried this. Unfortunatly I get this error all the time. > Could not find an adaptor for class > org.apache.tapestry.form.StringPropertySelectionModel.
The list of available users must be serializable. So, you may change getAvailableUsers() to return an array or a java.util.List. Then have a separate method like getAvailableUsersModel() to return a property selection model. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
