See the title. That's what's happening. Same behavior in 10.3.8 and 10.3.9 using WebObjects 5.2.3. In a project I'm designing, a WOHyperlink in Main.wo to another component calls a function in one of my EOF-generated Java classes. This throws an exception about a Key Value not existing, despite the fact that, indeed, it does. I even recreated my EOModel and imported it into the project again. Same thing.
At this point, I'm thinking it's probably a bug in my code somewhere, so I close that project and make a new project for the Direct To Web tutorial in the documentation. Everything builds fine, Main loads, I click login... and another exception is thrown. This is in the tutorial, without any modifications.
In both cases, the Main component works fine, and WO only throws an exception when going to a new component.
Anyone have any idea what's going on or how to correct the situation?
At this point, I'm thinking it's probably a bug in my code somewhere, so I close that project and make a new project for the Direct To Web tutorial in the documentation. Everything builds fine, Main loads, I click login... and another exception is thrown. This is in the tutorial, without any modifications.
In both cases, the Main component works fine, and WO only throws an exception when going to a new component.
Anyone have any idea what's going on or how to correct the situation?