Re: Struts-Validation and Property file

2004-03-11 Thread Niall Pemberton
-- From: "Janarthan Sathiamurthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 11:15 AM Subject: Struts-Validation and Property file > Hi, > > I am using Struts validator in my application. I have defined a properties file that has all the er

Struts-Validation and Property file

2004-03-11 Thread Janarthan Sathiamurthy
Hi, I am using Struts validator in my application. I have defined a properties file that has all the error messages for my application. I have mapped this file in my struts-config.xml file. I have created a new rule specific for my application. I have mapped this in my validation-rules.xml. No

Re: locale-sensitive tag: how can I show an image-path out of a property-file

2003-07-08 Thread Konstadinis Euaggelos
uot;Filter" > Hope this help, Vangos - Original Message - From: "Pirmez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 9:09 PM Subject: Re: locale-sensitive tag: how can I show an image-path out of a property-file

Re: locale-sensitive tag: how can I show an image-path out of a property-file

2003-07-08 Thread Pirmez
Try this: Hi, I have a property-file including urls of my images. I have a tag inside a JSP as follows: And now I want to replace "images/buttons" inside the HTML with the appropriate value out of my property-file because I'm not allowed to place a tag inside another tag lik

pickup fonts from property file.

2003-02-08 Thread Dinesh Samson J
Greetings, Can anybody suggest me how to pickup fonts from property files? regards,   Dinesh Samson J - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

locale-sensitive tag: how can I show an image-path out of a property-file

2003-02-06 Thread Mouratidis, Georg
Hi, I have a property-file including urls of my images. I have a tag inside a JSP as follows: And now I want to replace "images/buttons" inside the HTML with the appropriate value out of my property-file because I'm not allowed to place a tag inside another tag like this:

Re: property file content not display correctly

2003-01-19 Thread Sakis Chatzinikolaou
works. Sakis :) - Original Message - From: dmz To: [EMAIL PROTECTED] Sent: Friday, January 17, 2003 6:21 PM Subject: i18n: property file content not display correctly Hi all: I am trying to display my page in French. I have set encoding to utf-8 for JSP and HTML and

RE: i18n: property file content not display correctly

2003-01-17 Thread Pani, Gourav
go for ISO-8859 encoding instead. ISO-8859-1 works fine for us for French. -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 11:28 AM To: 'Struts Users Mailing List' Subject: RE: i18n: property file content not display correctly

RE: i18n: property file content not display correctly

2003-01-17 Thread Mark Galbreath
ay my page in French. I have set encoding to utf-8 for JSP and HTML and also edited the property file so that it is encoded in utf-8. But some characters are not displayed correctly even the encoding under view in IE6 shows utf-8 when auto-select is on. I am attaching part of the property file so

i18n: property file content not display correctly

2003-01-17 Thread dmz
Hi all: I am trying to display my page in French. I have set encoding to utf-8 for JSP and HTML and also edited the property file so that it is encoded in utf-8. But some characters are not displayed correctly even the encoding under view in IE6 shows utf-8 when auto-select is on. I am

Fw: prob in reading from property file

2002-12-26 Thread Sathish
er 27, 2002 10:36 AM Subject: prob in reading from property file hi, in my jsp i have in the property file am having the line EMSA42.PERMITTYPECODE=PERMITTYPECODE am using struts1.0 and have all the necessary classes in the app. places. am getting the exception, javax.servlet.jsp.JspExce

prob in reading from property file

2002-12-26 Thread Sathish
hi, in my jsp i have in the property file am having the line EMSA42.PERMITTYPECODE=PERMITTYPECODE am using struts1.0 and have all the necessary classes in the app. places. am getting the exception, javax.servlet.jsp.JspException: Missing message for key EMSA42.PERMITTYPECODE unable to

SimpleLog property file

2002-05-24 Thread Darshak Shah
In my struts-application, I am trying to control logging using SimpleLog as it is default logging in Struts. In class, log is declared as protected Log log = LogFactory.getLog(this.getClass().getName()); And , I had also put "simplelog.properties" file in classpath with following content org.ap

Re: Property file

2002-03-21 Thread Arron Bates
n you just use the properties. If you get stuck, there's a ton of this stuff in the forums of the JavaSoft site. Arron. SUPRIYA MISRA wrote: > This is simple JSP/JDBC Connection issue -no struts > > i want to make a JDBC Connection using a property file(plain text). No > XML

Struts MessageTag.java not reading property file keys

2001-04-23 Thread G.L. Grobe
-20 tar.gz source, the properties file that my web-app is looking for *is being found* and all seems to be setup/configured correctly, otherwise the error would be about messageTag.resources (not finding the property file). So for some reason, the key can't be gotten from the file. I'