Don't use ActionForm or <html> in this case. Just get the data yourself from the request in the action. That way there is no object other than the request and the action. If you want to insinuate something else in there. They it has to be in there. If you have something in there, the ActionForm is really just made for this. I don't see at all why you want to use a DynaActionForm here given what you say.
On Wed, 16 Mar 2005 08:57:51 -0600, Scott Purcell <[EMAIL PROTECTED]> wrote: > > I have some forms where I only a couple of form field elements. So instead of > creating a physical bean, I decided to try using the > org.apache.struts.action.DynaActionForm. Anyway, all was good with > validation, etc. But I ran into an issue when I tried to retrieve the values > from my form in the ActionForm. I must not understand what you are saying here. Jack > > When I used a bean I would just ask for the property by casting off to the > bean. > > String myVal = ((com.myBean)form).getMyVal(); > > But I cannot figure out how to get the value when there is no physical bean. > > Anyone know how to get around this? > > Thanks > Scott > > -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]