read only fields showing up in bean edit
-----------------------------------------
Key: TAPESTRY-2229
URL: https://issues.apache.org/jira/browse/TAPESTRY-2229
Project: Tapestry
Issue Type: Bug
Components: Core Components
Affects Versions: 5.0.11
Reporter: Mark Shead
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]