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

[jira] Commented: (TAPESTRY-1426) Style component bug

    [ https://issues.apache.org/jira/browse/TAPESTRY-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491388 ] 

Andreas Andreou commented on TAPESTRY-1426:
-------------------------------------------

Can you attach an example of how to reproduce this using only the Style or the Relation components?

Cause this may very well be an ognl issue - so, changing the getters is just a workaround...
And also getUseBody is a totally acceptable way of creating boolean getters - so, 
without more info, I'm inclined to closing this as a 'Cannot reproduce'

> Style component bug
> -------------------
>
>                 Key: TAPESTRY-1426
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1426
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 4.1.2
>            Reporter: Andrea Chiumenti
>            Priority: Blocker
>             Fix For: 4.1.2
>
>         Attachments: Relation.diff, Relation.diff
>
>
> There is a bug into Relation.java 
> the compromising line is:
> public abstract boolean getUseBody();
> since it is a boolean, should be
> public abstract boolean isUseBody();

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