wanjidong / jmesa

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

IMPROVEMENT: Send a String[] to method setColumnProperties on TableFacade class #241

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Instead of passign "String..." to the method it would be great to be also
able to pass a String[] with the property names.
This way someone could prepare a method like "prepareJMesaExporting" on a
parent controller (Spring-MVC) and call this method from the children in
case you need to do exporting.
Thinking of a JSP-TAG based application.

At the momento the only solution for me is to write the lines to prepare
exporting by hand on each controller.

Original issue reported on code.google.com by franserr...@gmail.com on 28 Jan 2010 at 9:25

GoogleCodeExporter commented 8 years ago
I am not sure that I understand what you are getting at...do you have an 
example?

Original comment by jeff.johnston.mn@gmail.com on 10 Mar 2011 at 10:01