Issue Details (XML | Word | Printable)

Key: BCMS-133
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Savvas Triantafyllou
Reporter: Savvas Triantafyllou
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetaCMS

AbstractForm should provide a map for storing values from input fields which do not represent a property in form's content object but rather they are used for other purposes like password confirmation

Created: 13/Nov/09 08:21 PM   Updated: 13/Nov/09 08:52 PM
Component/s: betacms-portal-commons
Affects Version/s: 2.1.0.CR1
Fix Version/s: 2.1.0.CR2

Time Tracking:
Not Specified


 Description  « Hide
Currently AbstractForm (located in betacms-portal-commons module ) provides one map where values from all input fields are stored. However they are some cases where forms contain some input fields which do not correspond to content object properties, like email confirmation or password confirmation input field.

When form infrastructure tries to store these values in to a content object, an exception is thrown as some values correspond to properties which are not defined in content object's type.

Specify another map where these values could be stored and eventually they won't interfere with form's mechanism.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Savvas Triantafyllou added a comment - 13/Nov/09 08:52 PM
Added new map named tempParams.
 Committed revision 3908 - betacms-portal-commons