[jboss-user] [JBoss Seam] - problem trying to manage exception in pages.xml

2008-02-13 Thread drim
Hello, I have a problem trying to handle exception in pages.xml : I am using this code in pages.xml to manage exception : | exception | redirect view-id=/error/exception.seam | messageerror/message | /redirect | /exception

[jboss-user] [JBoss Seam] - problem to display FacesMessages

2008-01-10 Thread drim
Hi, I try to use FaceMessage to display a message on the client side. When I did : | context.addMessage(component.getClientId(context), | new FacesMessage(FacesMessage.SEVERITY_INFO, , | test)); | | It's works, but :

[jboss-user] [JBoss Seam] - inject ejb in JSF validator

2008-01-09 Thread drim
Hi all, I would like to inject an EJB in a JSF validator. I try with @EJB but it doesnt work. EJB is declared with @Name(myEjb); Thank you for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118209#4118209 Reply to the post :

[jboss-user] [JBoss Seam] - Re: problem displaying custom validation message

2007-12-12 Thread drim
nobody ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4112195#4112195 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112195 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: CustomValidator and EJB injection

2007-12-12 Thread drim
nobody ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4112196#4112196 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112196 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - CustomValidator and EJB injection

2007-12-11 Thread drim
Hi all, I would like to do a custom Validator. | @Name(value = validators.checkMailUnicity) | @org.jboss.seam.annotations.faces.Validator | public class MailUnicityValidator implements Validator | { | @EJB | private AccountManagerService accountManagerService; |

[jboss-user] [JBoss Seam] - problem displaying custom validation message

2007-12-11 Thread drim
hi all, I have a problem trying to diplay validation error with facesMessages.addToControlFromResourceBundle : no message is displaying on the client side. I am using a custom validator: a4j:region renderRegionOnly=true | h:inputText id=email value=#{account.email} styleClass=text

[jboss-user] [JBoss Seam] - Re: problem with characters encoding

2007-11-13 Thread drim
I have found the anwer : I have to use h:outputText value=é / to display special characters. Thank you very much for your help (...) Bye, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104147#4104147 Reply to the post :

[jboss-user] [JBoss Seam] - Re: problem with characters encoding

2007-11-12 Thread drim
nobody ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103602#4103602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103602 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: problem with characters encoding

2007-11-12 Thread drim
I am feeling alone . . . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103841#4103841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103841 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - problem with characters encoding

2007-11-11 Thread drim
Hello, I have a problem with seam and characters encoding. I put in the components.xml : web:character-encoding-filter encoding=UTF-8 override-client=true / and in the view : meta http-equiv=content-type content=text/html;charset=utf-8 / but no accent has been interpreted by seam : anonymous