Hello all,
I am fairly new to stripes. I am getting an issue where:

<stripes:link beanclass="${actionBean.class}">
 <stripes:param name="param" value="${var}"/>
  Link
</stripes:link>                         


if ${var} returns a string with space, it adds a + for the strings. Is there a
way not to add those +? I would rather want it to replace the space with %20
instead of a plus sign, which is breaking my application logic.

Thanks,
Samyem



------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to