how to access the properties file from the action class

2002-05-13 Thread Yugandhar_Reddy
Hi I need to read the error messages from the properties file from my action class. I will be having the key of the message in my action class. I need to read the value of that key from the properties file in my action class. Thanks in advance, Yug

RE: Soap and Struts

2002-04-14 Thread Yugandhar_Reddy
Hi, Cud u please tell me what a SOAP is and where is it helpful// Thanks in advance Yug -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:25 PM To: [EMAIL PROTECTED] Subject: Re: Soap and Struts Subject: Re: Soap and Struts From:

RE: Urgent: xml with struts

2002-04-06 Thread Yugandhar_Reddy
or JAXB (the upcoming Java API for XML Binding). Struts does not have any built-in support for moving data between Java and XML, but you could certainly plug one of these packages in. Greg -Original Message- From: Yugandhar_Reddy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002

Urgent: xml with struts

2002-04-04 Thread Yugandhar_Reddy
Hi, Can anyone tell me how can we make use of xml with struts can we use struts for converting the xml to valueObjects(java class which hold the set and get methods for the each xml tag) and again valueObjects to xml?? Thanks in advance, Yug

How to validate the xml witht the dtd in the action class

2002-02-25 Thread Yugandhar_Reddy
HI, Can anyone tell me how to validate an XML with the DTD in the Action Class. Can u quote a small example for this? or suggest a doc which explains this ?? Thanks in advance, YUg *** This e-mail (including any

Internationalization issue

2002-01-30 Thread Yugandhar_Reddy
HI, Our application is a web application. Now everything is in English like displaying the forms, user inputting the data, storing the data in DB and displaying the results of the user request, properties file etc are in English. If I want to make my application to accept the input and display

How to open a new browser window in struts

2001-10-04 Thread Yugandhar_Reddy
Hi, I am new to Struts. I am having a form where in the user can enter the search criteria and click the submit . We need to show the search results in a new window as popup. If I use actionMapping.findForward() in the perform method of Action class it shows the results in the same window.How