You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Kalaiselvan <ka...@HotPOP.com> on 2002/10/11 07:42:17 UTC

About Paging

Hii Craig,

     I have 1000 of records in my database.
     I want to show them in 10 per page.
     Now i'm using  <logic:iterator> tag    for displaying the whole data in
one page.
Is there any  option to get the paging in my jsp?

Kalaiselvan.S
----- Original Message -----
From: "Craig R. McClanahan" <cr...@apache.org>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Friday, October 11, 2002 10:55 AM
Subject: Re: Struts 1.1B2 with iplanet6Sp2


> I don't use the iPlanet server directly myself much, but "duplicate class
> definition" sounds like you might have struts.jar on the classpath used to
> start the server, as well as being in your webapp.  Make sure you start
> the server *without* this JAR in the classpath.
>
> Craig
>
> On Fri, 11 Oct 2002, Ziad Haidar wrote:
>
> > Date: Fri, 11 Oct 2002 14:58:02 +1000
> > From: Ziad Haidar <zi...@bigpond.com>
> > Reply-To: Struts Users Mailing List <st...@jakarta.apache.org>
> > To: struts-user@jakarta.apache.org
> > Subject: Struts 1.1B2 with iplanet6Sp2
> >
> > Hi,
> >
> > I am trying to get Struts 1.1 B2 to work with I planet 6 Sp2. The first
> > problem was getting exceptions from the commons-logging package. The
only
> > way to fix this was to use commons-logging.jar version 1.0.2 instead of
the
> > one in the download area. I am now getting the following exception when
the
> > ActionServelt is being initialised:
> > vs(https-localhost)Exception thrown in servlet.init; context = /blank,
> > servlet = 'action',
> > servlet-class = 'org.apache.struts.action.ActionServlet',
> > stack tace: java.lang.SecurityException: sealing violation
> > at java.net.URLClassLoader.defineClass(URLClassLoader.java:234)......
> >
> > Every request after that to the ActionServlet gets the following
Exception
> >
> > Unexpected error condition thrown (unknown exception,no description),
> > stack: java.lang.LinkageError: duplicate class definition:
> > org/apache/struts/action/ActionServlet   at
> > java.lang.ClassLoader.defineClass0(Native Method)
> >
> > In order to eliminate my code and projects settings, I deployed the
> > jakarta-struts-1.1-b2-blank.war file to the web server. I get the same
error
> > with this file when the servlet is starting. ( ps I also had to replace
the
> > commons-logging.jar file as well).
> >
> > Any ideas or suggestions would be much appreciated.
> >
> > Regards,
> >
> > Ziad.
> >
> >
> > --
> > To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> > For additional commands, e-mail:
<ma...@jakarta.apache.org>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: About Paging

Posted by Eddie Bush <ek...@swbell.net>.
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=Struts+Paging
http://nagoya.apache.org/eyebrowse/SearchList?listId=&listName=struts-user%40jakarta.apache.org&searchText=Paging&defaultField=subject&Search=Search

... you probably already looked at all of those though - right?

Kalaiselvan wrote:

>Hii Craig,
>
>     I have 1000 of records in my database.
>     I want to show them in 10 per page.
>     Now i'm using  <logic:iterator> tag    for displaying the whole data in
>one page.
>Is there any  option to get the paging in my jsp?
>
>Kalaiselvan.S
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>