RE: MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list

2014-01-07 Thread Francis Louis
Hi, Could someone please remove me also from the list? I have also tried two times to remove me from the list and I was also not successful in removing me from the list. Best Regards Francis > Date: Tue, 7 Jan 2014 21:46:31 -0500 > Subject: Re: MESSAGE TO ADMINIISTRATOR: Unscribing from this m

How to get the key name

2009-12-02 Thread Louis Voo
Hi, I've this text field in my jsp and this property in the resource bundle error.required = ${getText(fieldName)} is required. label.name = Name When there is validation error, it looking for user.name property, it is fine because I'm using fieldName, so my question is there anyway I can g

how to get exception stack after redirect to action

2009-08-25 Thread Louis Voo
on/ExceptionHandling] - [unknown location] Here is my configuration: ExceptionHandling /WEB-INF/pages/error/Error.jsp Thanks Louis

LoggingInterceptor

2009-08-14 Thread Louis Voo
HI, I tried the LoggingInterceptor, it print 2009-08-14 16:26:02,062 INFO com.opensymphony.xwork2.interceptor.LoggingInterceptor.info:31 - Starting execution stack for action /louis/excludeParam/excludeParam Is it possible to print the actual class name like this? 2009-08-14 16:26:02,078

struts2-ssl-plugin problem

2009-08-14 Thread Louis Voo
Hi, I download this plug-in and put into my /lib, and in my struts.xml has this when I start the tomcat, it throw error : Caused by: Unable to find interceptor class referenced by ref-name secureStack What else I need to configure to use this plug-in? Thanks Louis

exception not print

2009-08-13 Thread Louis Voo
? Regards Louis

How to prevent user invoke a method?

2009-08-13 Thread Louis Voo
t map to the return value, so in the front end it will show HTTP Status 404 - No result defined for action com.demo.action.UserAction and result thisisapassword How to prevent this happen? Regards Louis

Log Issue

2009-08-07 Thread Louis Voo
as well 07-Aug-2009 15:33:20 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn WARNING: Could not find property [org.apache.catalina.jsp_file] Thanks Louis

[S2] Get struts.url.http.port value

2009-07-27 Thread Louis Voo
Hi, How to get the value of struts.url.http.port and struts.url.https.port in the Action? Regards Louis

How to set Array properties?

2009-07-27 Thread Louis Voo
ieve this? Regards Louis

action-method-validation

2009-07-20 Thread Louis Voo
Hi, Does struts2 support action-method-validation ? Regards Louis

Re: Custom messages

2008-06-16 Thread Louis
setAttribute(MyConstants.MESSAGE_CONFIRM, confirms); } Now keep in mind too, that the struts saveMessages method does a bit more than just store the messages object to the correct variable. What it actually does is checks if there's already an existing ActionMessages object there, and if so it will add your new messages to it. I strongly recommend you download the source for your version and see how it works, then you can build yourself a corresponding helper for your own message category. ihth, Louis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]