I am curious as to why some of our apps pages have names in the URLS versus
having numbers. For the 2 URLs below I know the following information:

http://.../MyApp.woa/wo/jSqTyatWIqpJ4hDSl1pPOM/0.AdminLogin.3.44.1.1.2

http://.../MyApp.woa.woa/wo/jSqTyatWIqpJ4hDSl1pPOM/1.0.0.24.0.1.2.1.1.0.0

jSqTyatWIqpJ4hDSl1pPOM = WO session id

0.AdminLogin = 0 is the page in the page cache, AdminLogin is the name of a
component that uses a WOComponentContent to embed other pages.

1.0.0.24.0.1.2.1.1.0.0 = 1 is the second page in the page cache, the other
numbers represent a different component also wrapped inside a WOComponent
that uses a WOComponentContent

Why does the second URL have numbers versus string names? I have found that
if we provide the HTML name as a binding we get a nice string name instead
of an object graph notation. Is there some attribute we can change on all
WOComponents to avoid generating the object graph notation? It makes it very
difficult to build test scripts that can change.

Thanks in advance for any insights

Dov Rosenberg
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to