> From: [EMAIL PROTECTED]
> 
> Hello,
> 
>   I have two question and hope somebody can help me:
> 
>   1.) Are there any examples how to redirect with an Action that
inherits
>        from AbstractXMLFormAction - how do I get the Redirector there
-
>        if this is the right object to redirect?

getRedirector()


>   2.) How do I access the init-parameters of my web.xml in an action.
>        I tried:
>      HttpContext context =
>       (HttpContext)ObjectModelHelper.getContext(objectModel);

Context context = ObjectModelHelper.getContext(objectModel);

Vadim

 
>   and
>       objectModel.get("httpservletcontext");
> 
>    but that did not work.
> 
> 
> Thanks in advance for any help,
> 
> 
> miHam


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to