I read this article the other day which contains the following quote:
http://developer.com/java/ejb/article.php/2233591

<quote>
You can even dynamically specify the size of the form (and prepopulate it) at run time.  I've recently used this technique with an insurance application where the user has to choose various parameters such as copays and deductables for a claim modeling system.  by using an Action instead of a forward to precreate the form-property value, and leaving the size parameter out.  The actual can then create an array of the appropriate size and prepopulate values.  The only trick is that the form must be placed in session scope, because it needs to be available and of the right size to accept the submitted values.
</quote>


Can somebody tell me if this is possible, I've tried in every way I can think of and it still has to happen. Please somebody put me out my ignorance, enlighten me, show me the error of my ways. I've tried too many options to add any coherence to this mail by adding some examples.

Cheers Mark






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



Reply via email to