You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/03/04 20:11:40 UTC

[jira] Updated: (TAPESTRY-2229) BeanEdit form is including properties that are read only, causing errors when the form is submitted

     [ https://issues.apache.org/jira/browse/TAPESTRY-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-2229:
-------------------------------------------

    Priority: Critical  (was: Major)
     Summary: BeanEdit form is including properties that are read only, causing errors when the form is submitted  (was: read only fields showing up in bean edit )

> BeanEdit form 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: Core Components
>    Affects Versions: 5.0.11
>            Reporter: Mark Shead
>            Assignee: Howard M. Lewis Ship
>            Priority: Critical
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org