Re: JSTL, struts and pagination

2005-09-01 Thread Martin Cooper
On 8/31/05, Chandramohan Mani <[EMAIL PROTECTED]> wrote: > > pagination is not a part of view... I beg to differ. If you're going to divide the world up into M, V and C, it is certainly part of the view, since it has to do with which part of the model is being presented to the user, and how to

RE: [opencms] JSTL, struts and pagination

2005-09-01 Thread Jorge González
Take a look at: - http://valuelist.sourceforge.net/ - http://struts.application-servers.com/index.html - http://jsptags.com/tags/navigation/pager/index.jsp - http://displaytag.homeip.net/example-pse.jsp And tell me if you find what you need here. I've used displaytag, and it's great. -

Re: Views outside the servlet container

2005-09-01 Thread Karianne Berg
Thanks for replying, Martin. > This isn't exactly a taglibs question... I was hoping there might be a clever way of using core:import that I hadn't found, or something contained in one of the other taglibs. > I'm pretty sure there's no way to do this. JSP pages compile to > servlets, and those r

Re: JSTL, struts and pagination

2005-09-01 Thread Chandramohan Mani
pagination is not a part of view... On 9/1/05, Luca Passani <[EMAIL PROTECTED]> wrote: > > people, what's the elegant way to do pagination with JSTL? > I am using struts, my Action generates a LinkedList which a JSP page > is supposed to visualize: > > > http://item.name>}"/> > > > > I'd