RE: action redirection

2007-05-28 Thread Ashuin Sharma Chamorro
Im in struts 1.2.9 . -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, May 28, 2007 5:33 PM To: Struts Users Mailing List Subject: Re: action redirection http://struts.apache.org/2.x/docs/redirect-result.html --- Ashuin Sharma Chamorro <[EMAIL PROTEC

action redirection

2007-05-28 Thread Ashuin Sharma Chamorro
Is it possible to redirect the application to another context from the struts-config.xml I have tried this and it doesent work, it says path need to start with /. How can I do this? Is there a workaround? Please help. Ashuin Sharm

ActionForm

2007-05-01 Thread Ashuin Sharma Chamorro
From: Ashuin Sharma Chamorro Sent: Tuesday, May 01, 2007 5:12 PM To: 'Struts Users Mailing List' Subject: ActionForm In which scope does the ActionForm lives??? In request or session?? Or what?? If in the Action Class I set some values t

ActionForm

2007-05-01 Thread Ashuin Sharma Chamorro
In which scope does the ActionForm lives??? In request or session?? Or what?? If in the Action Class I set some values to the form, do I have to add the form back to the request or what do I have to do so the success page will see the modified form??? Is it this scope ??(JSP ---for

ear problem

2007-04-24 Thread Ashuin Sharma Chamorro
I have 3 struts applications (.war ) inside one .ear. One of these application's classes extend a base class that is defined in an external .jar. Somehow if I deploy the three applications separately everything works fine, But once I deploy only the .ear, it fails when creating the extended clas

i think struts tags, taglib imports and javascript functions are changing the way a jsp renders in IE7

2007-04-13 Thread Ashuin Sharma Chamorro
Im developing a web application with struts 1.2.9 and if I run it in firefox everything looks good, But in IE everything is messed up, and I think some of the tags create like line breaks, and the Taglibs imports create empty spaces, so windows display to much blank space, and everything no

RE: is there a way to disable the html:submit after pressed

2007-04-10 Thread Ashuin Sharma Chamorro
, 2007 3:14 PM To: Struts Users Mailing List Subject: Re: is there a way to disable the html:submit after pressed --- Ashuin Sharma Chamorro wrote: > I don't want to let the user press the submit button > more than once?? Is there a property for that, or > what can I do? Struts 1

is there a way to disable the html:submit after pressed

2007-04-10 Thread Ashuin Sharma Chamorro
I don't want to let the user press the submit button more than once?? Is there a property for that, or what can I do? If there is no javascript involved the better. Thanks. Ashuin Sharma Software Developer Isthmus Inc. The Costa Rica IT Outsourcing Company www.isthmusit.com http://www

Struts and Zapatec

2007-03-28 Thread Ashuin Sharma Chamorro
Is there some known issue integrating Zapatec Ajax Components with struts 1.2.9 ? It doesent seem to work properly. Ashuin Sharma Software Developer Isthmus Inc. The Costa Rica IT Outsourcing Company www.isthmusit.com http://www.isthmusit.com/> [EMAIL PROTECTED] Office +1 (506) 5

DispatchAction and button labels

2007-03-26 Thread Ashuin Sharma Chamorro
Is it possible to use a DispatchAction but that some of the submit buttons display the same name, but they redirect to different methods.??? I have tried this: Activate Activate It keeps rendering the value as the submit button“s displayed label. So what am I doing wrong?? What