Re: message-resources

2003-08-29 Thread Yakov Belov
not define a new bundle with some key because of absense of the message-resources in the dtd. Is there another way to define a bundle other than a default one? I feel like a total newbie in this issue. Thanks in advance. Yakov Belov

Re: How to use Map in ActionForm

2003-08-28 Thread Yakov Belov
of the bundle - without .properties 3) the default location for *.properties files app/WEB-INF/classes Thank you for your comments, Yakov Belov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

message-resources

2003-08-28 Thread Yakov Belov
) parameter is the actual file name of the bundle - without .properties 3) the default location for *.properties files app/WEB-INF/classes Thank you for your comments, Yakov Belov - To unsubscribe, e-mail: [EMAIL PROTECTED

html:errors

2003-08-27 Thread Yakov Belov
Dear All, I have a question about html:errors tag. There is an optional attribute, bundle as in html:errors bundle=something/ My question is how do I use bundle attribute; is it a reference to a properties file or reference to a line in the default properties file? Thank you in advance, Yakov

Re: html:errors

2003-08-27 Thread Yakov Belov
' [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 1:24 PM Subject: RE: html:errors Refers to the properties file. Since errors message key is a constant, therefore it does not need to refer to a specific line in the properties file. Amin -Original Message- From: Yakov Belov

Re: html:errors

2003-08-27 Thread Yakov Belov
' [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 1:24 PM Subject: RE: html:errors Refers to the properties file. Since errors message key is a constant, therefore it does not need to refer to a specific line in the properties file. Amin -Original Message- From: Yakov Belov

Re: Problem using SSL with Struts, Tomcat 4.1.12 on IIS

2003-01-28 Thread Yakov Belov
Maybe you need to define the resources which are accessed via SSL and the ones which are not, something like in web.xml: security-constant web-resource-collection web-resource-namexxx/web-resource-name url-pattern/resources/*/url-pattern /web-resource-collection

PJA libraries

2003-01-17 Thread Yakov Belov
Dear All, this might be the wrong mailing-list to send this question to, however maybe not. I am using PJA (pure java graphics implementation) libraries for my chart drawing with Struts on Tomcat. To use these libraries I need to change the system a bit, like this: System.setProperty