Looks like a bug to me, please add to JIRA.

On Mon, Mar 3, 2008 at 8:37 AM, Mark W. Shead <[EMAIL PROTECTED]> wrote:
> 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  the get 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 I wanted to find out if this change was intentional or if I should
>  put it in Jira?
>
>  Mark
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to