Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by MichaelJouravlev:
http://wiki.apache.org/struts/StrutsWidgets

The comment on the change is:
Added <a href ...> to JSTL sample

------------------------------------------------------------------------------
  {{{<c:url value="/myAction.do" var="url">
    <c:param name="param1" value="${user.fullName}"/>
    <c:param name="param2" value="${'parameter 2'}"/>
- </c:url>}}}
+ </c:url>
+ <a href='<c:out value="${url}"/>'>Click Me</a>}}}
+ 
  
  == Dropdown box ==
  

Reply via email to