You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Sven Homburg (JIRA)" <ji...@apache.org> on 2015/02/09 10:07:35 UTC

[jira] [Updated] (TAP5-2450) component "If" dont work correct since TAP5-2445 changes

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

Sven Homburg updated TAP5-2450:
-------------------------------
          Component/s: tapestry-core
          Description: 
since michaels performance changes , the if component dont work as in the past like the bottom example.

{code:title=Page.java}
@Component(parameters = {"test=condition"}
private If ifSomethingWrong
{code}

{code:title=Page.tml}
<span t:id="ifSomethingWrong">
  blabla
</span>
{code}

if i use this code, tapestry throws an exception means markup is unbalanced.
    Affects Version/s: 5.4
              Summary: component "If" dont work correct since TAP5-2445 changes  (was: component "If" dont work correct since TAP5-2445 chnage)

> component "If" dont work correct since TAP5-2445 changes
> --------------------------------------------------------
>
>                 Key: TAP5-2450
>                 URL: https://issues.apache.org/jira/browse/TAP5-2450
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.4
>            Reporter: Sven Homburg
>
> since michaels performance changes , the if component dont work as in the past like the bottom example.
> {code:title=Page.java}
> @Component(parameters = {"test=condition"}
> private If ifSomethingWrong
> {code}
> {code:title=Page.tml}
> <span t:id="ifSomethingWrong">
>   blabla
> </span>
> {code}
> if i use this code, tapestry throws an exception means markup is unbalanced.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)