You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2006/09/05 03:34:31 UTC

[jira] Work started: (STR-1305) New custom tag to output HTML label

     [ http://issues.apache.org/struts/browse/STR-1305?page=all ]

Work on STR-1305 started by Paul Benedict.

> New <html:label> custom tag to output HTML label
> ------------------------------------------------
>
>                 Key: STR-1305
>                 URL: http://issues.apache.org/struts/browse/STR-1305
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Taglibs
>    Affects Versions: 1.3.6
>         Environment: Operating System: All
> Platform: All
>            Reporter: Leonardo Quijano
>         Assigned To: Paul Benedict
>            Priority: Minor
>             Fix For: Future
>
>
> It would be useful to have a tag that just writes a form's value.
> We already have one:
> <html:hidden property="foo" write="true" />
> The problem is that it generates a HTML INPUT in addittion to the text. That
> INPUT could interfere with the form's submission, and it adds bloat to the
> page.It would be nice to have a custom tag just to generate the form's text. 
> I know i could also expose the form as a bean (I guess it would be <bean:struts
> ... />). But that could tie the JSP to the form's name, and that's not a good think.
> Maybe the tag could be something like:
> <html:label property="foo" />
> And it would get property "foo" from the form and write it like a bean:write. It
> could be even:
> <html:label property="foo.x.y.z" />
> Leonardo

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