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]
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);
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
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
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">
5 matches
Mail list logo