[Stripes-users] RE : EJB3 injection problem

2009-05-29 Thread CHEVILLON Paulin (Stagiaire IGTL)
Does anyone have an idea about this problem? Thanks a lot PC -Message d'origine- De : CHEVILLON Paulin (Stagiaire IGTL) [mailto:ext.stagiaire.paulin.chevil...@sncf.fr] Envoyé : mercredi 27 mai 2009 11:12 À : stripes-users@lists.sourceforge.net Objet : [Stripes-users] EJB3

[Stripes-users] EntityTypeConverter and encrypted values

2009-05-29 Thread Lionel
Hello Aaron, I don't know if it is a stripes or a stripersist issue, but EntityTypeConverter crashes when using encrypted Id in the action bean. MyActionBean: @Validate(encrypted=true) private Entity myEntity; @DefaultHandler public Resolution init() { return path/to/jsp;} jsp: s:form

[Stripes-users] stripes:useActionBean problems migrating from 1.4 to 1.5

2009-05-29 Thread Aurelio D'Amico
Hi, I'm migrating from 1.4.2 to 1.5.1 All my actions and related JSP pages where structured such as (ver1.4.2 without problems): @UrlBinding(Actions.LOGIN_URL) public class LoginActionBean extends ApplicationActionBean { . c:set var=action value=%=Actions.LOGIN_URL%/