[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-10 Thread [EMAIL PROTECTED]
What version of myfaces are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956664#3956664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956664 --

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-10 Thread mnrz
"[EMAIL PROTECTED]" wrote : Looks OK. How about faces-config.xml? this is my faces-config.xml | | http://java.sun.com/dtd/web-facesconfig_1_0.dtd";> | | | | | | org.jboss.seam.jsf.SeamPhaseListener | | | | -- component

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-10 Thread mnrz
"[EMAIL PROTECTED]" wrote : Looks OK. How about faces-config.xml? this is my faces-config.xml http://java.sun.com/dtd/web-facesconfig_1_0.dtd";> org.jboss.seam.jsf.SeamPhaseListener -- component.xml false

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-09 Thread [EMAIL PROTECTED]
Looks OK. How about faces-config.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956459#3956459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956459 ---

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-08 Thread mnrz
"[EMAIL PROTECTED]" wrote : Show your web.xml Hi Gavin, Please help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956356#3956356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956356 Using Tomcat but need to do m

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-08 Thread mnrz
Hi any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956355#3956355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956355 Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-05 Thread mnrz
Hi Gavin here is my web.xml http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> org.jboss.seam.ser

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread [EMAIL PROTECTED]
Show your web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955287#3955287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955287 Using Tomcat but need to do more? Need to support web services, security? Get stuff

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread mnrz
No it was some tag nested in that but I removed them to see if problem resolved. if I remove the tag nothing will resolve. as I figured out, it never reach to that page, I think the server cant find that jsp page to show the page, may be something's wrong with url-patterns. the error occured

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread bfo81
Why is empty in the JSP? Maybe you should put the rest (from username to commandButton) in it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955273#3955273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955273 Using

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread mnrz
hi I thinks the problem is about the register.seam, in the index.jsp there is a link refer to register.seam. when I try to display the page by specifying the http:///register.jsp, the browser going to display the page but an error occured because of the jsf tags, it says dosnt know those tag

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread mnrz
Hi Ok this is the code that implements the listener interface: - package com.payvand.seam; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import org.hibernate.validator.Valid; imp

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-04 Thread bfo81
J2EE Exceptions for themselves are not very informative (that's why debugging really s). Please post some of your code ;). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955229#3955229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post