I would start by asking *why* you'd want to do this?  I'd be willing to
bet that whatever the requirement is that there are ways to accomplish it
without resorting to this.

That being said, if you really want to go down that path, all the objects
you are looking for are in the request object as attributes.  You can get
at them by retrieving the appropriate key, and you can find what the
appropriate key is probably everything you want by looking at the Globals
class.  This class has static fields that define the keys under which
various objects can be found.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Fri, September 16, 2005 12:12 pm, Stas Ostapenko said:
> Hi !
> I'm trying to resolve how to use servlet as a view with Struts. It's
> very diffcult to find how to do it. I have asked at struts user
> mailing list but nobody answered.
> How to get ActionMessages and form bean objects when simple sevlet is
> used as a view ? How to get particular error message string for global
> message ?
> Plese help.
>
> Regards, Stas.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to