This would only be true if the action that was called specified that form in
its mapping. If this is a preprocessing action (that's being called to
provide an HTML form with data to show), and there's no "name" attribute to
tie a form to it, Struts will not create/populate a form (because it wouldn't
know what form to create).
Sorry, but i guess you are wrong.
The declared formBeans are digested during ActionServlets.init().
If you have a tool that is able to visualize your Java Objects like the 'variables' view in Eclipse, you will see the following right after applications startup, when setting a breakpoint in any action:
mapping/moduleConfig/formBeans which is a HashMap. All your declared beans are right there.
Does anyone know the right way to access this HashMap ?
Anyway, we became very far away from my optionsCollection problem. I�ll try to repost it trying to be a little more specific.
CU
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

