RE: component-binding/property side-effect (T4)

2006-07-01 Thread Shing Hing Man
iginal Message- > From: Lukas Ruetz [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 01, 2006 8:26 AM > To: users@tapestry.apache.org > Cc: [EMAIL PROTECTED] > Subject: Re: component-binding/property side-effect > (T4) > > Hi Henrik! > > Yes, I'm using sessi

RE: component-binding/property side-effect (T4)

2006-07-01 Thread Shing Hing Man
iginal Message- > From: Lukas Ruetz [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 01, 2006 8:26 AM > To: users@tapestry.apache.org > Cc: [EMAIL PROTECTED] > Subject: Re: component-binding/property side-effect > (T4) > > Hi Henrik! > > Yes, I'm using sessi

Re: component-binding/property side-effect (T4)

2006-07-01 Thread Lukas Ruetz
in object" from your value > object using the constructor. > > -Original Message- > From: Lukas Ruetz [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 01, 2006 8:26 AM > To: users@tapestry.apache.org > Cc: [EMAIL PROTECTED] > Subject: Re: component-binding/prop

RE: component-binding/property side-effect (T4)

2006-07-01 Thread James Carman
01, 2006 8:26 AM To: users@tapestry.apache.org Cc: [EMAIL PROTECTED] Subject: Re: component-binding/property side-effect (T4) Hi Henrik! Yes, I'm using sessions (comes from the authentication). But again - I'm doing nothing special - I just want a component to set attributes of a domain-

Re: component-binding/property side-effect (T4)

2006-07-01 Thread Lukas Ruetz
Hi Henrik! Yes, I'm using sessions (comes from the authentication). But again - I'm doing nothing special - I just want a component to set attributes of a domain-object with values from a form. The object is provided by a parameter. Normally the attributes can be bound to the form-fields. But as

Re: component-binding/property side-effect (T4)

2006-07-01 Thread hv @ Fashion Content
Hmm, could you describe the situation a bit more. Are you using sessions or not ? It sounds like you are trying to break the encapsulation of the component. Are you looking to have an object attached to the page which is accessed by the component and presented as a component getter ? I can't thin