Jakarta Tiles Question
Hi,
I am a newbie to jakarta tiles. I built an application with tiles framework. In the layout definitions file, I have entry for jsps(for header, navigator, body, footer). It is displaying all jsps in the same page, well organised.
Now I have to get data from action class before for content body(above) jsp page. So I replaced the previously jsp body page with struts action mapping call. When I got and click link on navigation bar, it is not showing any error accept a white page in body area.
Could anybody help me out here. I can provide more info, if required.
Tiles definition xml file entries:
]]>
<put name="BodyContent" value="/applaunches/showMoveForm.do?methodToCall=showMoveForm" />
]]>
-
struts-config.xml entry:
]]>
Thanks in advance,
ashruf
请先登录再写评论。
This is the forum for IntelliJ IDEA, not for general Java or web framework
questions. You should post this question on a Jakarta or Tiles forum.
Hussain Mohammed Ashruf wrote:
If you are newbie, it will take while till you will master it really
good, and even then there'll be always small problems.
I would suggest to try and use SiteMesh instead:
http://opensymphony.com/sitemesh/
I was a big Tiles fan, but it took me 10 times less effort to learn and
master SiteMesh. About the development time with SiteMesh not to mention.
Ahmed.