Paolo Niccolò Giubelli wrote:
<html:link href="/reserved/new_item/step1/${category.id}/${category.name}">
                            <bean:write name="category" property="name"/>
                        </html:link>

What is your Struts 2 version? I thought that at some point Struts 2
made it impossible to use JSTL expressions inside its tags...
But anyway URLEncoding cannot be done in JSTL.
You could use <c:url> to assign your URL to a variable and then use it
in your html:link (with an OGNL expression :)

Oleg


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

Reply via email to