On Fri, 28 Feb 2003 16:01:50 -0500
"Sri Sankaran" <[EMAIL PROTECTED]> wrote:
 
>   ApplicationConfig appConfig = (ApplicationConfig)
>     request.getAttribute(Globals.APPLICATION_KEY);
>   ActionConfig actionConfig = appConfig.findActionConfig("/foo");
>   String name = actionConfig.getName(); // Form bean name
>   String attribute = actionConfig.getAttribute(); // Attribute to
>   store under String scope = actionConfig.getScope(); // Scope to
>   store in FormBeanConfig fbConfig =
>   appConfig.findFormBeanConfig(name);
 
> This is a snippet that Craig wrote up in response to an earlier post. 

That was exactly what I was looking for! Thank you (and Craig of
course:).


-- 
Rick Reumann

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

Reply via email to