| Issue 236: | jmesa and stripes | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When saved WorkSheet formed http-post request to the class WorksheetServlet. We use the framework "Stripes", which you can use TypeConverter. Table jmesa send form parameters in the form of "subscribers[1].id=1&subscribers[1].name=john", but for TypeConverter need to pass a string "subscribers[1]=1&subscribers[1].name=john", without ".id" suffix. Otherwise TypeConverter, which converts the request to the Bean does not work. How can I do?
Mar 9, 2011
Project Member
#1
jeff.johnston.mn@gmail.com
Status:
Invalid
|