You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by Apache Wiki <wi...@apache.org> on 2006/07/06 23:10:25 UTC

[Struts Wiki] Update of "StrutsWidgets" by MichaelJouravlev

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