We have a Tiles application. In this Tiles application there is a "navigation" tile on the left and a "content" tile on the right. The navigation tile has action links that are related to the current view in the content tile. Sometimes an action link in the navigation tile will submit a form that is defined in the content tile. In the current Struts/Tiles/JSP implementation this easily achieved through some simple JavaScript onclick stuff. How can this same approach be implemented in JSF? I thought about just continuing down the JavaScript road but I wasn't sure what pitfalls I might run into.
Thanks,
Norm Deane http://jroller.com/page/deanen

