Re: [t5.1.0.2] Migration problem as LinkFactory is no longer present

2009-04-09 Thread Dave Greggory
3:02:27 PM Subject: Re: [t5.1.0.2] Migration problem as LinkFactory is no longer present Hi Dave, I should be committing some changes to the new URL Rewriting support shortly (updating documentation at the moment); I'll be very curious to see if the api changes (note: this is an "a

Re: [t5.1.0.2] Migration problem as LinkFactory is no longer present

2009-04-09 Thread Dave Greggory
Subject: RE: [t5.1.0.2] Migration problem as LinkFactory is no longer present If you want to do the equivalent in 5.1 then you'll need to extend ComponentEventLinkEncoderImpl and override any methods you want to change. Alternatively (since the decoding is now in here rather than in the Dis

Re: [t5.1.0.2] Migration problem as LinkFactory is no longer present

2009-04-09 Thread Robert Zeigler
Hi Dave, I should be committing some changes to the new URL Rewriting support shortly (updating documentation at the moment); I'll be very curious to see if the api changes (note: this is an "alpha" feature, still subject to api change until 5.1 is declared "final") will allow you to do w

RE: [t5.1.0.2] Migration problem as LinkFactory is no longer present

2009-04-09 Thread Blower, Andy
hod, new MethodAdviceDecodePageRenderRequest(componentClassResolver, contextPathEncoder)); } > -Original Message- > From: Dave Greggory [mailto:davegregg...@yahoo.com] > Sent: 09 April 2009 19:24 > To: Tapestry users > Subject: [t5.1.0.2] Migration problem as LinkFactory is no

[t5.1.0.2] Migration problem as LinkFactory is no longer present

2009-04-09 Thread Dave Greggory
We needed to contribute a custom version of LinkFactory to meet a business need. I realize that it was internal and was subject to change, but now that there is no LinkFactory present in 5.1 I would like some help figuring out how to implement the same functionality. We need to be able to spec