[opencms-dev] a small bug - cms param - tag lib
Apostoly Guillaume
ApostolyG at mail.europcar.com
Tue Jul 15 11:58:01 CEST 2003
Hi all, I noticed that if you include a page like this
<cms:include file="/jsp/simplelist.jsp">
<cms:param name="__locale"><%= caller %></cms:param>
<cms:param name="listName">Documents</cms:param>
<cms:param name="innerStartTag"><li></cms:param>
<cms:param name="innerEndTag"></li></cms:param>
<cms:param name="rootDir"></cms:param>
</cms:include>
The request.getParameter("rootDir") in simplelist.jsp will return "</li>"
which is the last non empty parameter.
Completly removing the <cms:param name="rootDir"></cms:param> solves the
problem.
Nothing blocking, but this had to be known, i though.
Best Regards,
Guillaume.
_______________________________________
Guillaume APOSTOLY
Business-Analyst EIS-BSD
Tél: +33 (0)1.30.44.95.22
Fax: +33 (0)1.30.44.98.08
ApostolyG at mail.europcar.com <mailto:ApostolyG at mail.europcar.com>
_______________________________________
More information about the opencms-dev
mailing list