In main.jsp, I have a tabbed panel which has a remote tag loading an external
page memberList.jsp. This memberList.jsp contains a display tag which is
used for sorting and pagination. 

Now I encounter problem when I press on the display tag to do
sorting/pagination. Every time I click on the hyperlink, it will redirect me
from main.jsp to memberList.jsp. In fact, I want to stay in main.jsp with
the display tag loaded to the tabbed panel. And I don't want the whole
main.jsp to refresh but only the div loading the display tag refresh (like
the remote link example in struts2 showcase). 

Any hint on how can i do it?

Queenie
-- 
View this message in context: 
http://www.nabble.com/Display-tag-and-target-div-tp14269874p14269874.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to