Re: Nested form submission quirk/anomaly

2008-05-17 Thread Timo Rantalaiho
On Fri, 16 May 2008, Ritz123 wrote:
 I have a submit button on the main form and have a debug statement printed
 to indicate the form was submitted. Surprisingly there is no output both on
 onsubmit of the button as well as on the form, indicating neither I getting
 called. I put debug statements inside individual forms too to see if any one
 of them was getting submitted. But thats not happening either. When hit
 save, the page comes back and shows filled values.

It sounds like there are conversion or validation errors on
some of the forms. Put a FeedbackPanel on the page and you
should be able to see them.

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations OyURL: http://www.ri.fi/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Nested form submission quirk/anomaly

2008-05-17 Thread Ritz123

I do have component filtered feedback panel and it does display the errors.
But I guess I will put no filter feedback panel and see if that is the case.



Timo Rantalaiho wrote:
 
 On Fri, 16 May 2008, Ritz123 wrote:
 I have a submit button on the main form and have a debug statement
 printed
 to indicate the form was submitted. Surprisingly there is no output both
 on
 onsubmit of the button as well as on the form, indicating neither I
 getting
 called. I put debug statements inside individual forms too to see if any
 one
 of them was getting submitted. But thats not happening either. When hit
 save, the page comes back and shows filled values.
 
 It sounds like there are conversion or validation errors on
 some of the forms. Put a FeedbackPanel on the page and you
 should be able to see them.
 
 Best wishes,
 Timo
 
 -- 
 Timo Rantalaiho   
 Reaktor Innovations OyURL: http://www.ri.fi/ 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Nested-form-submission-quirk-anomaly-tp17287190p17295158.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Nested form submission quirk/anomaly

2008-05-16 Thread Ritz123
div
/div
/div
div
div
Address1:nbsp;
input value=12343  maxlength=100 type=text
name=shippingAddressPanel:addressForm:parentContainer:address1Border:address1/
/div
div
/div
/div
div
Address2:nbsp;
input value= maxlength=100 type=text
name=shippingAddressPanel:addressForm:parentContainer:address2/
/div
div
div
City:nbsp;
input value=test maxlength=100 type=text
name=shippingAddressPanel:addressForm:parentContainer:cityBorder:city/
/div
div
/div
/div
div
div
Zipcode/Postal Code:nbsp;
input value=95051 maxlength=15 type=text
name=shippingAddressPanel:addressForm:parentContainer:postalCodeBorder:postalCode/
/div
div  
/div
/div
div
div
State/Province:nbsp;
select
name=shippingAddressPanel:addressForm:parentContainer:stateBorder:stateProvinceGeoIdoption
value=Select a state/option
option value=AAArmed Forces Americas/option
option value=AEArmed Forces Europe/option
option selected=selected value=AKAlaska/option/select
/div
div
/div
/div
div
div   
Country:nbsp;
select
name=shippingAddressPanel:addressForm:parentContainer:countryBorder:countryGeoIdoption
value=Select a country/option
option selected=selected value=USAUnited States/option
/select   
/div
div
/div
/div
/div
div
Address:nbsp;
select
name=shippingAddressPanel:addressForm:contactMechId onchange=var
wcall=wicketAjaxPost('?wicket:interface=:9:userRegistrationForm:shippingAddressPanel:addressForm:contactMechId:5:IBehaviorListener:0:',
wicketSerialize(Wicket.$('contactMechId28')),null,null, function() {return
Wicket.$('contactMechId28') != null;}.bind(this));
id=contactMechId28option value=NewAdd New Address/option
/select

/div
/div
/div
input value=Save type=submit name=submitButton
id=submitButton29/
/form
-- 
View this message in context: 
http://www.nabble.com/Nested-form-submission-quirk-anomaly-tp17287190p17287190.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]