RE: Action will be processed two times

2006-09-09 Thread Vishal Seth
Or the thing might be you could have used the javascript and might have done form.submit and since you are using a submit button it is getting submitted twice..I am not sure as not seeen your code..but could be one of the reasons.. -Original Message- From: Martin Gainty [mailto:[EMAIL PROT

Re: Double Execution of Struts Actions

2006-09-09 Thread Frank W. Zammetti
I suspect you might not have understood it all, otherwise you wouldn't still be calling it a bug... have a look here: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/background_2.asp (forgive me for referencing an MS resource, but it was the first I

Re: Double Execution of Struts Actions

2006-09-09 Thread Daniel Chacón Sánchez
I understand all that, but It not have to happen, fot me its a bug, because the action don´t have to be call twice, no matter that the property of the td was wrong 2006/9/9, Laurie Harper <[EMAIL PROTECTED]>: That's not a Struts bug, it's a common HTML coding error. IIRC, the 'background' prope

Re: Double Execution of Struts Actions

2006-09-09 Thread Laurie Harper
That's not a Struts bug, it's a common HTML coding error. IIRC, the 'background' property of a TD specifies the URL of an image to place as the background, not a colour; at least, that appears to be what's happening here. As with , the image URL is being interpreted as the current page, so wh

Re: AJAX + Struts problem on IE 7

2006-09-09 Thread Frank W. Zammetti
Daniel Chacón Sánchez wrote: Ok I will try with alerts, but is something strange, beacause it works perfectly with firefox and netscape, any other idea? Not really strange though because IE7 is largely an unknown quantity... I don't know too many people that have tested code against it yet (I

Re: AJAX + Struts problem on IE 7

2006-09-09 Thread Daniel Chacón Sánchez
Ok I will try with alerts, but is something strange, beacause it works perfectly with firefox and netscape, any other idea? Some time ago I send a mail to [EMAIL PROTECTED]<[EMAIL PROTECTED]> (author of the article), but doesn´t respond, someone else use this artilcle to use ajax?

Re: AJAX + Struts problem on IE 7

2006-09-09 Thread Frank W. Zammetti
Have you figured out which line of code is causing the error? Some alert()'s sprinkled in are in order. You've probably found an IE7 compatibility issue, I for one would be very interested to know what it is. Frank Daniel Chacón Sánchez wrote: Hi all, I'm using struts with AJAX I introduc

AJAX + Struts problem on IE 7

2006-09-09 Thread Daniel Chacón Sánchez
Hi all, I'm using struts with AJAX I introduced Ajax to my struts application based on the article: *"**Sprinkle Some AJAX Magic in Your Struts Web Application" http://today.java.net/pub/a/today/2005/10/27/sprinkle-ajax-magic-into-struts-webapp.html?page=1 * I use the ajax javascript and the fu

Re: (Rename) How Do I Forward Request Parameters in Struts?

2006-09-09 Thread Help My PC!
Thanks for the help. You've solved my problem. Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 9/5/06, Help My PC! wrote: > > Hi, > > In struts, I have an action Act1 that forwards to a display page Page1. > On that page there is a submit button whose action act2 forwards to > display page Page2.

[Struts 2] setting spring bean from action

2006-09-09 Thread Garner Shawn
I want to set the value of the spring bean defined in the spring xml file. I have the value in the action but I want to set the spring bean's value with it. Any help? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

RE: bean exception when using weblogic and NOT tomcat

2006-09-09 Thread David Friedman
The struts-blank.war is great and all but by default the 1.2.9 comments out the use of any form-beans so it wouldn't be able to match your scenario at all because your problem is right on the form bean creation. That is why I suggested the struts-examples.war in this case. Also, I'm talking about

Re: bean exception when using weblogic and NOT tomcat

2006-09-09 Thread Tom Jerry
all .jar files are in WEB-INF/lib folder and NOT in classes folder. A copy of struts.jar and servlet-api jar are placed in lib folder and from there, they are added to the build path. So there is no problem regarding shared copy and this webapp has its own copy of that jar. JRE System Library jdk1

RE: bean exception when using weblogic and NOT tomcat

2006-09-09 Thread David Friedman
And you've done EVERYTHING on the struts weblogic installation page? http://struts.apache.org/1.2.x/userGuide/installation-wls5.html It mentions classpath issues there as well. Regards, David - To unsubscribe, e-mail: [EMAIL PRO