You might try:

<display:table list="${minDataList}" requestURI="calldata.action"
pagesize="10">

instead.
  (*Chris*)

On Sun, May 24, 2009 at 11:56 PM, Murugesh <muruges...@gmail.com> wrote:

> thanks Lukasz
>  what i did is,
>
> added  :displaytag-1.2.jar in the lib
> added  :<%@ taglib uri="http://displaytag.sf.net"; prefix="display"%>  in
> my
> JSP
> code snippet is
>  <display:table  list="minDataList" requestURI="calldata.action"
> pagesize="10" >
>  <display:column property="name"/>
>  <display:column property="id"/>
> </display:table>
> thanks
> murugesh
>
> On Mon, May 25, 2009 at 12:15 PM, Lukasz Lenart <
> lukasz.len...@googlemail.com> wrote:
>
> > 2009/5/25 Murugesh <muruges...@gmail.com>:
> > > can any one help me to achieve this?
> >
> > Could you show how did you try to use DisplayTag, some code example?
> >
> >
> > Regards
> > --
> > Lukasz
> > http://www.lenart.org.pl/
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
>

Reply via email to