not sure is this helps - add this :

excludedParams="*"

On 7/6/06, JaumeG <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have the same problem as you.
>
> I'm using Struts and when I Update some table with a textarea for example,
> next time I return to the ACTION to show the displaytag with the update
> records, I CAN'T SORT and I CAN'T go to the Next, etc.. MY JSP is DIED.
>
>
>
> I put here as an example the APPENDED text to my ACTION that hangs the JSP
> for Sort and Navigate(next/back).
>
>
> Any of you can give a hand on this ?
>
> Thanks in advance for your help.
>
>
>
>
>
>        [First/Back] <strong>1</strong>,
> mostrarSelectsAction.do?sqltext=SELECT+%0D%0A++++++inpa.epis_key%2C%0D%0A++++++pati.pers_key%2C%0D%0A++++++epis.episcode%2C%0D%0A++++++PACIENTE.perssur1%2C%0D%0A++++++PACIENTE.perssur2%2C%0D%0A++++++PACIENTE.persname%2C%0D%0A++++++pati.pati_hfn%2C%0D%0A++++++inpa.tinpcode%2C+%0D%0A++++++beds.bedscode%2C++++++%0D%0A++++++beds.room_key%2C%0D%0A++++++room.roomdesclong%2C%0D%0A++++++MEDICO.perssur1%2C%0D%0A++++++MEDICO.perssur2%2C%0D%0A++++++MEDICO.persname%2C%0D%0A++++++firm.firmname%2C%0D%0A++++++epis.episdatecrea%2C%0D%0A++++++epis.epistimearri%2C%0D%0A++++++inpa.inpaconf%2C%0D%0A++++++epis.episdiag%2C%0D%0A++++++epis.episflagjudg%2C%0D%0A++++++csta.cstadesclong++++%0D%0A%0D%0AFROM++++%0D%0A++++++inpa%2C%0D%0A++++++epis%2C%0D%0A++++++clip%2C%0D%0A++++++pati%2C%0D%0A++++++pers+PACIENTE%2C%0D%0A++++++episcsta%2C%0D%0A++++++episcshp%2C%0D%0A++++++cstahper%2C%0D%0A++++++pers+MEDICO%2C%0D%0A++++++csta%2C%0D%0A++++++bedm%2C%0D%0A++++++beds%2C%0D%0A++++++room%2C+%0D%0A++++++OUTER+%
 28
> +episfirm%2C+FIRM%29+%0D%0A+++%0D%0AWHERE++++%0D%0A+++++++epis.episopen%3D%27Y%27+++%0D%0A+++++++AND+episcsta.epicstalast%3D%27Y%27+%0D%0A+++++++AND+epicshplast%3D%27Y%27%0D%0A+++++++AND+bedm.bedmdatedisc+IS+NULL%0D%0A+++++++AND+bedm.bedmtimedisc+IS+NULL%0D%0A+++++++AND+episfirm.episfirmmain%3D%27Y%27%0D%0A+++++++AND+inpa.tinpcode+%3C%3E%27AB%27+%0D%0A+++++++AND+inpa.inpaconf+%3D+%27Y%27+%0D%0A+++++++AND+inpa.epis_key%3Depis.epis_key+%0D%0A+++++++AND+epis.clip_key%3Dclip.clip_key+%0D%0A+++++++AND+clip.pers_key%3Dpati.pers_key+%0D%0A+++++++AND+pati.pers_key%3DPACIENTE.pers_key+%0D%0A+++++++AND+episcsta.csta_key%3Dcsta.csta_key+%0D%0A+++++++AND+bedm.epis_key%3Depis.epis_key+%0D%0A+++++++AND+bedm.beds_key%3Dbeds.beds_key+%0D%0A+++++++AND+episcsta.epis_key%3Depis.epis_key%0D%0A+++++++AND+episcsta.episcsta_key%3Depiscshp.episcsta_key+%0D%0A+++++++AND+cstahper.cstahper_key%3Depiscshp.cstahper_key%0D%0A+++++++AND+cstahper.csta_key%3Dcsta.csta_key+%0D%0A+++++++AND+cstahper.pers_key
 %
> 3DMEDICO.pers_key+%0D%0A+++++++AND+episfirm.epis_key%3Depis.epis_key%0D%0A+++++++AND+episfirm.firm_key%3Dfirm.firm_key%0D%0A+++++++AND+beds.room_key%3Droom.room_key+%0D%0A+++++++++%0D%0AORDER+BY+beds.bedscode+asc+%0D%0A&amp;d-3611730-p=2&amp;descripcio=Cens+Actual+%28+Ingressados+Actuales+%29"
> title="Go to page 2">2 ,  3  [ Next / Last ]</br></br>
> <table id="id_select">
> <thead>
> <tr>
> <th>Ver</th>
> <th class="sortable sorted order1">
> Identificador </th>
> <th class="sortable">
> Descripci?n </th></tr></thead>
> <tbody>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/-displaytag---Help--BUG--requestURI-param-endless-appended-tf1870376.html#a5185931
> Sent from the DisplayTag - General forum at Nabble.com.
>
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to