On Mon, 2003-01-06 at 16:46, Craig R. McClanahan wrote: > RequestUtils.createActionForm(), which does all the required work for > either standard ActionForm or DynaActionForm type form beans.
Thanks. This works well when I am inside an action. But I have one place I want to do it from a JSP. I don't know how to fill in the parameters from a JSP. To get the ActionMapping I need the ModuleConfig. But I can't call my servlet instance to get the module config because that member is protected. Probably to prevent me from trying to do exactly what I am trying right now. My end goal is to fill a dynamic form field with a default if it is specified as a URL parameter. I can do this if the parameters first go to an action mapping. But I would prefer to not have the extra step and just fill it in with some JSP code. Paul Vincent Craven -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>