> The <html:link> "name" attribute is a key, not a Map instance.

If you specify a 'name' but no 'property', it is in fact considered to
be the map instance itself. Confusing indeed.


> What is it you want done in JSP/XML?

>>> <%@ page import="org.apache.commons.beanutils.PropertyUtils" %>
>>> <jsp:useBean id="paramMap" class="java.util.HashMap"/>
>>> <c_rt:forEach var="entry" items="<%= PropertyUtils.describe(form)
>>>   %>"> <c:set target="paramMap" property="${entry.key}"
>>> value="${entry.value}"/> </c_rt:forEach>
>>> <html:link action="/search" name="paramMap">
>>>   ...
>>> </html:link>


But never mind, the original problem is solved, so let's leave this one
as an exercise for the students :-)


--
Eric Jain


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to