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

Key: OGNL-48
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jesse Kuhnert
Reporter: Anna Vo
Votes: 0
Watchers: 0
Operations

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

ognl string concatenation + static syntax does not render properly

Created: 19/Apr/07 12:11 PM   Updated: 19/Apr/07 03:11 PM
Component/s: ExpressionCompiler
Affects Version/s: 2.7
Fix Version/s: 2.7

Environment:
Tap Snapshot 4.1.2-20070418.220118-49, any OS, any browser


 Description  « Hide
The submit button (worked prior to the ognl changes) has an onclick of:
 onClick="ognl:'javascript:' + @collective.ui.components.PleaseWait@ONCLICK_JAVASCRIPT"

 However, the ognl call is not rendering this correctly and the generated source looks like:
 onClick="javascript:collective.ui.components.PleaseWait.ONCLICK_JAVASCRIPT"


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