I'm having a very wierd issue . Using tapestry 4.0.13 and tacos . I'm not posting this on the tacos ml however because it happends as i try to load the first page of the app which has almost nothing to do with tacos .
I kept on writting some javaScript code in my Border component , and I needed to add some more . At one point i realised that I got to a max number of ... assignments allowed . Basically I had one line saying someValue = anotherValue . I havn't counted but it looks like this was the last assignment in javaScript i was allowed . Tapestry stoped showing the page throing an IllegalStateException when i'd try to load it . If i'd comment the js line out it would all be fine . I let it go for a few days , found a workarround for that particulat thing ( added the js in a onblur in the hthml as oposed to having a method for it in Border ) , but then I got to need another method , another assignment , completly different , same issue . I then proceeded to erase an older method i wasn't using anymore , and tapestry showed the page just fine . so it looks like at one point , when a certain nr of assignment statements are reached in the js , there is a bug in tapestry . . . I know this is preety vague , and also there are many work arroundsto it , but just thought i'd make you guys aware , in case this bug might affect other things in the future . Cosmin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]