mirror of
https://github.com/apache/struts.git
synced 2026-08-07 23:57:03 +00:00
WW-3173 adds missing closing tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1344620 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -49,8 +49,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
*
|
||||
* <!-- START SNIPPET: example_fmt -->
|
||||
* <@s.radio name="car" list={"ford": "Ford Motor Co", "toyota": "Toyota"} listKey="key" listValue="value" />
|
||||
* <!-- END SNIPPET: example -->
|
||||
* </pre>
|
||||
* <!-- END SNIPPET: example_fmt -->
|
||||
*
|
||||
*/
|
||||
@StrutsTag(name="radio", tldTagClass="org.apache.struts2.views.jsp.ui.RadioTag", description="Renders a radio button input field")
|
||||
|
||||
Reference in New Issue
Block a user