jsp mapping

2001-07-12 Thread Kevin HaleBoyes
First off, I'm running Tomcat 4b5 (standalone) on Linux RedHat 7.1. I've been looking at (and learning from) the Java Pet Store from Sun and have been writing some custom Taglibs for my application. I'm currently doing lists of things that use the NextFormTag and PrevFormTag extensions from a js

Re: useBean, setProperty, and repeating form fields

2001-05-23 Thread Kevin HaleBoyes
Thanks for your help. I ended up doing something similar to this. I had intended to package the request info into the Order beans and then forward to a servlet to do some database checking. So I reversed the order a bit and POST to the servlet, have it construct the beans, attach them to the se

useBean, setProperty, and repeating form fields

2001-05-22 Thread Kevin HaleBoyes
In order to set my bean properties based on an incoming (POST'ed) HTML form, I'm using the following construct in a JSP page: It works fine except now I want to process something a little different. I'm working on an Order entry system and the Order Items are a repeating group of fields.