Hi
Im trying to upgrade from 5.1 to 5.2. This includes moving from the deprecated URLRewriting to LinkTransformer. Igors blog post has mostly explained everything. But I couldnt find out about the forForm parameter, when creating a Link with ComponentEventLinkEncoder.createComponentEventLink. I cant get it neither from ComponentEventRequestParameters nor from Link. This is my code: public Link transformComponentEventLink(Link link, ComponentEventRequestParameters parameters) { // TODO boolean forForm not set properly return componentEventLinkEncoder.createComponentEventLink( new ComponentEventRequestParameters( activePageName, containingPageName == null ? activePageName : containingPageName, nestedComponentId == null ? "" : nestedComponentId, eventType == null ? "" : eventType, activationContext, eventContext), ??? ); } Many thanks Jens -- Jens Reufsteck