Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3888570
By: junjun-zhao

I use the displaytag-1.1.jar and displaytag-portlet-1.1.jar. Now I can sort
and page,the result is correct.
I want to add some serache condition,in the normal jsp and struts, the parameter
in the form can be added in the href,after i post the form.

but in the portal i post the form and  the parameter in the form can not be
added to sort and page href

this is my codes
<html:form action="/search" method="post" styleId="testForm"> 

                <display:table name="testList" cellspacing="0" cellpadding="0"
                       id="testList" pagesize="2" class="list_1"
                       export="false" sort="external" partialList="true"
size="resultSize">
            
            <display:column property="testName" headerClass="sortable"
                            titleKey="testName" sortable="true"
sortName="testName"/>

            <display:setProperty name="paging.banner.item_name" value="test"/>
            <display:setProperty name="paging.banner.items_name"
value="tests"/>

                </display:table>
</html:form>


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
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