RE: Is it possible to get the ActionMapping object in a filter ?

2003-07-18 Thread ashwani . kalra
Only if you load the servlet at startup ? Other wise on the first request which may pose problem in filter . Correct me if I am wrong "Andrew Hill

Re: struts plugin for IDEA

2003-07-14 Thread ashwani . kalra
I am using Struts console plugin with IDEA. Cool !! "Butt, Dudley"

Re: is war file essential

2003-07-07 Thread ashwani . kalra
Seems to be ok. Pls check Index.jsp is indeed present in your webapp/MyExample dir. Check the case. Jagannayakam

Re: execute / perform

2003-07-07 Thread ashwani . kalra
perform method is still presend in 1.1 for backward compatibility. eventually it will go away. So in struts the seques is execute(1.1)---> perform(1.0) Which version are you using ? Cheers Ashwani Kalra http://www.geocities.com/ashwani_ka

RE: struts.jar

2003-07-04 Thread ashwani . kalra
You should always put it in lib dir. Also other related jars of the struts should also be put in the lib dir. If you put elsewhere , it may clash with other jars of tomcat like logging etc. /Ashwani

bean:message tag

2003-07-01 Thread ashwani . kalra
hi, I am trying to print the message as follows using bean tag lib. Where logonform is the name of the bean in request scope. Here is what the javadoc says about the name attribute: name :Specifies the attribute name of the bean whose property is accessed to retrieve the value specified by

RE: How do I configure multiple struts-config files?

2003-06-23 Thread ashwani . kalra
Whatever I have read , its possible in struts 1.1 config/ where name is the name of the sub module and the value will be path of the other struts_config file in web.xml I have not tried this though. /Ashwani

Re: Switch off validation

2003-06-18 Thread ashwani . kalra
Are you validating in your code (ActionForm) . Also set validate=false , if you dont want to. Cheers Ashwani Kalra http://www.geocities.com/ashwani_kalra

RE: debugging in struts Solved

2003-06-13 Thread ashwani . kalra
Hi, To share with you At last done. I had removed the commons-logging.jar which was wrong. Now I am getting the logs in my file from struts api. Thanks. /Ashwani

how can I make struts api more verbose

2003-06-12 Thread ashwani . kalra
hi, I am working on tomcat and struts 1.1. I have configured log4j(1.2.7) with my application. But the Struts api output is going to Tomcat log, while any output given by me is going to correct file as I configured. I think the tomcat logging is clashing with my log4j. Am I missing something

Re: Question about the reset() method

2003-06-12 Thread ashwani . kalra
Its gets automatically called. Override this method and put debug statements in formbean and see when its gets executed. "Nadja

debugging in struts

2003-06-10 Thread ashwani . kalra
hi, I am not talking of any debugging tools but is there any way in which struts api is more verbose. Like some configuration param For eg I was usingit was not printing any errors, even though validation framework was returning the errors. I found that the the value of msg attribute for va

Re: validator plugin gives "java.net.UnknownHostException: jakarta.apache.org" whenloading validator-rules.xml

2003-05-28 Thread ashwani . kalra
Thanks Nicolas Is there any stable release of 1.1. or Nightly build will be ok ? I am learnigs strus as of now. Please send the urls for any of them.

validator plugin gives "java.net.UnknownHostException: jakarta.apache.org" whenloading validator-rules.xml

2003-05-28 Thread ashwani . kalra
hi, I get the following error when it my application boots up. Does it really tries to get to the jakarta.apache.org. I think no? Then what might be the problem ? [INFO] ValidatorPlugIn - -Loading validation rules file from 'WEB-INF/validator-rules.xml' [ERROR] ValidatorPlugIn - -jakarta.apac