What is the html:link equivalent of 

<a
href="listthreads?sort=<%=sort%>&order=<%=order%>&offset=<%=previousOffset%>">

How do I pass those parameters (sort, order, and
offset)?  And please verify the equivalent of the <a
href="listthreads"> part of the html:link tag: 

<html:link forward="listthreads" .....>
</html:link>

and in my struts-config.xml, I can

     <forward
        name="listthreads"
        path="/do/threads/List"/>

then

    <action
        path="/threads/List"
        type="org.myOrg.myProj.message.ListThread"
        name="threadForm"
        scope="request"
        validate="false">
       <forward
            name="success"
            path=".xxx.YYY"/>

Thank you.


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to