-
1. Re: Spaces are reduced in ajax responses
sergeysmirnov May 15, 2007 12:00 PM (in response to mhn)BTW, even in the text above there is no different between two and three spaces.
forceparser=false avoids html correction only for non-ajax request.
You are agree to take responsibility for html correctness, use org.ajax4jsf.FastFilter. -
2. Re: Spaces are reduced in ajax responses
mhn May 15, 2007 12:11 PM (in response to mhn)The difference is visible in the html source only.
Is there any config option for the filter to disable this special html improvement (space reduction)?
Is it incorrect html if there are spaces in the value attribute or even in the title of a tag? I am not sure about this.
Thanks for any help
Michael -
4. Re: Spaces are reduced in ajax responses
mhn May 16, 2007 3:37 AM (in response to mhn)Thanks Sergey,
Now it's working.
The default tidy.properties file contains the key "literal-attributes" two times and both are commented out.
Shouldn't literal-attributes=true be the default ?
Michael -
5. Re: Spaces are reduced in ajax responses
naveenm Mar 7, 2011 11:50 AM (in response to mhn)Hello Sergey / Michael,
I'm having the same issue with Richfaces3.3.3.Final version. And the URL Sergey mentioned above is not working. Could you please help on how to resolve this issue?