I don't think this exactly the right forum but I'm not sure where to
go...
I have a sample ajax Stripes action bean. It returns an html fragment
for insertion into the calling web page (via the Stripes ajax as
supplied by Tim). Now the length of the fragment is 852 characters
when it leaves my action bean. When it gets to the xmlhttprequest
handler in my web page, it is 1024 characters long and has extra text
when displayed - basically a repetition of the last 172 characters of
the message sent back from the action bean.
I'm having a dabble in this area and am no Javascript expert so any
assistance would be appreciated.