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
: [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'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 implemente

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