Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-204 Here is an overview of the issue: --------------------------------------------------------------------- Key: WW-204 Summary: velocity param directive not registered Type: Bug Status: Assigned Priority: Major Project: WebWork Components: Views Versions: 2.0 Assignee: Patrick Lightbody Reporter: Cameron Braid Created: Tue, 3 Jun 2003 1:41 AM Updated: Tue, 3 Jun 2003 1:41 AM Description: The VelocityManager registeres the #tag and #bodytag directives, but not the #param directive : String directives = "com.opensymphony.webwork.views.velocity.TagDirective," + "com.opensymphony.webwork.views.velocity.BodyTagDirective"; it needs to be : String directives = "com.opensymphony.webwork.views.velocity.ParamDirective" + "," + "com.opensymphony.webwork.views.velocity.TagDirective" + "," + "com.opensymphony.webwork.views.velocity.BodyTagDirective"; Patch is attached --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.opensymphony.com/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork