[T5] FormFragment and Radio Button - hidden Fragment still validated? (5.0.13)

2008-08-03 Thread Lutz Hühnken
Hi, I'm trying to use a FormFragment triggered by a Radio Button. Obviously, other people have done this before and ran into issues, see http://www.nabble.com/Form-fragments-and-radio-buttons-td16493007.html#a16493007 and https://issues.apache.org/jira/browse/TAPESTRY-2261 Having read that, I was

Re: [T5] FormFragment doesn't work on IE6

2008-03-29 Thread Adam Zimowski
ox onchange event only toggles the visibility of the fragment. > There should be another line that toggels the hidden field value as > well. > > > -Original Message- > From: Adam Zimowski [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, March 27, 2008 4:10 PM >

RE: [T5] FormFragment doesn't work on IE6

2008-03-28 Thread Zheng, Xiahong
Thursday, March 27, 2008 4:10 PM To: Tapestry users Subject: Re: [T5] FormFragment doesn't work on IE6 I recently posted e-mail to this list on this exact same topic. Here is that post: Per documentation, FormFragment decides if its content should be submitted based on the hidden field [form

Re: [T5] FormFragment doesn't work on IE6

2008-03-27 Thread Adam Zimowski
ntById('addPositionFragment:hidden').value=tru > e" > fragment="addPositionFragment"/> > > Is this a bug or by design? > > > > -Original Message- > From: Zheng, Xiahong > Sent: Thursday, March 27, 2008 2:24 PM >

RE: [T5] FormFragment doesn't work on IE6

2008-03-27 Thread Zheng, Xiahong
on the checkbox that toggles the value of the above field, it starts to work Is this a bug or by design? -Original Message- From: Zheng, Xiahong Sent: Thursday, March 27, 2008 2:24 PM To: Tapestry users Subject: RE: [T5] FormFragment doesn't work on IE6 I am not

RE: [T5] FormFragment doesn't work on IE6

2008-03-27 Thread Zheng, Xiahong
[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 1:39 PM To: Tapestry users Subject: Re: [T5] FormFragment doesn't work on IE6 That could be by design. If your fragment is hidden values won't be submitted. If it's shown, they should be submitted and I never had this problem as they do sub

Re: [T5] FormFragment doesn't work on IE6

2008-03-27 Thread Adam Zimowski
age- > From: Adam Zimowski [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2008 1:01 PM > To: Tapestry users > Subject: Re: [T5] FormFragment doesn't work on IE6 > > I think there is an issue, although it works partially. If you click > on the checkbox it doesn&#

RE: [T5] FormFragment doesn't work on IE6

2008-03-27 Thread Zheng, Xiahong
I am seeing another problem; On submit from the fragment, I don't get any input values bound to the fragment fields. Has anybody seen it? -Original Message- From: Adam Zimowski [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 1:01 PM To: Tapestry users Subject: Re

Re: [T5] FormFragment doesn't work on IE6

2008-03-27 Thread Adam Zimowski
I think there is an issue, although it works partially. If you click on the checkbox it doesn't slide the fragment down. However, a subsequent click anywhere on the page will slide it down causing the process and checkbox to be out of sync. I implemented my own toggle functionality so it wasn't tha

RE: [T5] FormFragment doesn't work on IE6

2008-03-27 Thread Zheng, Xiahong
Anybody tested formfragment/mixin on IE6? I could not get the fragment to show on IE6. It does work on firefox however. Is this a known issue or am I missing something? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

T5 : FormFragment

2008-03-14 Thread Stephane Decleire
I would like to have a FormFragment but based on what the user has filled before instead of a CheckBox in order to implement things like dependant dropdown boxes. Is that possible with the last version of Tapestry or should i wait for a best integration of Ajax in Tapestry Form ? Stephane.

T5 : FormFragment without Checkbox

2008-03-13 Thread Webmaster Fée du Logis
According to Tapestry documentation, FormFragment can easily be controlled using a Checkbox and a TriggerFragment mixin. But is it possible to trigger the FormFragment on event from TextField, Select, Radio, .. ? Thanks in advance. Stephane