RE: Counting down to the 1.2.1 release (was RE: Making Struts Build Easier)

2004-03-24 Thread Derek Richardson
I was recently told on the Commons list that Validator 1.1.1 is alpha-only. Is this not the case? How can a production 1.1.2 be released before 1.1.1 is production-ready? > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 24, 2004 12:55 PM > To: S

RE: Reviving PageController (ViewController?) discussion?

2003-10-16 Thread Derek Richardson
Is the PageController going to have an associated ActionForm? When preparing to display a new page, it is often the case that I want to have access to a new action form that I can populate with default values for the HTML form to display. The action form is probably not of the same type as the a

RE: Action Chaining

2003-09-26 Thread Derek Richardson
of just implementing within it, that I'd get better feedback here. Thanks, Derek Richardson -Original Message- From: Sgarlata Matt [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:05 PM To: Struts Developers List Subject: Re: Action Chaining There are probably many different solu

Struts-el: Page Tag: Why?

2003-09-26 Thread Derek Richardson
of the page tag that cannot be reproduced with the JSTL set tag and the EL. My test jsp is below. The output I get is true in all cases. Thanks, Derek Richardson <%@ taglib prefix="c" uri="/tags/jstl-core" %> <%@ taglib prefix="b" uri="/tags/str

Action Chaining

2003-09-26 Thread Derek Richardson
ooked at the code. Of course, this is so obvious that it must have been discarded already with good reason. So, before I find out why it's not reasonable the hard way by implementing it, please tell me where the hidden problems lie. Thanks, Derek Richardson