Struts2 - Is sitemesh embedded / forced to use?

2009-11-30 Thread jvsrvcs
I am trying to get a very simple struts2 HelloWorld app to work (with maven2) I think I have everything but I keep getting this error: Messages: Unable to initialize TldLocationsCache: XML parsing error on file /WEB-INF/sitemesh-page.tld: (line 1, col 1) File: org

How to display a table (data grid) using Struts2 - Is there a tag?

2009-12-09 Thread jvsrvcs
We need to pull a large amount of data from a database and display in a table. We would like, on click of a hyperlink for a submission to happen to go to the server to fetch the next set of data that has been either cached or to query the db. I am sure someone has done this before as it is quite

Re: How to display a table (data grid) using Struts2 - Is there a tag?

2009-12-10 Thread jvsrvcs
jvsrvcs wrote: > > We need to pull a large amount of data from a database and display in a > table. > > We would like, on click of a hyperlink for a submission to happen to go to > the server to fetch the next set of data that has been either cached or > to query the db. > >