Leszek Gawron wrote:

Reinhard Poetz wrote:

Leszek Gawron wrote:

I'm posting this to dev because my case is connected with some bug in flow.
The problem I'm describing does not occur in cocoon 2004-04-05 (or something around). Cocoon 2004-04-23 (or something around :) - I still do not have a way to track exact cocoon snapshot date) already breaks my project, current HEAD also.


Thing is:
I have all my web application requests redirected to main() function (I have to quote this as my Mozilla Thunderbird has "Paste without formatting" disabled .. ):


var user = null;




Could you try

var user;
(instead of 'var user = null')

here?


does not work either. How should it help? I do the null assignment all the time and it works.
LG



I had the idea the the null assignment is done more often than expected. I have similar code running with Cocoon 2.1.1 without problems and I can't find the difference. Maybe making the code simpler and simpler (until it works) can help here.


--
Reinhard



Reply via email to