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