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/01/04 03:06:34 UTC

[jira] Created: (TAPESTRY-2012) Add BeanEditor support for data types "password" and "textarea"

Add BeanEditor support for data types "password" and "textarea"
---------------------------------------------------------------

                 Key: TAPESTRY-2012
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2012
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.7
            Reporter: Howard M. Lewis Ship
             Fix For: 5.0.8


It would be nice to use the @DataType annotation to direct the BeanEditor to handle password data (using a PasswordField component) and long text (using a TextArea component).

-- 
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


[jira] Assigned: (TAPESTRY-2012) Add BeanEditor support for data types "password" and "textarea"

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAPESTRY-2012:
----------------------------------------------

    Assignee: Howard M. Lewis Ship

> Add BeanEditor support for data types "password" and "textarea"
> ---------------------------------------------------------------
>
>                 Key: TAPESTRY-2012
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2012
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.7
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.8
>
>
> It would be nice to use the @DataType annotation to direct the BeanEditor to handle password data (using a PasswordField component) and long text (using a TextArea component).

-- 
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


[jira] Updated: (TAPESTRY-2012) Add BeanEditor support for data types "password" and "longtext"

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Summary: Add BeanEditor support for data types "password" and "longtext"  (was: Add BeanEditor support for data types "password" and "textarea")

Also added a TextOutput component that writes text out (each line in its own <p> tag).  Password fields are output as a string of asterisks.

> Add BeanEditor support for data types "password" and "longtext"
> ---------------------------------------------------------------
>
>                 Key: TAPESTRY-2012
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2012
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.7
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.8
>
>
> It would be nice to use the @DataType annotation to direct the BeanEditor to handle password data (using a PasswordField component) and long text (using a TextArea component).

-- 
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


[jira] Closed: (TAPESTRY-2012) Add BeanEditor support for data types "password" and "longtext"

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2012.
------------------------------------------

    Resolution: Fixed

> Add BeanEditor support for data types "password" and "longtext"
> ---------------------------------------------------------------
>
>                 Key: TAPESTRY-2012
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2012
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.7
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.8
>
>
> It would be nice to use the @DataType annotation to direct the BeanEditor to handle password data (using a PasswordField component) and long text (using a TextArea component).

-- 
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


[jira] Commented: (TAPESTRY-2012) Add BeanEditor support for data types "password" and "textarea"

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557670#action_12557670 ] 

Howard M. Lewis Ship commented on TAPESTRY-2012:
------------------------------------------------

There has been some talk of checking the property name to see if it contains the word "password" as a way to indicate a password field.  For the moment, we differentiate based on a @DataType annotation.

> Add BeanEditor support for data types "password" and "textarea"
> ---------------------------------------------------------------
>
>                 Key: TAPESTRY-2012
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2012
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.0.7
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.0.8
>
>
> It would be nice to use the @DataType annotation to direct the BeanEditor to handle password data (using a PasswordField component) and long text (using a TextArea component).

-- 
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