[
https://issues.apache.org/jira/browse/TAPESTRY-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAPESTRY-2229:
-------------------------------------------
Component/s: (was: Core Components)
tapestry-core
> BeanEditForm is including properties that are read only, causing errors when
> the form is submitted
> --------------------------------------------------------------------------------------------------
>
> Key: TAPESTRY-2229
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2229
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.11
> Reporter: Mark Shead
> Assignee: Howard M. Lewis Ship
> Priority: Critical
> Fix For: 5.0.11
>
>
> I have a domain object that looks something like this:
> private int points;
> private int possiblePoints;
> float getScore() {
> return point/possiblePoints * 100;
> }
> [other getters and setters]
> In 5.0.10 score didn't show up in the BeanEditForm because it wasn't
> something that you could change. In 5.0.11-SNAPSHOT it is showing up in the
> beaneditform, but when you submit the form it complains that you can't change
> it.
> It is easy to work around. You just add it to the remove attribute, but
> Howard said it was a bug so I'm listing it here.
--
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]