|
Hello Folks,
I just ran into a problem with a project that I
migrated from NetD 4 to NetD 5 service pack 2. It's a real simple application.
On one occasion using an href, I was placing three fields into a dataobject from
page A going to page B. On another occasion using a button, I was doing the same
thing. Everything worked fine the first time through. Page A is a list page, and
page B is a detail page. After hitting the back button, and returning to page B,
then clicking on another href in the list, I get no data.
The way I fixed it was to execute a
clearDynamicCriteria() method on the dataobject in the
onAfterDataObjectExecuteEvent. Prior to doing this, I didn't have a handle to
the dataobject, so I wasn't doing anything unusal in the dataobject prior to
displaying.
This turned out to be a simple fix for this
application, but I'm now concerned about the larger applications that we'll be
migrating. Has anyone run across this?
Thanks,
Roger W Barnes
COAD Solutions
|
