You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Peter Neu <pe...@gmx.net> on 2005/02/19 11:11:27 UTC

Displaying mulitpage results

Hello everybody,

in my struts application I used to display a table of query results on 
one page. Now the results are becoming way too much to display them on
one page. What is the best way to implement a mulitpage result view?
The problem is I have multi-step workflow and I don't want to confuse
the user too much.

Best Regards,

Peter

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


Re: Displaying mulitpage results

Posted by Peter Neu <pe...@gmx.net>.
OK, your are right this is too much work. I tried to use the display tag 
in my application. But there is an error thrown:

Failed to load or instantiate TagExtraInfo class: 
org.displaytag.tags.TableTagExtraInfo

I used Tomcat 5.27 and the 1.2 display-tag. Did you encounter this
problem as well?

Regards,

Peter

Bing Qiao schrieb:
> As far as I know, you may do the paging using <logic:iterate>. But
> then you need to build the traversing and sorting functions youself.
> 
> Regards
> 
> bq
> 
> On Sat, 19 Feb 2005 11:51:13 +0100, Peter Neu <pe...@gmx.net> wrote:
> 
>>Ok, I will check this out. This a non-struts-project right?
>>Is there also an option only using struts?
>>
>>Bing Qiao schrieb:
>>
>>>hi Peter,
>>>
>>>Have you tried displaytag before?
>>>
>>>
>>>On Sat, 19 Feb 2005 11:11:27 +0100, Peter Neu <pe...@gmx.net> wrote:
>>>
>>>
>>>>Hello everybody,
>>>>
>>>>in my struts application I used to display a table of query results on
>>>>one page. Now the results are becoming way too much to display them on
>>>>one page. What is the best way to implement a mulitpage result view?
>>>>The problem is I have multi-step workflow and I don't want to confuse
>>>>the user too much.
>>>>
>>>>Best Regards,
>>>>
>>>>Peter
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>>For additional commands, e-mail: user-help@struts.apache.org
>>>>
>>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>>For additional commands, e-mail: user-help@struts.apache.org
>>>
>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 

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


Re: Displaying mulitpage results

Posted by Bing Qiao <qi...@gmail.com>.
As far as I know, you may do the paging using <logic:iterate>. But
then you need to build the traversing and sorting functions youself.

Regards

bq

On Sat, 19 Feb 2005 11:51:13 +0100, Peter Neu <pe...@gmx.net> wrote:
> Ok, I will check this out. This a non-struts-project right?
> Is there also an option only using struts?
> 
> Bing Qiao schrieb:
> > hi Peter,
> >
> > Have you tried displaytag before?
> >
> >
> > On Sat, 19 Feb 2005 11:11:27 +0100, Peter Neu <pe...@gmx.net> wrote:
> >
> >>Hello everybody,
> >>
> >>in my struts application I used to display a table of query results on
> >>one page. Now the results are becoming way too much to display them on
> >>one page. What is the best way to implement a mulitpage result view?
> >>The problem is I have multi-step workflow and I don't want to confuse
> >>the user too much.
> >>
> >>Best Regards,
> >>
> >>Peter
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> >>For additional commands, e-mail: user-help@struts.apache.org
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

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


Re: Displaying mulitpage results

Posted by Peter Neu <pe...@gmx.net>.
Ok, I will check this out. This a non-struts-project right?
Is there also an option only using struts?

Bing Qiao schrieb:
> hi Peter,
> 
> Have you tried displaytag before?
> 
> 
> On Sat, 19 Feb 2005 11:11:27 +0100, Peter Neu <pe...@gmx.net> wrote:
> 
>>Hello everybody,
>>
>>in my struts application I used to display a table of query results on
>>one page. Now the results are becoming way too much to display them on
>>one page. What is the best way to implement a mulitpage result view?
>>The problem is I have multi-step workflow and I don't want to confuse
>>the user too much.
>>
>>Best Regards,
>>
>>Peter
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>For additional commands, e-mail: user-help@struts.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 

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


Re: Displaying mulitpage results

Posted by Bing Qiao <qi...@gmail.com>.
hi Peter,

Have you tried displaytag before?


On Sat, 19 Feb 2005 11:11:27 +0100, Peter Neu <pe...@gmx.net> wrote:
> Hello everybody,
> 
> in my struts application I used to display a table of query results on
> one page. Now the results are becoming way too much to display them on
> one page. What is the best way to implement a mulitpage result view?
> The problem is I have multi-step workflow and I don't want to confuse
> the user too much.
> 
> Best Regards,
> 
> Peter
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

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