Robert Koberg wrote:
>
> I make use of the above technique quite a bit to keep my source content
> well-formed (I generate the JSPs with XSL). E.g.
>
>
>
> I will test it out when I get a chance.
Great. If you find new failure cases please create a bugzilla entry.
Cheers,
Mark
-
On Sep 8, 2008, at 1:59 PM, Mark Thomas wrote:
Robert Koberg wrote:
Hi,
Regarding:
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015
Have things like the follwoing been tested:
< input value="${"boo" foo's}" />
< input value='${"boo"}' />
< input value='${"boo"} "foo"' />
I don't
Robert Koberg wrote:
> Hi,
>
> Regarding:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=45015
>
> Have things like the follwoing been tested:
>
>
> < input value="${"boo" foo's}" />
> < input value='${"boo"}' />
> < input value='${"boo"} "foo"' />
I don't recall testign those combinatio
Hi,
Regarding:
https://issues.apache.org/bugzilla/show_bug.cgi?id=45015
Have things like the follwoing been tested:
< input value="${"boo" foo's}" />
< input value='${"boo"}' />
< input value='${"boo"} "foo"' />
I guess I am more concerned about version 6x. Has this fix been
applied to v6x?