SCOPED-MODELDRIVEN

2008-11-17 Thread wskent
Does anyone have a good example of using the SCOPED-MODELDRIVEN interceptor, or know of a link to a good example? -- View this message in context: http://www.nabble.com/SCOPED-MODELDRIVEN-tp20546954p20546954.html Sent from the Struts - User mailing list archive at Nabble.com. -

Struts 2 framework manipulating objects stored in the session?

2008-10-31 Thread wskent
I am using Struts 2.0.11, Sitemesh 2.3, Displaytag 1.1.1, and Spring 2.5. Here is the problem. I am saving a List of ProductContainer objects in the session and retrieving this list successfully. I am seeing the first ProductContainer element replaced with the value of the latest ProductContainer

Object reference changed by framework, not my code?

2008-10-28 Thread wskent
I am using Struts 2.0.11, Sitemesh 2.3, Displaytag 1.1.1, and Spring 2.5. Here is the problem. I have 6 levels of drill down on a ProductContainer object. I am currently keeping these ProductContainer drill down objects in the session as the user drills down into the product detail. Storing and re

row selection using dojo from Struts 2.1.2

2008-10-17 Thread wskent
How would you use dojo to know what row was selected in a displaytag collection? I have this working with javascript and Firefox, of course ie does this differently. I would like to use dojo for cross browser compatibility issues (among other things). I did not see this functionality demonstrated

Re: Struts 2 actions executing twice

2008-10-16 Thread wskent
g javascript for submitting the action and when i removed >> > javascript for submitting form the problem just disappears >> > >> > On Thu, Oct 16, 2008 at 3:07 AM, Dave Newton <[EMAIL PROTECTED]> >> wrote: >> > >> > > --- On Wed, 10/1

Re: Struts 2 actions executing twice

2008-10-15 Thread wskent
This is happening with JavaScript turned off or on. It is also happening in Tomcat 6. This behavior is not happening in IE 7 on either Tomcat 6 or JBoss 4.2 . I am also seeing this in a Struts 2.1.2 application running in JBoss 4.2 with the Firefox 3.0.3 browser. So far this looks like Firefox is

Re: Struts 2 actions executing twice

2008-10-15 Thread wskent
This behavior is consistent in Firefox with JavaScript off or on. wskent wrote: > > I am consistently seeing this behavior using Struts 2.0.11 in JBoss 4.2 > with Firefox 3.0.3. Including on a real simple prototype application with > no images on the page. > -- View this mes

Re: Struts 2 actions executing twice

2008-10-15 Thread wskent
I am consistently seeing this behavior using Struts 2.0.11 in JBoss 4.2 with Firefox 3.0.3. Including on a real simple prototype application with no images on the page. -- View this message in context: http://www.nabble.com/Struts-2-actions-executing-twice-tp19983781p20001159.html Sent from the

Re: Struts 2 actions executing twice

2008-10-15 Thread wskent
Thanks for the tip, I was using Firefox 3.0.3 when the actions were getting executed twice. I am not seeing this behavior in IE 7.0.5730.11 . -- View this message in context: http://www.nabble.com/Struts-2-actions-executing-twice-tp19983781p19995859.html Sent from the Struts - User mailing list

Struts 2 actions executing twice

2008-10-14 Thread wskent
I am using struts 2.0.11 in JBoss 4.2 and with a debugger I am seeing the action executing twice. The first time the values submitted from the form show up as expected. In the second execution the values are all null. I am also seeing this behavior when I deploy Struts2InAction.war from the book o