Re: ExcelGenerator

2022-10-16 Thread Patrick Robinson via Webobjects-dev
Ahhh, yes, that's right! I had thought when I had that issue, that it was something to do with the HTML, but I never specificly identified the problem as "spaces". Can you elaborate on what you did? Where did you have spaces that created a problem? - Patrick > On Oct 16, 2022, at 3:40 AM, G

Re: ExcelGenerator

2022-10-16 Thread Gino Pacitti via Webobjects-dev
Hi… This is solved… It was due to spaces in the HTML.. Duh!! Gino > On Oct 15, 2022, at 10:56 PM, Patrick Robinson wrote: > > Hi Gino, > > I just built one of these, myself, and remember getting the 3 byte output, > but now I can't remember why. But just looking at what you have there, if

Re: ExcelGenerator

2022-10-15 Thread Gino Pacitti via Webobjects-dev
thanks Patrick That was just a typo.. the closing tag is there in the component… Its bugging me now why it won’t work because I have used this several times before and it worked great.. Gino > On Oct 15, 2022, at 10:56 PM, Patrick Robinson wrote: > > Hi Gino, > > I just built one of these,

Re: ExcelGenerator

2022-10-15 Thread Patrick Robinson via Webobjects-dev
Hi Gino, I just built one of these, myself, and remember getting the 3 byte output, but now I can't remember why. But just looking at what you have there, if that's your actual HTML, then it looks like you're missing the closing ">" on your " On Oct 15, 2022, at 3:01 AM, Gino Pacitti via Webob

Re: ExcelGenerator broken

2018-10-08 Thread Maik Musall
Hi, we updated those libs a while ago, but had no way of testing it. There are no tests included in these frameworks, and KVC of course doesn't produce compile errors when things like that change. We adapted the frameworks to the new constants and issued a PR: https://github.com/wocommunity/wo