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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]