I prefer to achieve it by writing some java code than xml snippet.
Maybe migrating from struts1.x would do this.
If I just wanted to share more than one form within some actions,I must
declared more than one
interceptor.If I achieve it by only java code,I only need write a base
action and extend it.I can write
any get or set shared property methods in the desired scope.

On 4/4/07, tom tom <[EMAIL PROTECTED]> wrote:

Thanks,

Any samples or documenation around for me to refer.

I followed this

http://struts.apache.org/2.x/docs/scoped-model-driven-interceptor.html


but didnt work.

Thanks

--- Dave Newton <[EMAIL PROTECTED]> wrote:

> --- tom tom <[EMAIL PROTECTED]> wrote:
> > How can I have a reference to the form class
> inside
> > the action class. I did the following
> >
> > 1) Wrote a action class which implements
> > ScopedModelDriven interface, the argo is not null
> > inside setModel(Object arg0)method in the action
> > class but I cant cast into test.TestForm (pojo)
>
> At the very least I believe you should implement
> ScopedModelDriven<T>, not just ScopedModelDriven,
> and
> provide typed accessors:
>
>

http://struts.apache.org/2.x/struts2-core/apidocs/com/opensymphony/xwork2/ModelDriven.html
>

http://struts.apache.org/2.x/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/ScopedModelDriven.html
>
> d.
>
>
>
>
>

____________________________________________________________________________________
> Don't get soaked.  Take a quick peek at the forecast
> with the Yahoo! Search weather shortcut.
> http://tools.search.yahoo.com/shortcuts/#loc_weather
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>





____________________________________________________________________________________
Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather

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


Reply via email to