RE: Label component usage

2012-09-30 Thread Ken in Nashua
If I specify autoPagingContent as the for value... it gives same error asking for embedded component. whats the definition of an embedded component? Any ideas how to get around this? Should I just get rid of using the Labels ? kcola...@live.com From: kcola...@live.com To: users@tapestry.

Label component usage

2012-09-30 Thread Ken in Nashua
Folks, I am using the Label component to model some space maintainers in between the postions of components. kinda like filling up empty table columns ? to

block delegate usage

2012-09-30 Thread Ken in Nashua
Hi Folks, I am modeling a gallery in a template. This worked beautiful in T4. But for T5 I have the following: Gallery.TML (without showing all the code) I am receiving an error as follows error Template for component Home

Re: Generating link/url without RequestGlobals

2012-09-30 Thread Lance Java
It sounds like you might be able to benefit from some of the work that I had to do in tapestry-cometd. In this module, I'm able to handle a push from a non-web request and then send some data through tapestry's templating engine by faking a request / reponse and spoofing values into RequestGlobals.

Re: Generating link/url without RequestGlobals

2012-09-30 Thread trsvax
I would suggest that slurping up the HTML from a page is the easiest way to do this. Tapestry is one of the most sophisticated HTML generation systems out there and it's easy to call a URL with Java so why create some other template engine just to send email? Here is the service I use to send pages