You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Leonardo Quijano Vincenzi (JIRA)" <ta...@jakarta.apache.org> on 2005/08/05 04:24:35 UTC

[jira] Created: (TAPESTRY-532) FieldLabel could use its body as DisplayName default value

FieldLabel could use its body as DisplayName default value
----------------------------------------------------------

         Key: TAPESTRY-532
         URL: http://issues.apache.org/jira/browse/TAPESTRY-532
     Project: Tapestry
        Type: Improvement
  Components: Framework  
    Versions: 4.0    
    Reporter: Leonardo Quijano Vincenzi
    Priority: Minor


It could be useful for FieldLabels to use its body as display name. Right now, if the associated TextField doesn't specify the displayName, it throws an exception. This forces developers to do something like this:

        <td>
          <label jwcid="@FieldLabel" field="component:password" displayName="Password:">
            Password:</label>
          </td>
        <td><input jwcid="password@TextField" value="ognl:password" type="password" /></td>

Now, for non-internationalized applications the WYSIWYG version of the page has the same display name as the label's. So, it ends up being the same text. Can FieldLabel take this "Password:" content and display it as raw?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[jira] Updated: (TAPESTRY-532) FieldLabel could use its body as DisplayName default value

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

Jesse Kuhnert updated TAPESTRY-532:
-----------------------------------

    Fix Version/s:     (was: 4.1.3)
                   4.1.4

> FieldLabel could use its body as DisplayName default value
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-532
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-532
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Leonardo Quijano Vincenzi
>            Priority: Minor
>             Fix For: 4.1.4
>
>
> It could be useful for FieldLabels to use its body as display name. Right now, if the associated TextField doesn't specify the displayName, it throws an exception. This forces developers to do something like this:
>         <td>
>           <label jwcid="@FieldLabel" field="component:password" displayName="Password:">
>             Password:</label>
>           </td>
>         <td><input jwcid="password@TextField" value="ognl:password" type="password" /></td>
> Now, for non-internationalized applications the WYSIWYG version of the page has the same display name as the label's. So, it ends up being the same text. Can FieldLabel take this "Password:" content and display it as raw?

-- 
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-532) FieldLabel could use its body as DisplayName default value

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-532?page=all ]

Jesse Kuhnert updated TAPESTRY-532:
-----------------------------------

    Fix Version/s: 4.1.2

> FieldLabel could use its body as DisplayName default value
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-532
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-532
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Leonardo Quijano Vincenzi
>            Priority: Minor
>             Fix For: 4.1.2
>
>
> It could be useful for FieldLabels to use its body as display name. Right now, if the associated TextField doesn't specify the displayName, it throws an exception. This forces developers to do something like this:
>         <td>
>           <label jwcid="@FieldLabel" field="component:password" displayName="Password:">
>             Password:</label>
>           </td>
>         <td><input jwcid="password@TextField" value="ognl:password" type="password" /></td>
> Now, for non-internationalized applications the WYSIWYG version of the page has the same display name as the label's. So, it ends up being the same text. Can FieldLabel take this "Password:" content and display it as raw?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-532) FieldLabel could use its body as DisplayName default value

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

Marcus Schulte updated TAPESTRY-532:
------------------------------------

    Fix Version/s:     (was: 4.1.6)
                   4.1.7

> FieldLabel could use its body as DisplayName default value
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-532
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-532
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Leonardo Quijano Vincenzi
>            Priority: Minor
>             Fix For: 4.1.7
>
>
> It could be useful for FieldLabels to use its body as display name. Right now, if the associated TextField doesn't specify the displayName, it throws an exception. This forces developers to do something like this:
>         <td>
>           <label jwcid="@FieldLabel" field="component:password" displayName="Password:">
>             Password:</label>
>           </td>
>         <td><input jwcid="password@TextField" value="ognl:password" type="password" /></td>
> Now, for non-internationalized applications the WYSIWYG version of the page has the same display name as the label's. So, it ends up being the same text. Can FieldLabel take this "Password:" content and display it as raw?

-- 
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-532) FieldLabel could use its body as DisplayName default value

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

Jesse Kuhnert updated TAPESTRY-532:
-----------------------------------

    Fix Version/s:     (was: 4.1.2)
                   4.1.3

> FieldLabel could use its body as DisplayName default value
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-532
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-532
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Leonardo Quijano Vincenzi
>            Priority: Minor
>             Fix For: 4.1.3
>
>
> It could be useful for FieldLabels to use its body as display name. Right now, if the associated TextField doesn't specify the displayName, it throws an exception. This forces developers to do something like this:
>         <td>
>           <label jwcid="@FieldLabel" field="component:password" displayName="Password:">
>             Password:</label>
>           </td>
>         <td><input jwcid="password@TextField" value="ognl:password" type="password" /></td>
> Now, for non-internationalized applications the WYSIWYG version of the page has the same display name as the label's. So, it ends up being the same text. Can FieldLabel take this "Password:" content and display it as raw?

-- 
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-532) FieldLabel could use its body as DisplayName default value

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

Jesse Kuhnert updated TAPESTRY-532:
-----------------------------------

    Fix Version/s:     (was: 4.1.5)
                   4.1.6

> FieldLabel could use its body as DisplayName default value
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-532
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-532
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: Framework
>    Affects Versions: 4.0
>            Reporter: Leonardo Quijano Vincenzi
>            Priority: Minor
>             Fix For: 4.1.6
>
>
> It could be useful for FieldLabels to use its body as display name. Right now, if the associated TextField doesn't specify the displayName, it throws an exception. This forces developers to do something like this:
>         <td>
>           <label jwcid="@FieldLabel" field="component:password" displayName="Password:">
>             Password:</label>
>           </td>
>         <td><input jwcid="password@TextField" value="ognl:password" type="password" /></td>
> Now, for non-internationalized applications the WYSIWYG version of the page has the same display name as the label's. So, it ends up being the same text. Can FieldLabel take this "Password:" content and display it as raw?

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