You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/06/27 18:51:45 UTC

[jira] Updated: (TAPESTRY-2483) The '%' symbol passed to RenderSupport.addScript() is treated as a formatting directive, causing errors

     [ https://issues.apache.org/jira/browse/TAPESTRY-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2483:
-------------------------------------------

    Summary: The '%' symbol passed to RenderSupport.addScript() is treated as a formatting directive, causing errors  (was: addScript does not like the @ symbol)

> The '%' symbol passed to RenderSupport.addScript() is treated as a formatting directive, causing errors
> -------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2483
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2483
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 5.0.13
>            Reporter: Martijn Brinkers
>            Assignee: Howard M. Lewis Ship
>
> Tapestry throws a Render queue error when the addScript contains the @ symbol.
> The @ symbol is converted to
> %40 and the following script is added with addScript:
> new pageLinkPopup("pagelinkpopup", "user/edit/m.brinkers%40pobox.com",
> "edit user", "width=600,height=300");
> But, this results in:
> Render queue error in BeginRender[Users:pagelinkpopup]: Conversion = 'p'
> Stack trace
>               * java.util.Formatter
>                 $FormatSpecifier.conversion(Formatter.java:2605)
>               * java.util.Formatter
>                 $FormatSpecifier.<init>(Formatter.java:2633)
>               * java.util.Formatter.parse(Formatter.java:2479)
>               * java.util.Formatter.format(Formatter.java:2413)
>               * java.util.Formatter.format(Formatter.java:2366)
>               * java.lang.String.format(String.java:2770)
>               * org.apache.tapestry5.internal.services.RenderSupportImpl.addScript(RenderSupportImpl.java:129)

-- 
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