You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Anna Vo (JIRA)" <de...@tapestry.apache.org> on 2007/04/19 18:19:15 UTC

[jira] Created: (TAPESTRY-1420) ognl string concatenation + static syntax does not render properly

ognl string concatenation + static syntax does not render properly
------------------------------------------------------------------

                 Key: TAPESTRY-1420
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1420
             Project: Tapestry
          Issue Type: Bug
    Affects Versions: 4.1.2
         Environment: Tap Snapshot 4.1.2-20070418.220118-49, any OS, any browser
            Reporter: Anna Vo
             Fix For: 4.1.2


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"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1420) ognl string concatenation + static syntax does not render properly

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert closed TAPESTRY-1420.
-----------------------------------

    Resolution: Won't Fix

Hi Anna, 

Thanks for the bug report! Would it be possible for you to file this under http://jira.opensymphony.com/browse/OGNL instead? 

> ognl string concatenation + static syntax does not render properly
> ------------------------------------------------------------------
>
>                 Key: TAPESTRY-1420
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1420
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 4.1.2
>         Environment: Tap Snapshot 4.1.2-20070418.220118-49, any OS, any browser
>            Reporter: Anna Vo
>             Fix For: 4.1.2
>
>
> 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"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org