Issue Details (XML | Word | Printable)

Key: TRAILS-69
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Alejandro Scandroli
Reporter: Alejandro Scandroli
Votes: 0
Watchers: 0
Operations

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

use tapestry @Label component in our editors

Created: 16/Jun/07 02:13 PM   Updated: 26/Oct/07 03:30 AM
Component/s: trails-core, trails-hibernate
Affects Version/s: None
Fix Version/s: 1.1.0

Time Tracking:
Not Specified

Issue Links:
Related
dependent
 


 Description  « Hide
Currently we are using simple html label tags, using Tapestry Label component will allow us to link properly the label with the input field.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Alejandro Scandroli added a comment - 03/Sep/07 10:09 AM - edited
fixed on svn rev 738
It wasn't as easy to fix as I thought. To use a FieldLabel component the component to be labeled must implement IFormComponent interface.
In the process of fixing this I made AbstractPropertySelection extend PropertySelection.
There are still some Trails components that need to properly implement IFormComponent in order to interact correctly with the container form.