At 01:33 AM 5/10/2002, you wrote: >Message-ID: <005401c1f7db$0fc17640$[EMAIL PROTECTED]> >From: "Mark Udstrand" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Subject: Re: Struts Beginner - Looking for *decent* documentation >Date: Thu, 9 May 2002 23:27:51 -0500 >MIME-Version: 1.0 >Content-Type: text/plain; > charset="iso-8859-1" >Content-Transfer-Encoding: 7bit > > >Well, I have spent the last 15 years designing and developing complex >transaction switching architectures for the healthcare industry, >unfortunately very little of this work was with the presentation layer. I >am somewhat familiar with html and jsp, however I have never worked with >taglibs. I understand what they are and how they work, however I need to >know the syntax and usage of these tags. Once I have that information, it >should be easier to determine if Struts is the tool to use for my >application. > >What I am trying to do is quite basic. I would like to serve up a jsp that >contains a form. The form populates a javabean that is passed into a >servlet, the action controller does some work based on the contents of the >javabean, and the result is displayed in a jsp. Pretty straightforward. >However, it is very difficult to populate the bean without documentation for >the struts-form taglib. If this is a bad approach, maybe you can point me >in the correct direction. > >Thanks.
At the risk of shameless self-promotion, I've got a chapter on Struts in my new book, "MySQL and JSP Web Applications". It's by no means a complete reference on the subject, but it does walk through the entire process of setting up a moderately complex multi-form Struts application. For the full-blown reference, you'll have to wait until 1Q of 2003, since I and a co-author just signed with SAMS to write just such a book for release about then. James Turner [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

