[appfuse-user] Spring Annotation 's question

2009-07-19 Thread yan da zhi
This Case,UserMange works good,BaseManagerTestCase extends AbstractTransactionalJUnit4SpringContextTests,I donot kwon how it works, but Junit is pass. public class UserManagerTest extends BaseManagerTestCase { private Log log = LogFactory.getLog(UserManagerTest.class); @Autowired private

[appfuse-user] Prevent persisting data when validation fails

2009-07-19 Thread taltun
Hi, I'm using S2 modular and JPA AppFuse version. When submitting a form using manual validation in my action. Even when the validation fails and the action method supposed to be called is not called at all, the dirty data is persisted ? How can I prevent data from being persisted if the vali

[appfuse-user] Encoding

2009-07-19 Thread taltun
Hi, I want to set file encoding to UTF-8 ovrriding the default ? I think this is the reason why my velocity mail templates prints strange characters when it should be danish characters. How do I override the encoding to UTF-8 so it prevent using platform depended encoding ? -taltun -- View