I had almost the same problem and your suggestion to use the nightly build 
worked in a sense: Yes, the seam application was deployed. Great.

The problem now is that no JSF renders something but errors...

http://localhost:8080/seamapp/editCity.jsf
javax.servlet.ServletException: Exception in JSP: /editCity.jsp:10
  | 
  | 7:   <head>
  | 8:    <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1" />
  | 9:    <title>
  | 10:      <h:outputText value="#{msg.Create} #{msg.City}" 
rendered="#{cityEditor.new}"/>
  | 11:      <h:outputText value="#{msg.Update}/#{msg.Delete} #{msg.City}" 
rendered="#{!cityEditor.new}"/>
  | 12:    </title>
  | 13:    <style type="text/css" media="all">
  | 
  | Stacktrace:
  |     
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:51)
  |     
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 

http://localhost:8080/seamapp/findCity.jsf
javax.servlet.ServletException: Cannot get value for expression 
'#{cityFinder.example.cityId}'
  |     
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:51)
  |     
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 
---
I feel so close...

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to