Hello,
I'm facing an issue that it's really driving me crazy.

Here it is a brief explanation:

I have a component from one of my WO framework: EditAssignmentPage.
I was not touching it anymore, since my focus moved to other components of
my WO framework as well.
I did few changes to my framework, added components, modified EOModel, etc.

Few days ago I was wondering to change something on EditAssignmentPage
Component. I opened it and /magically/ it just modified itself.

I soon noticed issues in the java file, since an ERXDisplayGroup lost his
parametrization.
After few looks I noticed too, that woo file automatically changed from
something like this:
--
{
   "WebObjects Release" = "WebObjects 5.0";
   encoding = NSUTF8StringEncoding;
    variables = {
         offeringGroup = { ... };
         scriptDisplayGroup = { ... };
        submissionProfileDisplayGroup = { ... };
...
--

to something similar, but different:
--
{
   "WebObjects Release" = "WebObjects 5.0";
   encoding = NSUTF8StringEncoding;
    variables = {
         offeringGroup = { ... };
...
--


Is there a logical explanation of why is this happening?



Luckly, I committed EditAssignmentPage in a consi
stent state, but I can start to modify component since it runs to
inconsistent version.

Any ideas?

Thank you for reading (and hopefully for answering).

-- 
Filippo Lauria
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to