Validation with wildcards

2007-03-01 Thread ekoje ekoje
Hi Guys, I expreinced another trouble with my validator using wildcards definitions. I've got the following in my struts.xml /index.jsp /login/login.jsp /login/login.jsp I've got two methods: login and logout. So my action url is http://mywebsite

Re: Mgnt Error message

2007-03-01 Thread ekoje ekoje
; in your jsp page, this may be the problem. Thanks, Nuwan. - Original Message - From: "ekoje ekoje" <[EMAIL PROTECTED]> To: "user" Sent: Wednesday, February 28, 2007 12:04 PM Subject: Mgnt Error message HI Guys, I tried to manage some custom error messag

Mgnt Error message

2007-02-28 Thread ekoje ekoje
HI Guys, I tried to manage some custom error messages using ActionMessage and ActionError. I set the text message in the Action and redirect to the ERROR result but I don't have any text displayed in the JSP when I use actionmessage tag and actionerror tag. Did i miss something ? any configurati

[S2] Filter Cookie

2007-02-14 Thread ekoje ekoje
Hi Guys, I would like to check a cookie every time a user try to access my website. So, I've created an interceptor, it work fine but it didn't work if the user ask for a JSP page. The interceptor was never called. So, I've created a filter who check all cookies at every request to my server. Unf