Hi,
is there a way to get page # and sort column info in external paging/sorting when only selected columns are returned from database ?
 
if the whole class is returned, we can use:
  String param = new ParamEncoder (".......").encodeParameterName(TableTagParameters.PARAMETER_PAGE);
  String page = (String) request.getParameter(param);
 
to get the page number; but what if the data I pass to Displaytag has selected columns not the whole class ? what should I put in ParamEncoder ?
 
thanks !
lixin
 
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to