Documentation on request parameter populating of form bean

2002-05-09 Thread Bill Boland
I've been doing some research on how the request parameters are mapped to form bean properties. I just haven't been able to find much documentation on this. I was wondering if someone could point me in the right direction. I think I understand the basics of simple request parameter to property nam

RE: Q: forwarding to a servlet

2002-05-09 Thread Bill Boland
I agree. It is as simple as setting the path of the forward to a path that will invoke the servlet...but servlets may have names or mappings that may also be used in the path. For example, I'm using Velocity (instead of JSPs) to view the result of the action. Here's a snippet of the web.xml that

RE: Problems with FormBeans

2002-05-09 Thread Bill Boland
The default scope is "session" (at least on Struts 1.1b1) so unless you specify it as "request", it is a session scope form bean. But...it may be that you are creating a new session on each request (if cookies are turned off and/or you are not URL rewriting when the form is submitted, etc.) You m

RE: Migrating from 1.0.2 to 1.1: servlet initialization parameter questions

2002-03-19 Thread Bill Boland
igure out where everything is, they move it all around :o) -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services Bill Boland wrote: > > Feel free to give snappy answers to stupid ques

Migrating from 1.0.2 to 1.1: servlet initialization parameter questions

2002-03-18 Thread Bill Boland
ger used. This could include some troubleshooting message (i.e. move the value to the element). Thanks in advance for any assistance. bill boland -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>