You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2005/11/03 18:44:19 UTC

[Struts Wiki] Update of "StrutsTags" by MarkyGoldstein

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 MarkyGoldstein:
http://wiki.apache.org/struts/StrutsTags

------------------------------------------------------------------------------
  
  http://www.jguru.com/faq/view.jsp?EID=877089
  
- Dear Struts community: PLEASE RESOLVE THIS QUESTION WITH A PROPER, SIMPLE SOLUTION. 
+ Here comes the solution with JSTL...
+ 
+ <c:url value="/myAction.do" var="url">
+ <c:param name="param1" value="${user.fullName}"/>
+ <c:param name="param2" value="${'parameter 2'}"/>
+ </c:url>
+ <a href="${url}">Click</a> 
+  
  
  === NPE when accessing value using scriptlet ===
  Q: I use the following code in a jsp:

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org