Hacker's - People who do great things with computers Valhalla - In Norse myth, an afterlife of never ending battle. Hacker's Valhalla - A Java Blog for info in the never ending battle of releases. A focus on Spring, Testing and WebLogic Server.
Tuesday, November 22, 2011
Views, Documents and Trinidad
So I got Apache Trinidad's partial page rendering (PPR, basically AJAX) to work, and learned about Trinidad in the process.
I was highly confused by <f:view>, <tr:document> and <trh:html> (and <trh:head> and <trh:body>). As it turns out, you don't need f:view if you're using Facelets, so no need to worry about that. The documentation about tr:document makes me think that it's a replacement for the top-level <html> tag, but it's really the top tag in a Trindad Component. So, if you need to use Trinidad's PPR you want use the <trh:html>, <trh:header> and <trh:body> tags with a <tr:form> and THEN you are good to go.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment