Re: Witango-Talk: upgrade issues.

2003-11-16 Thread Stefan Gonick
At 12:04 AM 11/15/2003, you wrote: I in the process of upgrading my t2k application to witango5 and am encountering a couple issues; (1) my cookies don’t appear to be assigning correctly, are there config file settings that could affect this? (2) I created some simple test tafs from scratch

Re: Witango-Talk: upgrade issues.

2003-11-16 Thread Dan Stein
Title: Re: Witango-Talk: upgrade issues. I thought the cookies issue was fixed in the last server version. Not sure what you mean by number 2 can you expand a little. Dan on 11/16/03 18:33, Stefan Gonick at [EMAIL PROTECTED] wrote: At 12:04 AM 11/15/2003, you wrote: I in the process of

Re: Witango-Talk: upgrade issues.

2003-11-16 Thread Stefan Gonick
I was referring to version 5.0.1.062 as having the cookie problem. It has not been fixed in a officially released version since then. Stefan At 06:49 PM 11/16/2003, you wrote: I thought the cookies issue was fixed in the last server version. Not sure what you mean by number 2 can you expand a

RE: Witango-Talk: upgrade issues.

2003-11-16 Thread Brad Robertson
Title: Re: Witango-Talk: upgrade issues. Dan, To clarify on #2, I have a very simple .taf file with a resultset action with some simple html. When I call that taf through my browser, http://localhost/test.taf, the html is appearing in code form, ie. B TEST /B not TEST. I am testing with

Re: Witango-Talk: upgrade issues.

2003-11-16 Thread Alan Wolfe
Title: Re: Witango-Talk: upgrade issues. it sounds like its encoding your output so that is becoming lt; not sure the cause but maybe it will spark some ideas from someone - Original Message - From: Brad Robertson To: [EMAIL PROTECTED] Sent: Sunday, November 16, 2003

Re: Witango-Talk: upgrade issues.

2003-11-16 Thread Jonah Simpson
Title: Re: Witango-Talk: upgrade issues. Hey Brad! Do more complex actions output JUST the html, or the taf as xml? What are you serving off of? IIS? Apache? Kinda sounds like the webserver isn't mapping mapping the taf file as a file that should be interpreted by your webserver instead

Re: Witango-Talk: upgrade issues.

2003-11-16 Thread Jason Schulz
B>test/b> What does a simple html page return, and what does a simple taf that only has results html with basic html inside it return? Have you set any text encodings? Regards, Jason. PS: Your tags should also be the same case (preferably lowercase), but that won't cause the problems you've