Hi all

we use the webtable ww tag in our application. After installing 1.3.0 rc1
the sorting in our tables in our application doesn't behave correctly
anymore. 

After some investigating I saw that the URLTag in the way that POST'ed data
isn't included anymore when the url tag has no value parameter - cvs
comment: "Generated tag no longer includes parameters that were POST'ed if
the "page" attribute is not specified"

Unfortunatly the table.jsp which is used for the webtable tag does use the
url tag in that manner to set up the sorting link.
[..]
 <a href="<webwork:url><webwork:param name="sortColumnLinkName"
value="offset"/>
        <webwork:param name="sortOrderLinkName"
value="'ASC'"/></webwork:url>">
        <img src="images/unsorted_asc.gif" border="0" align="bottom"/></a>
[..]

now our POSTed data in our forms isn't used anymore when sorting and so
nearly all views with forms and tables don't work properly anymore.

What's the best way to get our tables working as before? Another thought:
couldn't be added a parameter to the URLTag that could decide if the POSTed
parameters are included or not (so the distinction if the parameters are
added or not is not driven by the value attribute...)

Many thanks for your help.

Cheers
-Paolo


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to