RE: Client/Server Side Validation for Struts 1.1

2001-06-15 Thread David Winterfeldt
I just wanted to put this out there to see what people think since I took the time to look at how Barracuda worked. I like the idea of not having two classes (ActionForm and a data bean), but I guess there will be a few different tools to autogenerate these as time goes by. Do you autogenerate

Re: Client/Server Side Validation for Struts 1.1

2001-06-15 Thread Ted Husted
I've gotten down to a 15,000 foot view of Barracuda, and it looks like they are doing some nice work. All things remaining equal, I believe it would be better if our approaches were compatible with Barracuda. For example, if someone did want to do more with event processing, using as much of

Object Models and patterns in Struts

2001-06-15 Thread Immanuel, Gidado-Yisa
This is a quick note of some things I've been thinking with regards patterns for web app development. It's divided into four sections: 1. My understanding of Struts-MVC 2. Content Object Models 3. Patterns 4. Questions MY UNDERSTANDING OF STRUTS-MVC -- Just

Re: Client/Server Side Validation for Struts 1.1

2001-06-15 Thread Jonathan
May I make a suggestion. Consider a 3 page wizard (3 forms). you could have a wrapper bean for all three forms like we do in EJB with enterprise beans and dependent objects, but this would be for the front end. that way you could even reuse ActionForm(s). Ex. 1st page = name/address 2nd page =

Re: Object Models and patterns in Struts

2001-06-15 Thread Ted Husted
I'd say that this is a very clear expression of where most people are trying to go right now. For my own work, I'd diagram the scenario as: Controller Model App Layer Business Layer HTTP ++ +--+ | Action

Re: Object Models and patterns in Struts

2001-06-15 Thread Jonathan
This is interesting, but Ted, how do I read this diagram??! - Original Message - From: Ted Husted [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 11:05 AM Subject: Re: Object Models and patterns in Struts I'd say that this is a very clear expression of where most

Re: Object Models and patterns in Struts

2001-06-15 Thread Ted Husted
The client sends a request which is routed to an Action. The Action confers with the business model and internal application resources to select a response, and to generate any resources the response may need. The resources are forwarded to the JSP view for rendering, often with the help of

RE: Proposal: Support nested tags where only attributes can be used

2001-06-15 Thread Dean Wampler
-Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 6:19 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Proposal: Support nested tags where only attributes can be used I dont really get what your saying. In your template

RE: Proposal: Support nested tags where only attributes can be used

2001-06-15 Thread Craig R. McClanahan
On Fri, 15 Jun 2001, Dean Wampler wrote: From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] You might want to have a look at the JSP Specification as well. Some of the things you discuss are just plain not legal in JSP. I'll review the JSP spec. I admit that I'm approaching

Re: Object Models and patterns in Struts

2001-06-15 Thread Oleg V Alexeev
Hello Gidado-Yisa, It is clear and interesting. Friday, June 15, 2001, 5:50:34 PM, you wrote: ... skipped IGY CONTENT OBJECT MODELS IGY - IGY What I'm seeing is that the Action is responsible for creating IGY some data that is used later in generation of the resposne. IGY

PROPOSAL - logic:pager tag

2001-06-15 Thread Oleg V Alexeev
Hello struts-dev, I create logic:pager tag handler to simplify page by page data displaying. Here is short description and sample of use. taglib tlibversion1.0/tlibversion jspversion1.1/jspversion shortnamelogic/shortname

cvs commit: jakarta-struts/web/exercise-taglib logic-iterate.jsp

2001-06-15 Thread martinc
martinc 01/06/15 14:48:47 Modified:web/exercise-taglib Tag: STRUTS_1_0_BRANCH logic-iterate.jsp Log: Update the iterate tests to display the index value as obtained via the new indexId attribute. Revision ChangesPath No revision No

cvs commit: jakarta-struts/web/exercise-taglib logic-iterate.jsp

2001-06-15 Thread martinc
martinc 01/06/15 14:49:21 Modified:web/exercise-taglib logic-iterate.jsp Log: Port the new tests for indexId. Revision ChangesPath 1.4 +16 -14jakarta-struts/web/exercise-taglib/logic-iterate.jsp Index: logic-iterate.jsp

Re: [ANNOUNCEMENT] Struts 1.0 (Final) Released

2001-06-15 Thread Richard Reich
Congratulations and thanks! -r - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, June 15, 2001 5:22 PM Subject: [ANNOUNCEMENT] Struts 1.0 (Final) Released As promised at

cvs commit: jakarta-struts/doc index.xml installation.xml project.xml release-notes-1.0.xml

2001-06-15 Thread craigmcc
craigmcc01/06/15 16:35:41 Modified:doc index.xml installation.xml project.xml release-notes-1.0.xml Log: Port changes to HEAD branch. NOTE: The index.xml file is *not* identical, because I've removed the links to the obsolete docs. Revision

RE: Proposal: Support nested tags where only attributes can be used

2001-06-15 Thread Niall Pemberton
How about a custom tag, which combines bean:message and template:get functionality? For example h1Title is myTaglib:message template=page suffix=.title//h1 I've attached a tag like this. Niall -Original Message- From: Dean Wampler [mailto:[EMAIL PROTECTED]] Sent: 15

Re: PROPOSAL - logic:pager tag

2001-06-15 Thread james . webster
I've found that the following GPL'd tag library works well enough with Struts... Maybe someone can convince this fellow to donate his stuff to Apache Struts, or maybe the taglibs project??? http://jsptags.com/tags/navigation/pager/ Regards, James W.

[ANNOUNCEMENT] Struts 1.0 (Final) Released

2001-06-15 Thread Craig R. McClanahan
As promised at JavaOne, the Struts project team is proud to announce the availability of Version 1.0 (final release) of the Struts Framework. The binary distribution is available at: http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/ and the source distribution is available at: