Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.0
-
Component/s: trails-core, trails-hibernate
-
Labels:None
-
Number of attachments :
Description
Currently we are using simple html label tags, using Tapestry Label component will allow us to link properly the label with the input field.
Issue Links
- is depended upon by
-
TRAILS-31
Required Fields indicator (top of page and on each field)
-
- is related to
-
TRAILS-89
Trails form components need to properly implement IFormComponent in order to interact correctly with the container form
-
- relates to
-
TRAILS-114
FCKEditor is not an IFormComponent exception.
-
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.