Re: Treating a Component Like a Form Field

2008-10-09 Thread Thiago H. de Paula Figueiredo
Em Wed, 08 Oct 2008 16:26:30 -0300, Keith Bottner <[EMAIL PROTECTED]> escreveu: Do you have an example of this working. I have been going around and around and have not been able to get this to work, so I was hoping there was some code you wouldn't mind sharing that demonstrates this workin

Re: Treating a Component Like a Form Field

2008-10-08 Thread Keith Bottner
Do you have an example of this working. I have been going around and around and have not been able to get this to work, so I was hoping there was some code you wouldn't mind sharing that demonstrates this working. Thanks in advance, Keith On Oct 7, 2008, at 2:07 PM, Thiago H. de Paula Fig

RE: Treating a Component Like a Form Field

2008-10-08 Thread Blower, Andy
riginal Message- > From: Jonathan Barker [mailto:[EMAIL PROTECTED] > Sent: 07 October 2008 21:18 > To: 'Tapestry users' > Subject: RE: Treating a Component Like a Form Field > > > Yup, completely. > > This is just an issue of getting @Parameter working properl

RE: Treating a Component Like a Form Field

2008-10-07 Thread Jonathan Barker
; > > >> -Original Message- > >> From: Keith Bottner [mailto:[EMAIL PROTECTED] > >> Sent: Tuesday, October 07, 2008 14:59 > >> To: Tapestry users > >> Subject: Re: Treating a Component Like a Form Field > >> > >> I have used @

Re: Treating a Component Like a Form Field

2008-10-07 Thread Keith Bottner
component? Is it just that it gets used in a number of places, or was there another reason? Jonathan -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 14:59 To: Tapestry users Subject: Re: Treating a Component Like a Form Field I have

RE: Treating a Component Like a Form Field

2008-10-07 Thread Jonathan Barker
ottner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 07, 2008 14:59 > To: Tapestry users > Subject: Re: Treating a Component Like a Form Field > > I have used @Parameter before but never like this. I am unsure how > this would work. > > Right now inside of my component

Re: Treating a Component Like a Form Field

2008-10-07 Thread Thiago H. de Paula Figueiredo
Em Tue, 07 Oct 2008 15:58:34 -0300, Keith Bottner <[EMAIL PROTECTED]> escreveu: I have used @Parameter before but never like this. I am unsure how this would work. When you set a field that is a parameter, the bound page property is also set. A parameter in Tapestry is not just an in para

Re: Treating a Component Like a Form Field

2008-10-07 Thread Keith Bottner
I have used @Parameter before but never like this. I am unsure how this would work. Right now inside of my component I have a field named selection and I have a public getter and setter so that I can retrieve this value from within the page that is using the component. I also have a @Proper

Re: Treating a Component Like a Form Field

2008-10-06 Thread Thiago H. de Paula Figueiredo
Em Mon, 06 Oct 2008 18:03:13 -0300, Keith Bottner <[EMAIL PROTECTED]> escreveu: I created a custom component for displaying a selection list of countries. However, I have found that the only way for me to retrieve what the selection is from the component is to declare a @Component to that