Re: Handling user errors in Model 2

1999-04-13 Thread Craig McClanahan
D J wrote: Craig, thanks for the quick response. I really like your solution. Cool. Now assume I ignore your advice about defining a bean (whose properties are all of the entry fields on a form) and forwarding it to initialize the JSP entry form. Boy, you must have *really* liked it

Re: JSP Seggestions!

1999-04-13 Thread Carlos Alonso
Hi all, First of all, I must say I do not have a lot of experience working with jsp. From a "newbie" point of view, I think that model 1 is easier to understand and use than model 2. (Jason said:) 1. Model 2 is poorly explained in the spec. This in itself is a serious problem.

Taking just the classes for deployment

1999-04-13 Thread Nicolás Lichtmaier
Can I grab the .class files from the development environment and use them as normal servlet classes? People here don't like to have source code in production environments... === To unsubscribe, send email to [EMAIL

[ANNOUNCE] JAWS WEB Server Beta 0.1.3

1999-04-13 Thread Gabriel Wong
Folks, JAWS Web Server (more than Just Another Web Server) Beta 0.1.3 is now available for download at http://www.ezwebtools.com WHAT IS JAWS: JAWS is a Light Weight WEB Server designed for supporting multiple hosts (servers) with each hosts having the capability to be insulated from each

Implementing Model 2 - Searching a database

1999-04-13 Thread D J
Imagine a simple Model 2 web-app that allows user to search an employee database. There are 3 steps in this process (excluding error handling). 1) User enters name to search for (ie. "Smith") 2) All the matching employees are displayed in a list of names (first and last name). The user click