Re: In struts 2 can we stop form submiting twice when submit button is pressd more than once

2007-06-15 Thread sudeepj2ee
Hi Thanks for replying can you send a small sample or a link that would be helpful for me sudeep Strut_developer wrote: Please use TokenInterceptor; you need to configure it in you action configuration. sudeepj2ee wrote: Hi Is there a way out in struts 2 as in struts1.2

In struts 2 can we stop form submiting twice when submit button is pressd more than once

2007-06-14 Thread sudeepj2ee
Hi Is there a way out in struts 2 as in struts1.2 for not submitting the form twice even is the submit button is pressed more than once. Your reply will be welcomed sudeep srivastava [EMAIL PROTECTED] -- View this message in context:

Re: SSL Interceptor

2007-06-06 Thread sudeepj2ee
Hi Your ssl interceptor really helped me a lot in my project,where we are using ssl, I wanted to know whether we can goto a more granular level with this interceptor based on the method call, current its based on per class call,I was trying to use exclude method with the interceptor but could

RE: custom interceptor in default stack

2007-06-06 Thread sudeepj2ee
://wiki.metawerx.net/Wiki.jsp?page=Web.xml -Original Message- From: sudeepj2ee [mailto:[EMAIL PROTECTED] Sent: 05 June 2007 14:00 To: user@struts.apache.org Subject: Re: custom interceptor in default stack I am going for a https and for switching between http and https for that i have made

custom interceptor in default stack

2007-06-05 Thread sudeepj2ee
can we put our custom interceptor in struts-default.xml,if yes than what configurations are required. -- View this message in context: http://www.nabble.com/custom-interceptor-in-default-stack-tf3871308.html#a10968002 Sent from the Struts - User mailing list archive at Nabble.com.

Re: custom interceptor in default stack

2007-06-05 Thread sudeepj2ee
of thing that could reflect changes if mentioned at one place that could be achived only if i put that interceptor in default-xml which all my xml's are extending. Dave Newton-4 wrote: --- sudeepj2ee [EMAIL PROTECTED] wrote: can we put our custom interceptor in struts-default.xml,if yes than what

Re: showcase file download in jetty server

2007-05-24 Thread sudeepj2ee
Hi just refer show case example in that see whether the file download is working if its not jus conver back slashes to forward slashes. Pedro Herrera wrote: I have the same problem using jboss, how is your action writed ? Herrera sudeepj2ee wrote: HI I am using jetty

interceptor call

2007-05-24 Thread sudeepj2ee
Hi How to call an interceptor from action class in struts 2 CAn any one send a sample code for that. thanks in advance sudeep srivastava [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/interceptor-call-tf3808204.html#a10778032 Sent from the Struts - User mailing

calling particular method in the interceptor

2007-05-24 Thread sudeepj2ee
can we call a particular method in interceptor class as we do for action class like action name=abc!* method={1} class=abc can we do the same for interceptors using '!' can i call a particular method with my own name in interceptor. If yes than how can we do that.

%{x}

2007-05-24 Thread sudeepj2ee
How does '%{x}' works exactly in struts 2 and what is the difference between '%{x}' and '#x' is there any other keys apart from % and # in struts 2. thanks sudeep srivastava [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-%7Bx%7D-tf3808345.html#a10778399 Sent from

Re: calling particular method in the interceptor

2007-05-24 Thread sudeepj2ee
behaviour based on the action name/class or method. The preferred approach (I believe) is to add an interface to your action and have your interceptor check whether the action implements the interface. Then act accordingly, irrespective of the action name. sudeepj2ee wrote: can we call

Re: RE interceptor call

2007-05-24 Thread sudeepj2ee
HI I could not understand the language pls can u communicate in english, I have seen the link posted by you but the functionality what i want is calling the interceptor from the action something like calling the interceptor when certain exception occurs. thanks for replying regards sudeep

Re: showcase file download in jetty server

2007-05-21 Thread sudeepj2ee
HI I have got the solution posted on the forum. just change the'\' slashes to '/'slashes.:) sudeepj2ee wrote: HI I am using jetty server and the zip file download part of showcase is not working in the jetty its giving the following error-: java.lang.IllegalArgumentException: Can

showcase file download in jetty server

2007-05-15 Thread sudeepj2ee
HI I am using jetty server and the zip file download part is not working in the jetty its giving the following error-: java.lang.IllegalArgumentException: Can not find a java.io.InputStream with the name [inputStream] in the invocation stack. Check the tag specified for this action. at

resetting form when refreshed

2007-04-29 Thread sudeepj2ee
Hi could you send me a way out to reset a form when refresh button is clicked without using java script. -- View this message in context: http://www.nabble.com/resetting--form-when-refreshed-tf3667969.html#a10248718 Sent from the Struts - User mailing list archive at Nabble.com.