aspose file tools
The moose likes JSF and the fly likes MyFaces/Tiles Issue Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "MyFaces/Tiles Issue" Watch "MyFaces/Tiles Issue" New topic
Author

MyFaces/Tiles Issue

Bruce Riches
Greenhorn

Joined: Apr 24, 2006
Posts: 14

In a MyFaces/Tomahawk application I have a Tiles (version 2.1.2) template that defines 4 tiles, a header, a menu, a body and a footer.
My problem concerns navigation. I cannot seem to identify the 'from-view-id' name correctly. I've used the name of the jsp that represents the body and from where the action is specified as a command button attribute. Also, I've specified the template name. Neither works correctly.
I also cannot get the jscookmenu to render in the 'menu tile', although I see it's generated code in the page source.
Any ideas very welcome.
Bruce Riches
Greenhorn

Joined: Apr 24, 2006
Posts: 14
BTW: Both the menu and the body page display and behave correctly when rendered without using tiles.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: MyFaces/Tiles Issue
 
Similar Threads
Is it possible to reload only body in the tiles
at org.apache.myfaces.tomahawk.application.jsp.JspTilesTwoViewHandlerImpl.getServletMapping
tiles and javascript navigation bar problem
Struts-Tiles problem
Tiles winding me up.