That magic starts happening in 
http://struts.apache.org/2.0.8/struts2-core/apidocs/com/opensymphony/xwork2/interceptor/ParametersInterceptor.html
ParametersInterceptor .  Take a look at the javadocs and source to see how
its done.  You could then extend the class or write a new interceptor which
does all the crazy stuff you need.  

Zarar





Asaf Paris Mandoki wrote:
> 
> On the tutorial says that the framework automatically populates the
> action beans. How does the framework do this? Is there a way to tweak
> the way it populates the the beans?
> 
> For example if a user sends a number and I, for a strange reason would
> like to pupulate the bean with twice that number, how could I do it on
> this level?
> 
> Thanks in andvance,
> Asaf
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Bean-population-tf4002466.html#a11370925
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to