[ http://issues.apache.org/jira/browse/BEEHIVE-342?page=all ]

Alejandro Ramirez reassigned BEEHIVE-342:
-----------------------------------------

    Assign To: Krista Baker  (was: Alejandro Ramirez)

Please verify.

> add text attribute to netui:anchor
> ----------------------------------
>
>          Key: BEEHIVE-342
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-342
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Eddie O'Neil
>     Assignee: Krista Baker
>     Priority: Minor

>
> Using the <netui:anchor> tag, in order to get body text to showup between the 
> <a></a> tags, the text must be embedded like:
>   <netui:anchor href="foo.jsp">
>     Go to foo
>   </netui:anchor>
> which results (generally) in <a href="foo.jsp>Go to foo</a>.  It'd be useful 
> if there was a "value" or "text" attribute on the anchor so that the same 
> thing could be expressed as:
>   <netui:anchor href="foo.jsp" text="Go to foo"/>
> which would eliminate the floating body text inside of the anchor tag.  

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

Reply via email to