-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.4
-
Fix Version/s: 5.4
-
Component/s: tapestry-core
-
Labels:
since michaels performance changes , the if component dont work as in the past like the bottom example.
Page.java
@Component(parameters = {"test=condition"} private If ifSomethingWrong
Page.tml
<span t:id="ifSomethingWrong">
blabla
</span>
if i use this code, tapestry throws an exception means markup is unbalanced.
- is broken by
-
TAP5-2445 Reduce usage of PerthreadMap in AbstractConditional
-
- Closed
-