On Wed, Feb 02, 2005 at 07:30:59PM +0100, Carsten Ziegeler wrote: > Currently we have two sitemap components, the jxtg and the forms > transformer, that are able to evaluate dynamic expressions. > Today I found out, that even these two components use different > identifiers: for example if you want to access the continuation id, you > use "cocoon/continuation/id" in jxtg. But this doesn't work in the forms > transformer. There you have to use "continuation/id". And the annoying > part is that this last expression works in jxtg but is deprecated. > I think this is really confusing. > > So, anyone against using the same object model in these components? This > means introducing the "cocoon" object in the forms transformer and at > the same time deprecating the access without the cocoon object.
No problem. It would be much better to have them match. Just follow the normal deprecation cycle for such a change. --Tim Larson
