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/03/26 22:27:24 UTC

[jira] Created: (TAPESTRY-2299) TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)

TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)
---------------------------------------------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-2299
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2299
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-core
    Affects Versions: 5.0.11
            Reporter: Howard M. Lewis Ship


I want to be able to at a suffix such as "ft" or "kcal/day" and have it appear to the left of the field and before the error icon.

I think this could be a parameter "suffix" that could be type String or type Block.  A string is simply output, a Block is rendered.

-- 
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-2299) TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)

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

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

    Priority: Minor  (was: Major)

> TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2299
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2299
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> I want to be able to at a suffix such as "ft" or "kcal/day" and have it appear to the left of the field and before the error icon.
> I think this could be a parameter "suffix" that could be type String or type Block.  A string is simply output, a Block is rendered.

-- 
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: (TAP5-145) TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644354#action_12644354 ] 

Howard M. Lewis Ship commented on TAP5-145:
-------------------------------------------

We don't even have to differentiate between String and Block anymore because a String will be coerced to a Block.

> TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-145
>                 URL: https://issues.apache.org/jira/browse/TAP5-145
>             Project: Tapestry 5
>          Issue Type: New Feature
>    Affects Versions: 5.0.15
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> I want to be able to at a suffix such as "ft" or "kcal/day" and have it appear to the left of the field and before the error icon.
> I think this could be a parameter "suffix" that could be type String or type Block.  A string is simply output, a Block is rendered.

-- 
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-2299) TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)

Posted by "jleroux (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583108#action_12583108 ] 

jleroux commented on TAPESTRY-2299:
-----------------------------------

It would be great if this could be incorporated into the BeanEditForm component. Your bean might be annotated eg:

@SuffixLabel("message-id-key")
public String getSpeed() {
...
}



> TextField should include a parameter that will render a "suffix" (that appears between the field itself and any error decoration icons)
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-2299
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2299
>             Project: Tapestry
>          Issue Type: New Feature
>          Components: tapestry-core
>    Affects Versions: 5.0.11
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> I want to be able to at a suffix such as "ft" or "kcal/day" and have it appear to the left of the field and before the error icon.
> I think this could be a parameter "suffix" that could be type String or type Block.  A string is simply output, a Block is rendered.

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