Hey,
i am trying to pass a java.net.URL via list with value items to a bean in my applicationContext.
code:
the problem is the &-character because &timerange_3 should be an entity as the log file says and therefore has to end with a ';'Code:<list> <value type="java.net.URL"> http://www.muh.net?&timerange_3=next </value> </list>
Do you know how i can pass by the &-character only as a string?


Reply With Quote