Re: changing an external link to use https

2006-01-04 Thread Glen
uot;my.custom.MyDecoder" /> > > It's a hack, but might work. > > Cheers, > > Paul > > > On Jan 3, 2006, at 11:16 AM, Glen wrote: > > >>For reasons out of my control I have a webapp that runs on port >>8081 and >>has an SSL proxy/accele

Re: changing an external link to use https

2006-01-04 Thread Glen
gt; > It's a hack, but might work. > > Cheers, > > Paul > > > On Jan 3, 2006, at 11:16 AM, Glen wrote: > > >>For reasons out of my control I have a webapp that runs on port >>8081 and >>has an SSL proxy/accelerator in front of it on port

Re: changing an external link to use https

2006-01-03 Thread Glen
ook so funky, but since > you're using external links that shouldn't be a problem. > > --- Pat > > >>-Original Message- >>From: Glen [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, January 03, 2006 10:16 AM >>To: tapestry-user@jakarta.apache.

Re: changing an external link to use https

2006-01-03 Thread Glen
pplication try to sort out what should, and should not, go > out over https. > > The only issue with Tapestry is that it's sometimes awkward to use > pattern matching with tapestry urls because they look so funky, but since > you're using external links that shouldn

changing an external link to use https

2006-01-03 Thread Glen
For reasons out of my control I have a webapp that runs on port 8081 and has an SSL proxy/accelerator in front of it on port 443. What I am seeing is that when the request comes in from the proxy if the url in the browser is https://myserver.com:443... The url for my external link and redirects i

what is the annotation to inject a service...

2005-12-16 Thread Glen
I want to inject the Tapestry.EXTERNAL_SERVICE into my page with something like this.. @InjectX( Tapestry.EXTERNAL_SERVICE ) public abstract IEngineService getExternalService(); What is the annotation type needed to inject a service?

Re: ILink or IPage

2005-12-16 Thread Glen
I have just implemented redirect on update functionality (I am converting an existing webapp to tapestry and need this) which turns out to cover these two topices. An ILink will cause a redirect url to be sent to the browser (via HttpServletResponse.sendRedirect()). An IPage will be rendered in th

Re: DirectLink to a listener in a different page

2005-12-13 Thread Glen
I don't see an IListener interface in tapestry 4.0 are you referring to the IActionListener interface? Ron Piterman wrote: > what about implementing an IListener which does just that, and then > passing the directLink this listener, instead of a tapestry > proxy-to-a-method? &

DirectLink to a listener in a different page

2005-12-12 Thread Glen
OrderPage instance. This works fine I am just trying to do this with less plumbing... Is it possible to have @DirectLink go directly to OrderPage without having to call a listener in CustomerPage? thanks, Glen PS I am using Tapestry 4 rc 1

Re: adding a custom Type converter

2005-12-09 Thread Glen
(ClassNotFoundException e) > { throw new IllegalArgumentException("Unable to parse > squeezed ID " + s, e); } > > return HibernateHelper.fromId((Class DomainObject>) type, id); > } > } > > Then add this to your hivemodule.xml: > >

adding a custom Type converter

2005-12-09 Thread Glen
I am converting a pre-existing webapp to use Tapestry 4.0. It uses hibernate for the business objects and long's for the uid's on those objects. I would like to use tapestry to coerce from the uid as a string into the actual business object Ultimately what I want to be able to do is to write a d

Re: Choosing Tapestry

2005-08-17 Thread Glen Stampoultzis
PS: Hope I will have time this week and add documentation to my comparison and publish it. Konstantin Ignatyev Hope you have time. I'd be very interested in a detailed comparison. Wouldn't hurt to show comparisons on the Tapestry website come to think of it. Rega

Re: Parameterized Link Submit Component???

2005-08-15 Thread Glen Stampoultzis
So, has anyone written a parameterized SubmitLink? Or has thoughts about how to create one? Is this what you're after? http://www.jroller.com/page/gstamp/20050514 Maybe I should put it up on Tassel Regards, glen -

ANN: Tapestry Watch Web Log

2005-08-14 Thread Glen Stampoultzis
I've started a weblog called Tapestry Watch for Tapestry related news items. You can reach it at this URL: http://www.jroller.com/page/tapestrywatch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Unifying Insert and InsertText

2005-05-14 Thread Glen Stampoultzis
+1 too many components that do almost the same thing just causes confusion Vjeran Marcinko wrote: Hi. What do people think about unifying Insert and InsertText ? Actually, I mean adding InsertText functionality to Insert? I hope they are not so incompatibile for that ...Simplier and less confusion