"zerzio" wrote : 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...


hi, try the latest jboss ejb jars for your build path insted of the old one in 
the ejb3.deploy in the jobss server.
regards

Jason

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to