You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dave Newton <da...@gmail.com> on 2011/07/11 14:52:02 UTC

[OT] Re: Using Display Tag library

On Mon, Jul 11, 2011 at 8:34 AM, JavaNoobie87 wrote:
> The thing is I'm  NOT using struts 2 here , just basic jsp,javabeans and
> servlets .(Its a sort of demo project!).

Well, this is a Struts mailing list.

> As of now my DAO fetches the result according to this query

How the data is retrieved isn't relevant, unless you need to implement
paging, which is a matter of offset and length.

> FROM DOMAIN WHERE DOMAINTYPE_OID='"+dt_oid+"' ORDER BY

Please search the web for "sql injection".

> I really didnt quite understand how external paging would help me ?

By making it unnecessary to keep your entire list in session or
request, like your original question seemed to ask.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org