Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Including content resulting from ActionForward in a tile

Status
Not open for further replies.

JimCross

Programmer
Oct 20, 2003
1
GB
Hi guys.<br><br>
I'm currently trying to develop a struts/tiles application. The main layout page must include several pages which are dynamically generated by calling actions which forward on to the relevant JSPs.<br>
For example, the layout page may consist of two divs, the first of which will contain a dynamically generated menu, and the second containing a news ticker.<br>
To view the menu, I use the Menu action, and to access the news ticker I use the NewsTicker action. Therefore, the menu div must eventually contain whatever the ActionForward from MenuAction is (e.g. menu.jsp), and the ticker div must contain whatever the ActionForward from NewsTickerAction is (e.g. ticker.jsp).<br><br>
How can I include this content in the page? That is, what should go in my tiles definition to make a tile contain the content from /Menu.do or /NewsTicker.do?

Regards,

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top