[jboss-user] [JBoss Seam] - Re: EL not working across facelet include params

jgilbert do-not-reply at jboss.com
Mon Mar 26 19:27:58 EDT 2007


Thanks for the food for thought. I haven't tried the tag files yet, but the idea pushed me in the right direction.

It looks like the problem was with the tag I used to start the file.

It needs to be

<ui:composition ...>
  | 	<h:panelGrid>
  | 	   ...
  | 	</h:panelGrid>	
  | </ui:composition>	

instead of just

<h:panelGrid ...>
  | 	...
  | </h:panelGrid>	

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031838#4031838

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031838



More information about the jboss-user mailing list