Annotation for property of bean used by BeanEditForm to allow automatic use of 
TextArea
---------------------------------------------------------------------------------------

                 Key: TAPESTRY-2332
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2332
             Project: Tapestry
          Issue Type: Improvement
    Affects Versions: 5.0
            Reporter: Peter Beshai
            Priority: Minor


It would be nice if I could just add an annotation to a String property, in a 
similar fashion to @NonVisual, and have the beanEditor just display it as a 
textArea by default instead of a TextField.

e.g.
@TextArea
public String getDescription() { ... }

Maybe you could do something like detect if the annotation is there and wrap 
the property in a "LargeString" which has a edit block defined as TextArea 
instead of TextField. 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to