RE: java.lang.NoClassDefFoundError: org/xml/sax/SAXParseException

2004-03-22 Thread Ashutosh Satyam
If your application is deployed as a default ROOT application, then Your URL should be only http://localhost/login.do I could make out only this much. If this helps fine, else provide some more information. - Ashutosh Satyam -Original Message- From: Bala S Subramanian [mailto:[EMAIL

RE: Declarative Exception Handling

2004-03-18 Thread Ashutosh Satyam
actly this is supported in declarative manner is still unknown to me. -Original Message- From: Ashutosh Satyam Sent: Thursday, March 18, 2004 2:52 PM To: Struts Users Mailing List Subject: Declarative Exception Handling In case of Declarative Exception handling, how do I pass the replac

Declarative Exception Handling

2004-03-18 Thread Ashutosh Satyam
In case of Declarative Exception handling, how do I pass the replacement values for the messages specified in the message resource bundle. When you are using programmatic approach, you can pass the same to ActionError/ActionMessage constructor. Can anyone explain how to achieve the same in t

RE: On usage of Resource Bundle

2004-03-12 Thread Ashutosh Satyam
-config.xml, you let it get set to the default (i.e.Globals.MESSAGES_KEY + module prefix). Anyway to summarise, in your scenario, I don't think the differences between 1.1 and 1.2 affect what you want to do. You just need to specify your message resources in the "default" module. Ni

RE: On usage of Resource Bundle

2004-03-11 Thread Ashutosh Satyam
Still waiting if somebody can reply to the below question which I had posted yesterday. Regards, Ashutosh -Original Message- From: Ashutosh Satyam Sent: Thursday, March 11, 2004 11:22 AM To: Struts Users Mailing List Subject: On usage of Resource Bundle Hi, I needed one small

On usage of Resource Bundle

2004-03-10 Thread Ashutosh Satyam
Hi, I needed one small clarification regarding the usage of resource bundle. My web application is divided into two sub modules i.e. basically the application uses two struts configuration file. I'm going to have only one resource bundle. Now, is it necessary to have tag configured in b

RE: Multiple struts-config.xml

2003-12-19 Thread Ashutosh Satyam
To invoke them the URL should be http://hostname/Action1.do http://hostname/secondApp/Action2.do Regards, Ashutosh Satyam -Original Message- From: Sudhakar G [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 9:51 AM To: [EMAIL PROTECTED] Subject: Multiple struts-config.xml

RE: Having more than one struts-config.xml

2003-11-07 Thread Ashutosh Satyam
You can specify it like this in your web descriptor file. action org.apache.struts.action.ActionServlet config /WEB-INF/config/struts-config.xml config/app2 /WEB-INF/config/ struts-config1.xml 2 Regards, Ashutosh -Orig

Chaining Actions.

2003-11-03 Thread Ashutosh Satyam
Hi, I just wanted to know how do I chain the actions, if the action classes sit in separate struts-config file. The two struts configuration files are as mentioned below. Struts-configApp1.xml Struts-configApp2.xml Snippet of the web descriptor file. actio

RE: HAPPY DIWALI!

2003-10-22 Thread Ashutosh Satyam
If you want to know about Deewali, go through this article. http://www.2camels.com/destination64.php3 My heartiest Diwali Greetings to all out there. Regards, Ashutosh -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 5:06 PM To: Struts Us

How to Use Tiles and Frameset?

2003-09-24 Thread Ashutosh Satyam
Hi, My layout page is as mentioned below. My Title My Requirement? The tiles framework gives the flexibility to replace the value of the inserted attributes. Is it possible to achieve the same thing in case of FrameSet? And in my tiles-defintion file, I menti

Multiple web application support

2003-09-04 Thread Ashutosh Satyam
I'm using struts framework for my application. Currently it allows you to split a large application into smaller modules, where each module maintains its own set of configuration files. And it supports switching from one module to another. My Requirement. The layout of the UI should be dictated

Regarding the strus1.1 final release

2003-07-17 Thread Ashutosh Satyam
Hi, I had been using Jakarta-struts-1.1-rc1 version. As the final release has been done, I wanted to upgrade to it. The release notes says, the Commons-DBCP and Commons-Pool dependencies have been removed. These are replaced with a dependency on the Struts-Legacy package, containing the Gen

RE: DispatchAction?

2003-06-18 Thread Ashutosh Satyam
Other parameters can go as part of action. In your case you can put it as. I have not tried this but mostly I feel it should work. Cheers, Ashutosh -Original Message- From: Bjorn T Johansen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 10:16 AM To: [EMAIL PROTECTED] Subject: D