I'm not sure where you're looking... I refactored the 3 Result classes to all extend 
com.opensymphony.webwork.dispatcher.WebWorkResultSupport, which delegates to 
subclasses after parsing the location parameter. 

> -----Original Message-----
> From: Samuel Mota [mailto:[EMAIL PROTECTED] 
> Sent: Friday, October 31, 2003 1:41 PM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] Xwork Parse variables at dispatchers
> 
> 
> Hi,
> 
> I was trying to use variables (${variable}) within results at 
> xwork.xml with Dispatcher result type.
> 
> So I noticed that this feature is not consistent through the 
> 3 main result types (dispatcher, redirect and velocity).
> 
> At (com.opensymphony.webwork.dispatcher):
> 
> ServletRedirectResult.java: variables are being parsed by 
> default, it's ok for my understanding.
> VelocityResult.java: have this feature implemented but you 
> must set the parameter parse (<param name
> ="parse">true</param>) at result. So the default is not parsing.
> ServletDispatcher.java: do not parse variables at all.
> 
> I did a few changes at the last 2 classes to make this 
> consistent for all result types (all parsing variables and 
> this turned on by default for all - just like Redirect) ...
> 
> Is this ok? I'd like to open a JIRA and post the patch if 
> it's ok for everyone ... it's very simple and should go into 
> the beta 2 release (I'll post tonight).
> 
> thanks
> 
> + Samuel G. Mota
> + [EMAIL PROTECTED]
> + 55 (11) 4417 7093
> + Business Application Dpt.
> + Netset Serviços em Tecnologia
> + a Hypercom Company
> + http://www.hypercom.com
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program. 
> Does SourceForge.net help you be more productive?  Does it
> help you create better code?   SHARE THE LOVE, and help us help
> YOU!  Click Here: http://sourceforge.net/donate/ 
> _______________________________________________
> Opensymphony-webwork mailing list 
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to