Re: Deep linking to tapestry pages from jps. Conversion

2008-10-27 Thread Ian Petzer
. > Although it is essentially a "marketing" problem and most developers > struggle with marketing. > > Cheers > > Russell > > -Original Message- > From: Borut Bolčina [mailto:[EMAIL PROTECTED] > Sent: 24 October 2008 21:04 > To: Tapestry users > Subje

RE: Deep linking to tapestry pages from jps. Conversion

2008-10-27 Thread Russell Brown
marketing. Cheers Russell -Original Message- From: Borut Bolčina [mailto:[EMAIL PROTECTED] Sent: 24 October 2008 21:04 To: Tapestry users Subject: Re: Deep linking to tapestry pages from jps. Conversion Hi, it would be great if there was also a JSP transition guide. We have a large JSP a

Re: Deep linking to tapestry pages from jps. Conversion

2008-10-24 Thread Borut Bolčina
Hi, it would be great if there was also a JSP transition guide. We have a large JSP application at the moment and my intention is to replace it gradually with Tapestry 5. Any advice on how to do it *the right way* would be more than welcome! Regards, Borut 2008/10/24 Howard Lewis Ship <[EMAIL PR

Re: Deep linking to tapestry pages from jps. Conversion

2008-10-24 Thread Howard Lewis Ship
For deep linking purposes, could you pass the information as normal query parameters? You could then @Inject the Request object to retrieve those values. You can also use the ContextValueEncoder service to decode them to appropriate types. This work would be done in the page's activate event handl

Deep linking to tapestry pages from jps. Conversion

2008-10-23 Thread Ian Petzer
Hi, We are busy converting our Struts/Tiles based application to Tapestry. Until this is complete I have am required to generate links to the new Tapestry pages correctly from the jsp pages. Normally this isn't a problem as I used the url pattern of: PARAM3 Now, please consider the situation