It sounds like you're using some sort of DispatchAction and the
displaytag appends all request parameters to the URI. I don't know if
its possible to turn this off, if you navigate to your displytag page
w/o any request parameters, it will probably work.
Matt
On Sep 10, 2004, at 8:35 AM, Julien Martin wrote:
Hello,
I am struggling with the display tag library. Here is
my problem: I have the following table:
**********************
<display:table name="devices_list" export="true"
width="100%" requestURI="system.do">
<display:column property="systemId" sortable="true"
title="System ID" href="system.do" paramId="systemId"
paramProperty="configSystemId" headerClass="odd"/>
<display:column property="customerName"
sortable="true" title="Customer Name"
headerClass="odd"/>
<display:column property="city" sortable="true"
title="City" headerClass="odd"/>
<display:column property="state" sortable="true"
title="State" headerClass="odd"/>
<display:column property="zip" sortable="true"
title="ZIP" headerClass="odd"/>
</display:column>
</display:table>
**********************
and when I try a sort or an export I get the following
error:
*****
Action[/system] does not contain method named
searchBySystems
*****
There is no such method as searchBySystems in my
action class and I don't know why display tag appends
this to the url. Can anyone help?
Thanks in advance,
Julien Martin.
_________________________________________________________
Do You Yahoo!?
La mejor conexión a internet y 25MB extra a tu correo por $100 al mes.
http://net.yahoo.com.mx
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user