azizlabib2015 / jmesa

Automatically exported from code.google.com/p/jmesa
0 stars 0 forks source link

jmesa and stripes #236

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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?

Original issue reported on code.google.com by stas.agarkov on 11 Dec 2009 at 12:14

GoogleCodeExporter commented 8 years ago
Not sure if this issue is valid yet...

Original comment by jeff.johnston.mn@gmail.com on 9 Mar 2011 at 8:18