Nope I am not getting an error in the ajax debug. From what I can see the popup is sending back the correct value when I go through my normal steps but when I have the feedback panel come up and then bring up the popup I am allowed to select my choice but the popupmodal window is sending back a blank value. I wonder why. I am really stumped on this one. Any help would be greatly appreciated.
T Mr Mean wrote: > > Can you take a look in the ajax debug window to see if you get an error? > > Maurice > > On Mon, Apr 14, 2008 at 4:35 PM, taygolf <[EMAIL PROTECTED]> wrote: >> >> Hey guys. I am not sure that this has anything to do with the feed back >> panel >> or not but I wanted to mention it. >> >> Here is what I have. I have a modal window with required textfields in >> it. >> The textfields have another modal window that creates a 'popup' and the >> user >> selects the value they want entered into the requiredtextfield. >> >> When the user opens the first modal window they see the required >> textfields. >> when they click on the button to open the second modal window the user >> sees >> their options in a select list. They select one and hit submit and the >> textfield is populated with their choice vie ajax. >> >> The problem I have is what happens when the user trys to submit the >> first >> modal window with out filling out the required textfield. I have a >> feedback >> panel that popups up and tells the user that the must selct a user name. >> >> After the feedback panel is shown the user will click on the button to >> show >> second modal window. Again their choices appear in a modal window. They >> can >> select one and hit submit just like before but this time the textfield >> is >> not populated. >> >> So the question is why does it do this. It works great until there is an >> error in the modal window and then everything goes to hell. I have to >> require the testfield so I can not just remove the requirement. What is >> the >> problem here. I am sure it is something simple I have over looked >> >> Thanks >> >> T >> -- >> View this message in context: >> http://www.nabble.com/MOdal-window-feedback-panel-something-strange-is-going-on-tp16678101p16678101.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] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/MOdal-window-feedback-panel-something-strange-is-going-on-tp16678101p16700355.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]
