Re: Validator integration in Struts

2002-01-21 Thread Ted Husted
I'd say we need to build-in the Service Manager, and then use the Commons Validator as an standard example of how to use it. Since the Commons Validator is designed as a plug-in, I would lean toward suggesting that it host its own drivers. This way if someone finds a way to hook the validator

Re: Struts Next

2002-01-21 Thread Ted Husted
Right now, we're exploding the struts-documentation WAR to create the Web site. We've been trying to keep the latest release front-and-center, mainly because we seem to have a large base of professional teams that cannot use unreleased software. How about if we start to carry a copy of the

DO NOT REPLY [Bug 5937] New: - html:form trims all extensions

2002-01-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5937. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 5938] New: - ActionForm getMultipartRequestHandler() not public

2002-01-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5938. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Validator integration in Struts

2002-01-21 Thread Oleg V Alexeev
Hello David, Can you help me with services? A time ago I start services subproject in commons-sandbox - it will be core lib to build service-oriented struts architecture. Now we start new project and I have not time enough to prepare it to the work with struts. Is it interesting for you?

Re: Struts Next

2002-01-21 Thread James Holmes
+++1. I was hunting around last week for docs on how to use the new Declaritive Exception stuff for integration into Struts Console and having quick access to the docs would have been very useful. Just my .02. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Ted Husted [EMAIL

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/html NestedOptionsTag.java

2002-01-21 Thread arron
arron 02/01/21 06:30:21 Modified:src/share/org/apache/struts/taglib/nested/html NestedOptionsTag.java Log: Updating to provide the nested context to the labelProperty, so independant label/values can be provided. Revision ChangesPath 1.2

DO NOT REPLY [Bug 5942] New: - computeURL miscalculates query string for redirect

2002-01-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5942. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: i18n Forwards

2002-01-21 Thread Ted Husted
Just to toss something else into the pot here, A very cool feature of the Tiles taglib is that it allows you to define a template and set of replacement parameters (other templates, string variables), and then call this definition from a Struts ActionForward. Using the original Template

Re: Validator integration in Struts

2002-01-21 Thread Craig R. McClanahan
On Sun, 20 Jan 2002, David Winterfeldt wrote: Date: Sun, 20 Jan 2002 00:43:36 -0800 (PST) From: David Winterfeldt [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Validator integration in Struts I think this got

Re: Validator integration in Struts

2002-01-21 Thread Craig R. McClanahan
On Mon, 21 Jan 2002, Oleg V Alexeev wrote: Date: Mon, 21 Jan 2002 16:06:24 +0300 From: Oleg V Alexeev [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], Oleg V Alexeev [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Validator

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html ImgTag.java

2002-01-21 Thread craigmcc
craigmcc02/01/21 17:18:07 Modified:.build-webapp.xml build.xml src/share/org/apache/struts/action Action.java ActionServlet.java src/share/org/apache/struts/taglib/html ImgTag.java Log: Add dependencies on

Re: Form Beans not derived from ActionForm

2002-01-21 Thread Ted Husted
Very few pre-existing beans would meet the design requirements of ActionForm beans. http://jguru.com/faq/view.jsp?EID=471954 As mentioned, you can use the dotted syntax to nest other beans, but its usually easier to transfer the data in the Action after the validation is said and done. -- Ted

cvs commit: jakarta-struts/doc struts-nested.xml

2002-01-21 Thread arron
arron 02/01/21 19:16:33 Modified:doc struts-nested.xml Log: Updating the Tei references for the nested tags. Revision ChangesPath 1.3 +3 -0 jakarta-struts/doc/struts-nested.xml Index: struts-nested.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/logic NestedEmptyTag.java NestedEqualTag.java NestedGreaterEqualTag.java NestedGreaterThanTag.java NestedIterateTag.java NestedLessEqualTag.java NestedLessThanTag.java NestedMatchTag.java NestedNotEmptyTag.java NestedNotEqualTag.java NestedNotMatchTag.java NestedNotPresentTag.java NestedPresentTag.java

2002-01-21 Thread arron
arron 02/01/21 19:30:51 Modified:src/share/org/apache/struts/taglib/nested NestedNameSupport.java NestedParentSupport.java NestedPropertyHelper.java NestedPropertySupport.java NestedPropertyTag.java

Re: Struts Next

2002-01-21 Thread Martin Cooper
- Original Message - From: Ted Husted [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Monday, January 21, 2002 3:52 AM Subject: Re: Struts Next Right now, we're exploding the struts-documentation WAR to create the Web site. Having worked with the Anakia way (a