| Hello All; I have more information after playing with this all night. :) I can comment out all of the package clauses in my classes and the application functions. I put the package declarations back in and I get an error about two protected variables in my LoginPage (aFormKey, etc). All of the classes are part of the package so should have access to these protected variables. I do not get a stack trace from the application when it encounters this error. All I get is that a property aFormKey, _aFormKey, etc does not exist. If I change the protected keyword to public then the application will load, but then the main page reloads and does not attempt to access it's Direct Action. I think the protected keyword is causing the issue, but I am not sure how to resolve it. I am guessing the reflection is trying to get the value of the protected variable and cannot because it is not part of the main package. So, should I not include my components in the application package com.psgs.dwtm? Thanks Don On Sep 11, 2006, at 10:11 PM, Don Lindsay wrote: Yes, I see session info and if I debug I see the DispatchRequest action in the application is being run. |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
