Manually run the validation xml

2010-10-22 Thread cellterry
Hello, Could anyone tell me that could I manually run a validation xml rather than being intercepted when an user click OK button in my jsp? Terry. -- View this message in context: http://old.nabble.com/Manually-run-the-validation-xml-tp30033907p30033907.html Sent from the Struts - User mai

Re: How to get the value of Constants defined in struts.xml

2010-10-22 Thread SudhirJava
Thanks. That works... I think it should be value instead of name i.e. @Inject(value="myConstant") instead of @Inject(name="myConstant") ~SK rahulmohan wrote: > > Just put an @Inject(name="MYCONSTANTVARIABLE") annotation on the setter in > action class. > > - RM > > > > From: > SudhirJa

RE: Urgent: how to run htaccess on tomcat

2010-10-22 Thread Martin Gainty
.htaccess files (or "distributed configuration files") provide a way to make configuration changes on a per-directory basis. A file, containing one or more configuration directives, is placed in a particular document directory, and the directives apply to that directory, and all s

Re: Urgent: how to run htaccess on tomcat

2010-10-22 Thread Dave Newton
Did you possibly try a Tomcat list? On Friday, October 22, 2010, abhishek jain wrote: > Hi friends, > I am in middle of urgent production issue. > Can some one help me how to allow .htaccess on tomcat > i have a virtualhost on apache with tomcat installed. > > Apache 2.x > > tomcat 5.5.x > struts

Urgent: how to run htaccess on tomcat

2010-10-22 Thread abhishek jain
Hi friends, I am in middle of urgent production issue. Can some one help me how to allow .htaccess on tomcat i have a virtualhost on apache with tomcat installed. Apache 2.x tomcat 5.5.x struts 1.2 Pl. help asap. Thanks -- Thanks and kind Regards, Abhishek jain