[jboss-user] [JBoss Seam] - Re: can't find debug.xhtml

hstang do-not-reply at jboss.com
Mon Jan 22 12:33:58 EST 2007


Nice.  Thanks mariuszs.

Facelets was already installed.  The tweak from before was made in components.xml:

before

  | <core:init jndi-pattern="@PROJECT.NAME@/#{ejbName}/local"/>
  | 

after (now working)

  | <core:init jndi-pattern="@PROJECT.NAME@/#{ejbName}/local" debug="true"/>
  | 


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

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



More information about the jboss-user mailing list