Re: Form bean properties data types and conversions

2002-07-23 Thread JensStutte
So the answer is, that without changing struts there is no way to achieve this in automatic, i assume. Maybe could be an interesting enhancement for future releases? Otherwise the automatism on type conversions is really useless outside U.S. Regards, Jens Stutte

Form bean properties data types and conversions

2002-07-18 Thread JensStutte
I have seen, that in Struts 1.0 there is some support for automatic conversion of request parameters to form bean properties, which seems to be extending in the 1.1beta (i did not use it, but i navigated through the sources). There seem to be converters for date and time data types in the beta.

Re: Dynamic Forms FormBeans

2002-07-18 Thread JensStutte
Hi, i had quite the same problem, one method is to use normal, non-struts input boxes within a struts form for the dynamic part of the form. The generated parameters can then be evaluated in the FormBeans validate function, since you get the HttpRequest object there. I do not know a pure struts