|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Error -channnel busy ..postponingHello,
I have a Modal dialog box which has form which submits certain data. There are certain roles which the user can select in the drop down and click on the AJAXSumbitLink SAVE and this would populate a grid on the parent page. Now user can do this operation ie AJAX save multiple times, hence I cannot disable the save link and it has to be AJAX call. But the second time when IO cave , I get channnel busy ..postponing This is happenning in Firefox Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16 2 questions 1) What is this error and how to resolve this ? 2) Is this problem specific to dialog box? A quick reply is really appreciated. Regards, Arun Wagle |
|
|
Re: Error -channnel busy ..postponingThe postponing message should only be visible in ajax log. It only
says that another request is in progress so the current one is postponed until the previous one finishes. -Matej On Mon, Jul 21, 2008 at 8:16 PM, Arun Wagle <arunwagle123@...> wrote: > > Hello, > > I have a Modal dialog box which has form which submits certain data. > There are certain roles which the user can select in the drop down and click > on the AJAXSumbitLink SAVE and this would populate a grid on the parent > page. > > Now user can do this operation ie AJAX save multiple times, hence I cannot > disable the save link and it has to be AJAX call. > > But the second time when IO cave , I get channnel busy ..postponing > This is happenning in Firefox Mozilla/5.0 (Windows; U; Windows NT 5.1; > en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16 > > > 2 questions > 1) What is this error and how to resolve this ? > 2) Is this problem specific to dialog box? > > A quick reply is really appreciated. > > Regards, > Arun Wagle > -- > View this message in context: http://www.nabble.com/Error--channnel-busy-..postponing-tp18574462p18574462.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Error -channnel busy ..postponingHello,
But in the second submit, I am not able to invoke save the modified data again. It does nothing. How should I handle this if I have to do multiple submit one after another immediately ? Can you suggest some solution ? Regards, Arun Wagle
|
|
|
Re: Error -channnel busy ..postponingYou should be able to do the submit as soon as the previous one is
processed. You can't process two requests for same page in wicket in parallel. -Matej On Mon, Jul 21, 2008 at 9:01 PM, Arun Wagle <arunwagle123@...> wrote: > > Hello, > > But in the second submit, I am not able to invoke save the modified data > again. > It does nothing. > > How should I handle this if I have to do multiple submit one after another > immediately ? > > Can you suggest some solution ? > > > > Regards, > Arun Wagle > > Matej Knopp-2 wrote: >> >> The postponing message should only be visible in ajax log. It only >> says that another request is in progress so the current one is >> postponed until the previous one finishes. >> >> -Matej >> >> On Mon, Jul 21, 2008 at 8:16 PM, Arun Wagle <arunwagle123@...> >> wrote: >>> >>> Hello, >>> >>> I have a Modal dialog box which has form which submits certain data. >>> There are certain roles which the user can select in the drop down and >>> click >>> on the AJAXSumbitLink SAVE and this would populate a grid on the parent >>> page. >>> >>> Now user can do this operation ie AJAX save multiple times, hence I >>> cannot >>> disable the save link and it has to be AJAX call. >>> >>> But the second time when IO cave , I get channnel busy ..postponing >>> This is happenning in Firefox Mozilla/5.0 (Windows; U; Windows NT 5.1; >>> en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16 >>> >>> >>> 2 questions >>> 1) What is this error and how to resolve this ? >>> 2) Is this problem specific to dialog box? >>> >>> A quick reply is really appreciated. >>> >>> Regards, >>> Arun Wagle >>> -- >>> View this message in context: >>> http://www.nabble.com/Error--channnel-busy-..postponing-tp18574462p18574462.html >>> Sent from the Wicket - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > -- > View this message in context: http://www.nabble.com/Error--channnel-busy-..postponing-tp18574462p18575300.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free Forum Powered by Nabble | Forum Help |