James Mitchell wrote:
> With all the features of Struts 1.1 and 1.1-beta, why do you continue in
> this direction?
> 
> Am I missing something?
> 
> I can create a 5 page wizard and never write a single line of ActionForm
> code.
> 
> Help me if I am misunderstanding.

I got around the symptoms so now it works by having a static ClassLoader 
instead of one per instance.  Beats me why.

I continue doing this since I do not need this for creating the actual 
form-beans (for which it would be less useful), but for providing a 
glue-layer between the databases we use, and the various presentation 
utilities that expect beans, like struts and the display taglib.  This 
glue-layer should accept any ResultSet and allow access to the 
individual fields, which my solution do reasonably well.

If you know of such an OpenSource product, I would love to hear it.  Am 
I really the only one who needs this?

> P.S.  Shouldn't this be asked in the [EMAIL PROTECTED]???

Most likely, except that it is rather low traffic.  I just gathered that 
the people who wrote the Struts bean manipulation utilities were more 
likely to linger here.

My apologies for using the list for these questions, but I do not 
currently have a colleague to discuss the matters with.
-- 
   Thorbjoern Ravn Andersen
   Scandiatransplant, c/o Christian Mondrup
   89 49 53 01
   http://biobase.dk/~tra


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to