Re: Problem with displayTag

2009-06-09 Thread Richard Sayre
You need to set hte requestURI attribute see http://displaytag.sourceforge.net/1.2/displaytag/tagreference.html#display-el:table On Mon, Jun 8, 2009 at 12:11 PM, Bhaarat Sharma wrote: > Hi guys, > I'm starting displaytag for the first time. > > I have a simple Struts2 action that is returning a

Problem with displayTag

2009-06-08 Thread Bhaarat Sharma
Hi guys, I'm starting displaytag for the first time. I have a simple Struts2 action that is returning a list. The list contains elements of Class Apple. Following is the code I have: This works ok, however, when I click 'next page' th

Sorting Problem with Displaytag and Struts2

2007-09-03 Thread Marc Eckart
Hi, I use Displaytag and want to use the sorting capability. So I configured the displaytag to go to a empty action, because my list is in the session - nothing should be loaded again, just using the existing search results. If I do this, I get a

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-09 Thread robinbajaj
the following compareTo method >> (as >> >> following) >> >> http://rafb.net/p/t0CR4Q98.html >> >> >> >> Then I re-build my app and restart it on the server, the displaytag >> >> table shows up fine. But when I click on the first c

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread Tim Williams
first column PtId, it >> doesn't sort the table. I just get the Http404 error page. >> >> Am I missing something ? > > Try setting the requestURI attribute of the table itself? > --tim > > - >

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread robinbajaj
g the requestURI attribute of the table itself? > --tim > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in contex

Re: [OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread Tim Williams
On 4/8/07, robin bajaj <[EMAIL PROTECTED]> wrote: Hi All, In my Struts 1.2.x webapp, I am getting some Patient records from backend using my PatientManager businessObject (which uses Hibernate) to send back a populated Patients List in the request scope. (Patient is my bean). I am feeding this p

[OT] problem with displaytag column sorting in struts 1.2 web project

2007-04-08 Thread robin bajaj
Hi All, In my Struts 1.2.x webapp, I am getting some Patient records from backend using my PatientManager businessObject (which uses Hibernate) to send back a populated Patients List in the request scope. (Patient is my bean). I am feeding this patientsList to Displaytag table, to show the dat