[string] Unable to find setter method for attribute 'newlineToken'

2003-04-04 Thread Matt Raible
The following works fine on Windows, but not on Linux - any ideas? I'm using String 1.0.1. s:replace replace=NL with=br /NL newlineToken=NLc:out value=${changeRequestFormEx.notes}//s:replace Thanks, Matt NOTE: I tried using lt;br /gt; instead of br /, but this did not work - it rendered

Re: [string] Unable to find setter method for attribute 'newlineToken'

2003-04-04 Thread Henri Yandell
My first guess is the rather simple thought that you've not got 1.0.1 installed properly on the Linux machine. Either you're using a 1.0 tld file, or you've got the jar in the classpath more than once? Hen On Fri, 4 Apr 2003, Matt Raible wrote: The following works fine on Windows, but not