Using tapestry rendering engine to generate emails outside of the container

2006-06-17 Thread Numa Schmeder
Hello, I am on tapestry 3 but switching to tapestry 4. I would like to use tapestry templating-component system to generate html and text emails. I was wondering how could that be done. Especially if i want to send them outside a web container, how can i initialize a tapestry

Re: Shell Component JavaScript

2006-06-17 Thread Jesse Kuhnert
The @Shell component supports a delegate parameter, which will allow you to render anything you want. On 6/17/06, hv @ Fashion Content [EMAIL PROTECTED] wrote: Have anyone thought about supporting classic JavaScript include statements in the head when using the Shell component in Tap 4.0/5.0 ?

Re: Input dates validator

2006-06-17 Thread Malin Ljungh
OK, I tried it... I think I'm close but I get this: Error initializing property minDate of bean 'minDate' (of component EditEvent): Error converting value for initializer of property minDate: No type converter for type java.util.Date is available. EditEvent is the name of my page. Also, I

Re: Input dates validator

2006-06-17 Thread Jesse Kuhnert
Did you also do the translator binding? On 6/17/06, Malin Ljungh [EMAIL PROTECTED] wrote: OK, I tried it... I think I'm close but I get this: Error initializing property minDate of bean 'minDate' (of component EditEvent): Error converting value for initializer of property minDate: No type

Re: Input dates validator

2006-06-17 Thread Bryan Lewis
On your question about the 'required' validator... the syntax that's been working for me in such a case is: binding name=validators value=validators:required,$minDate/ Malin Ljungh wrote: - How do I apply the required validator to the Date2? I tried this: binding

Re: how to subscribe

2006-06-17 Thread Rui Pacheco
We got your message. I think you've subscribed sucessfully. On 6/18/06, hv @ Fashion Content [EMAIL PROTECTED] wrote: I have tried to subscribe to the lists a couple of times, but I guess something has changed I keep getting a reply This is a permanent error; I've given up. Sorry it didn't

how to subscribe

2006-06-17 Thread hv @ Fashion Content
I have tried to subscribe to the lists a couple of times, but I guess something has changed I keep getting a reply This is a permanent error; I've given up. Sorry it didn't work out. [EMAIL PROTECTED]: Sorry, no mailbox here by that name. (#5.1.1) ??? Henrik

Re: how to subscribe

2006-06-17 Thread Galam
try [EMAIL PROTECTED] On 6/17/06, hv @ Fashion Content [EMAIL PROTECTED] wrote: I have tried to subscribe to the lists a couple of times, but I guess something has changed I keep getting a reply This is a permanent error; I've given up. Sorry it didn't work out. [EMAIL PROTECTED]:

3 field date component

2006-06-17 Thread Phillip Rhodes
I am writing a 3 field date component. The component allows the user to select the month/date/year from select boxes for their birth date. Couple of questions: 1) Has anyone already created such a component? 2) Because I have 3 input fields bound to 3 properties in my component, what would

3 field date component

2006-06-17 Thread spamsucks
I am writing a 3 field date component. The component allows the user to select the month/date/year from select boxes for their birth date. Couple of questions: 1) Has anyone already created such a component? 2) Because I have 3 input fields bound to 3 properties in my component, what would

Re: Tapestry/Acegi Integration...

2006-06-17 Thread Scott Russell
Hi James, I took a look at the Tapestry-Acegi integration project at http://www.carmanconsulting.com/tapestry-acegi/ . It looks very nice, certainly a cleaner integration than what I have used before. I am just wondering how complete it is. Looking through the code, it appears that the