JSF and tiles
WAQ28Dec 2 2009 — edited Dec 2 2009Hi i am using tiles framework in my JSF application but having a small issue.
When i add <h:outputText value="Compnay Name" /> in one of my tiles:insert attribute, instead of showing the "Compnay Name" at the required place it shows it at the top of the page above the main tile. My feeling on this issue is that i might not balancing the tags (like f:view) properly. I enclose the main tile in f:view and all the remaining in f:subView.
Can anyone gives me any suggestion on that.