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 config

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 be

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

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]>: So

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 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 w

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: Malin Ljungh wrote: > - How do I apply the required validator to the Date2? > > > I tried this: > > value="validators:required,bean:minDate"/> --

Re: Input dates validator

2006-06-17 Thread Malin Ljungh
Hi again! My mistake! Yes, I did the translator binding but I forgot to change the datatype from String to Date in my page-class. I works!!! Thanks a lot guys, especially Paul, it would have taken me weeks to come up with this. Two issues left: - How do I apply the required validator to the Dat

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 c

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 wonder

Re: Input dates validator

2006-06-17 Thread Malin Ljungh
Thank you Paul!!! I'll try that immedeately! Malin On 6/16/06, Paul Ferraro <[EMAIL PROTECTED]> wrote: This should work: Paul Malin Ljungh wrote: > Hi all, > > I'm a newbie and just too tired think right now. Please help me :) > > I have a fo

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 when using the Shell component in Tap 4.0/5.0 ?

Shell Component & JavaScript

2006-06-17 Thread hv @ Fashion Content
Have anyone thought about supporting classic JavaScript include statements in the when using the Shell component in Tap 4.0/5.0 ? I wouldn't mind doing some work on supporting it, but I am not quite sure how it would be done best. ... ... Would work nicely, but only support a single scri

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 applicati