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
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
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