includeParams?

View: New views
2 Messages — Rating Filter:   Alert me  

includeParams?

by DNewfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've got a page that displays a menu to get tabs for altering one
parameter (event type), and other controls on the page to alter others
(forward/backwards in time, for example).  Using struts2's s:url's
includeParams attribute I'm able to easily have the forward/backward
links retain other attributes so tabs are retained when paging
forward/backward.  I was hoping there was an easy way to get the tab
links to also include other url parameters so that changing the tab
doesn't revert everything else to default settings...

...any suggestions?

-Dale Newfield
  Dale@...

------------------------------------------------------------------------------
_______________________________________________
struts-menu-user mailing list
struts-menu-user@...
https://lists.sourceforge.net/lists/listinfo/struts-menu-user

Re: includeParams?

by DNewfield :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Whoops, I forgot that I control the content through velocity.

-Dale