RE: Struts 2 equivalents?

2008-02-11 Thread Allen, Daniel
' contents. Thanks ~Dan Allen -Original Message- From: Allen, Daniel Sent: Monday, February 11, 2008 5:08 PM To: Struts Users Mailing List Subject: RE: Struts 2 equivalents? Ok, I found some documents that partly answer my question. However, I'm still looking for a Struts2 equivalent

RE: Struts 2 equivalents?

2008-02-11 Thread Allen, Daniel
Ok, I found some documents that partly answer my question. However, I'm still looking for a Struts2 equivalent to the old logic:messagesPresent tag. Do we just use s:if with some special test code now? -Original Message- From: Allen, Daniel Sent: Monday, February 11, 2008 3:48 PM To:

RE: Struts 2 equivalents?

2008-02-11 Thread Dave Newton
Check out ActionSupport's [1] implementation of ValidationAware [2], specifically the methods for checking if there are errors. Dave [1] ActionSupport: http://struts.apache.org/2.0.11/struts2-core/apidocs/com/opensymphony/xwork2/ActionSupport.html [2] ValidationAware:

RE: Struts 2 equivalents?

2008-02-11 Thread Dave Newton
: Struts 2 equivalents? Ok, I found some documents that partly answer my question. However, I'm still looking for a Struts2 equivalent to the old logic:messagesPresent tag. Do we just use s:if with some special test code now? -- This message may contain confidential, proprietary

Re: Struts 2 equivalents?

2008-02-11 Thread Randy Burgess
] Reply-To: Struts Users Mailing List user@struts.apache.org Date: Mon, 11 Feb 2008 17:48:11 -0500 To: Struts Users Mailing List user@struts.apache.org Subject: RE: Struts 2 equivalents? One more specific replacement question. In the Struts 1 app, we had some actions that had no class