Author: hermanns Date: Tue Apr 11 04:03:59 2006 New Revision: 393182 URL: http://svn.apache.org/viewcvs?rev=393182&view=rev Log: Fixing bean name for velocity templates
Modified: incubator/webwork2/action/src/main/resources/struts.vm Modified: incubator/webwork2/action/src/main/resources/struts.vm URL: http://svn.apache.org/viewcvs/incubator/webwork2/action/src/main/resources/struts.vm?rev=393182&r1=393181&r2=393182&view=diff ============================================================================== --- incubator/webwork2/action/src/main/resources/struts.vm (original) +++ incubator/webwork2/action/src/main/resources/struts.vm Tue Apr 11 04:03:59 2006 @@ -1,13 +1,13 @@ #macro(bean $bean_name $name) - #set ($name = $webwork.bean($bean_name)) + #set ($name = $struts.bean($bean_name)) #end #macro(includeservlet $name) - $webwork.include($name,$req,$res) + $struts.include($name,$req,$res) #end #macro(url $name) - #set ($name = $webwork.bean("org.apache.struts.action2.util.URLBean")) + #set ($name = $struts.bean("org.apache.struts.action2.util.URLBean")) $name.setRequest($req) $name.setResponse($res) #end --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]