Struts versions & Jboss

2005-05-29 Thread Hond4
Hallo all list members! is it possible to run 2 versions of struts on one Jboss server? Thx for help, H0nd4 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts & UTF-8 (POST working, GET not)

2005-04-15 Thread Hond4
Hallo, I have fllowing problem with my Struts app on Jboss. Here is my filter String defaultEncode = "UTF-8"; HttpServletRequest req = (HttpServletRequest) request; HttpServletResponse res = (HttpServletResponse) response; req.setCharacterEncoding(defaultEncode);

Re: Proper way to do it

2005-03-19 Thread Hond4
U must test for the correct password and if the password is wrong to thow an global exception That exception u can use at struts-config.xml at to forward to a page. The simplest is to use global-forward but do I have to test for the correct password in all actions ? is it possible to put this

Proper way to do it

2005-03-18 Thread Hond4
Hallo list members! I'm looking for best practise how to implement password change for my appliaction. I'm using securityfilter for auth, problem is that i would like to create forward to password change page if user password == "default". Is it possible to put some logic into ActionServlet's ser

Initialize new Form from action

2005-03-08 Thread Hond4
Hallo list members, i'm looking for solution how to create new form in one action for another. Here is small example: path="/Edit" type="..." name="inFormA" validate="false" scope="session">