RE: Select multiple values from a dropdown

2015-02-22 Thread lilylove2shop
Our application has a form on the right pane where user can create a request and submit it.  After the request is submitted, it will be displayed on the left pane.  The left pane lists all the submitted requests in the system. When user selects one of the requests on the left pane, the data

Overwrite a TypeConverter for a Map with Generics

2015-02-22 Thread Andreas Sachs
Hello, how can i overwrite a TypeConverter for a Map?   I defined the following global TypeConverter: java.lang.String=de..converter.StringTrimConverter (the converter removes blanks from the string)   This converter is used for every String, even inside maps. That's fine.   In one action i

RE: Select multiple values from a dropdown

2015-02-22 Thread Martin Gainty
Date: Sun, 22 Feb 2015 09:11:58 -0500 Subject: RE: Select multiple values from a dropdown From: lilylove2s...@yahoo.com.INVALID To: user@struts.apache.org Our application has a form on the right pane where user can create a request and submit it. After the request is submitted, it will