[
https://issues.apache.org/jira/browse/TAPESTRY-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Gredler closed TAPESTRY-1619.
------------------------------------
Resolution: Duplicate
The fix to TAPESTRY-1702 seems to have fixed this issue. The following seems to
work:
private char c;
public char[] getAll() { return new char[] { 'a', 'b', 'c' }; }
public void setCharacter(char c) { this.c = c; }
public char getCharacter() { return this.c; }
<span t:type="Loop" source="all" value="character">${character}</span>
Marking as a dupe of TAPESTRY-1702.
> Add coercion from type [C ( simple char ) to type java.lang.Character
> ---------------------------------------------------------------------
>
> Key: TAPESTRY-1619
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1619
> Project: Tapestry
> Issue Type: Improvement
> Affects Versions: 5.0.5
> Reporter: Andreas Andreou
> Assignee: Daniel Gredler
> Fix For: 5.0.6
>
>
> Found while trying
> <span t:type="Loop" source="prop:all" value="prop:character">
> while having
> public char[] getAll {...}
> public char getCharacter() { ... }
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]