Re: Random Exceptions continued....

2009-03-11 Thread Giaccone, Anthony CTR DTIC-A
Yes, that was my diagnosis. The line you referenced, is from the If component, part of the Tapestry distribution. Yes, I agree there's something wrong here, obviously, the reason for including my code, was to point out that it's nothing exotic, but basic boolean (small b, not Boolean) logic. As

Random Exceptions continued....

2009-03-10 Thread Tony Giaccone
it was mentioned to me that I hadn't mentioned in my earlier post that this was a Tapestry 4.1.5 problem. Also further diagnosis shows that there seems to be a problem with the @IF component. Here's the code the If is bound to: public boolean getDocHasFundCites() { boolean

Re: Random Exceptions continued....

2009-03-10 Thread Andreas Andreou
Probably Object valueObject = getDataSqueezer().unsqueeze(submittedValue); returns null That hidden value that you mention (If_16_0), is it always with no value? or just only when the exception is thrown? BTW, you can give names to your If components so that's it's easier to track which is which