Re: How to install Struts?

2013-11-30 Thread umeshawasthi
War you downloaded is a sample application showing how we can use struts2 is a webapplication. To correct you struts2 is not a web application itself but yes made up on servlet tech to develop web applications. In download distribution you will find number of jars files which can be used to

Re: How to avoid ognl exception.

2013-11-10 Thread umeshawasthi
Set dev mode false and this shd go Sent from BlackBerry® on Airtel -Original Message- From: Yaragalla Muralidhar yaragallamur...@gmail.com Date: Sun, 10 Nov 2013 21:50:03 To: Struts Users Mailing Listuser@struts.apache.org Reply-To: Struts Users Mailing List user@struts.apache.org

Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-28 Thread umeshawasthi
Plugin work only with underlying bean validator and does not take in to account struts2 validation. Beside I believe that JSR303 in itself will be able to handle all use cases. we can merge struts2 validation and JSR303 validation results in future release. Sent from BlackBerry® on Airtel

Re: Struts 2.3.15.1 How to read external properties files or conf files

2013-09-06 Thread umeshawasthi
Log4j file will be ready by Log4j framework and not exactly by struts2 Can you define where and how you want to read your property files? Sent from BlackBerry® on Airtel -Original Message- From: Chris christal...@yahoo.fr Date: Fri, 6 Sep 2013 09:40:03 To: Struts Users Mailing

Re: Value not persisting in domain object

2013-09-01 Thread umeshawasthi
Can you show the code part as how you doing this Like saving and than fetching list again Sent from BlackBerry® on Airtel -Original Message- From: Srineel Mazumdar smaz19...@gmail.com Date: Sun, 1 Sep 2013 21:39:04 To: Struts Users Mailing Listuser@struts.apache.org Reply-To: Struts

Re: How to make interceptor to be invoked only for HTTP Request not for Response

2013-07-09 Thread umeshawasthi
Any specific reason to do that? --Original Message-- From: Sreekanth S. Nair To: Struts Users Mailing List ReplyTo: Struts Users Mailing List Subject: How to make interceptor to be invoked only for HTTP Request not for Response Sent: Jul 9, 2013 5:33 PM How to make interceptor to be

Re: Best practice for protecting JSPs

2013-07-01 Thread umeshawasthi
Protecting JSP in what way? Though putting them under WEB-INF is a good approach But you need to provide more information about what kind of protection you want to have Sent from BlackBerry® on Airtel -Original Message- From: Antonio Sánchez juntandolin...@gmail.com Date: Mon, 01 Jul

Re: Struts2 Performance Tuning

2013-06-24 Thread umeshawasthi
I believe that all those steps are equally applicable and to all version of struts2 Underlying working of Struts2 is more or less and same. Sent from BlackBerry® on Airtel -Original Message- From: Sreekanth S. Nair sreekanth.n...@egovernments.org Date: Mon, 24 Jun 2013 13:03:48 To:

Re: Issue with server startup

2012-10-30 Thread umeshawasthi
I believe you have struts2 spring plugin in your class path and if u are not using spring as of now u can remove that plugin Sent from BlackBerry® on Airtel -Original Message- From: Srineel Mazumdar smaz19...@gmail.com Date: Wed, 31 Oct 2012 09:05:40 To: Struts Users Mailing

Re: put ArrayList to s:hidden in jsp?

2012-10-18 Thread umeshawasthi
You can not do this directly as hidden field is used to store only a value You need indexed field to store those value I am not sure why you want to do this as more information can help others to provide some solutions --Original Message-- From: Emi Lu To: user@struts.apache.org

Re: behavior of form fields with disabled status

2012-08-26 Thread umeshawasthi
As per HTML spec if you have made the field disabled they will not be submited to the server and I believe this is what happening in your case I believe you can do same by making field readonly and not disabled --Original Message-- From: al so To: Struts Users Mailing List ReplyTo:

Re: Benefits of using Filter as front controller

2012-08-13 Thread umeshawasthi
Yes this was one of the point I was thinking Same question was today asked on SO and this lead me to reaseach as what advantages and reasons was there to use filter as controller Sent from BlackBerry® on Airtel -Original Message- From: Dave Newton davelnew...@gmail.com Date: Mon, 13 Aug

Re: Benefits of using Filter as front controller

2012-08-13 Thread umeshawasthi
Rene Thanks for such a detailed explanation and descrbing each and every aspects Now even I can say and explains things in much more and good way Sent from BlackBerry® on Airtel -Original Message- From: Rene Gielen rgie...@apache.org Date: Mon, 13 Aug 2012 20:00:04 To: Struts Users

Struts Application is not working

2007-10-03 Thread umeshawasthi
Hi All, I am new to struts,i have developed a small application but it is not running,it is displaying the index page correctly but not forwarding the request.i developed the application using my eclipse.when i checked the tomcat log file it is showing the exception that it is not able to find

Configuring Struts with eclipse

2007-07-12 Thread umeshawasthi
HI All, Can any body tell me how can i configure Struts in Eclipse i am using Eclipse 3.2.2 .How can i start a struts project in the Eclipse.Any help will be much appriciated. thanks --umesh :( -- View this message in context: