kipsta
10-09-2004, 06:21 AM
Hello all,
I have a site that is mostly JSP based in Tomcat. There's a lot of data exchange between the client setting up objects that ca be used in other places. Standard JSP style of a 'detail' page with a bunch of form elements and an 'update' page that reads that data and validates it (or uses a bean to validate it) then either updates the record in the DB or redirects back to the detail page with errors.
Are there thoughts on how best to do this with Laszlo? How to validate the data? How to display dynamic error messages? You to update the server side?
Any thoughts would be greatly appreciated.
-C-
I have a site that is mostly JSP based in Tomcat. There's a lot of data exchange between the client setting up objects that ca be used in other places. Standard JSP style of a 'detail' page with a bunch of form elements and an 'update' page that reads that data and validates it (or uses a bean to validate it) then either updates the record in the DB or redirects back to the detail page with errors.
Are there thoughts on how best to do this with Laszlo? How to validate the data? How to display dynamic error messages? You to update the server side?
Any thoughts would be greatly appreciated.
-C-