History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-627
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Mathias Bogaert
Reporter: Jim Horner
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
WebWork

select.vm requires htmlEncode for name parameter

Created: 07/Sep/04 11:52 PM   Updated: 19/Oct/04 11:06 AM
Component/s: Views
Affects Version/s: 2.1.1
Fix Version/s: 2.1.5

Environment: any


 Description  « Hide

current /simple/select.vm reads

<select name="$!$parameters.name"

probably should read

<select name="$!webwork.htmlEncode($parameters.name)"

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.