Struts 2.1 release date?

2007-11-08 Thread Crocker, Patrick
Working with Struts 2.0.x as an MVC framework has been a very enjoyable experience. Working with Struts 2.0.x with the built-in Dojo integration has been a frustrating experience to say the least. Looking at the 2.x docs, I see that the struts-dojo-tags taglib

[S2.0.11] TabbedPanel remote div loads twice on notifyTopic

2007-11-13 Thread Crocker, Patrick
Struts 2.0.11 I have a tabbed panel with 2 div's, one static, one remote. Tab one (static) has a form with a submit button that publishes a notify topic of /refresh. Tab two (remote) has a listen topic of /refresh. The problem is that when the form is submitted, Tab two (remote) is loaded

RE: Something odd with deployment to WL 10

2008-03-18 Thread Crocker, Patrick
I don't have a good answer for you... But I have experienced this with WebLogic 9.2 MP2. Oddly, WebLogic 9.2 MP1 does not experience this issue. After adding the jar(s) to satisfy any NoClassDefFoundError exceptions, I noticed that the Struts2 web application ran incredibly slow on MP2, whereas

[S2] Validation alias

2007-07-02 Thread Crocker, Patrick
I'm using Struts-2.0.8 and the XWork validation xml files (Example: MyActionClass-validation.xml). I know that you can restrict the execution of the validation by following the XWork alias naming convention: MyActionClass-crud-validation.xml This works just fine, and the validation only occurs

RE: [S2] Validation alias

2007-07-03 Thread Crocker, Patrick
and MySpringAction-crud_cancel-validation.xml, respectively. Thanks for your help Jeromy! - Patrick Crocker. -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Monday, July 02, 2007 6:04 PM To: Struts Users Mailing List Subject: Re: [S2] Validation alias Crocker, Patrick wrote

RE: Validation dies because of request param array?

2007-07-03 Thread Crocker, Patrick
Shouldn't your action class be set to com.ourcompany.struts.action.profile.ProfileAddress? Aside from that, can you share the editProfile.jsp file? - Patrick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Kingdon Sent: Tuesday, July 03, 2007

RE: [S2] how to get the constants in struts.xml programmatically?

2007-08-22 Thread Crocker, Patrick
And what if you are using a different ObjectFactory... such as Spring? - Patrick. -Original Message- From: Don Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 22, 2007 5:26 AM To: Struts Users Mailing List Subject: Re: [S2] how to get the constants in struts.xml