--- On Tue, 8/19/08, Oleg Mikheev wrote: > Paolo Niccolò Giubelli wrote: >> <html:link href="/reserved/new_item/step1/${category.id} >> /${category.name}"> > > 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 :)
I'm pretty sure it's Struts 1, since there are both <html:...> and <bean:...> tags. The <c:url...> answer, however, is probably the easiest. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]