Re: Panel not refreshed from ModalWindow via Ajax Button

2010-06-01 Thread jammyjohn

 Could any one help me in solving this issue

Jamuna.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Panel-not-refreshed-from-ModalWindow-via-Ajax-Button-tp2235354p2238945.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Panel not refreshed from ModalWindow via Ajax Button

2010-06-01 Thread Jeremy Thomerson
instead of all that replacing the entire contact panel, just trying changing
the model object that the panel is pulling the data from.  remove all the
replace stuff.  i think your bug might be somewhere in there, although i
haven't looked in enough detail to find it yet.

On Tue, Jun 1, 2010 at 12:56 PM, jammyjohn jchinnas...@yahoo.com wrote:


  Could any one help me in solving this issue

 Jamuna.
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Panel-not-refreshed-from-ModalWindow-via-Ajax-Button-tp2235354p2238945.html
 Sent from the Wicket - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Jeremy Thomerson
http://www.wickettraining.com


Re: Panel not refreshed from ModalWindow via Ajax Button

2010-06-01 Thread jammyjohn

Thanks for your reply. I first went in the direction of changing the model
object which did not work. Then I started using replacewith  which is still
a issue. 

Jamuna.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Panel-not-refreshed-from-ModalWindow-via-Ajax-Button-tp2235354p2239200.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Panel not refreshed from ModalWindow via Ajax Button

2010-06-01 Thread Jeremy Thomerson
On Tue, Jun 1, 2010 at 3:57 PM, jammyjohn jchinnas...@yahoo.com wrote:


 Thanks for your reply. I first went in the direction of changing the model
 object which did not work. Then I started using replacewith  which is still
 a issue.

 Jamuna.
 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/Panel-not-refreshed-from-ModalWindow-via-Ajax-Button-tp2235354p2239200.html
 Sent from the Wicket - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org


Next option is to create a quickstart that demonstrates this issue.  You
will either find your problem or else have something that will be easier for
us to try it out with.

-- 
Jeremy Thomerson
http://www.wickettraining.com


Panel not refreshed from ModalWindow via Ajax Button

2010-05-28 Thread jammyjohn

 contactLookup.setCloseButtonCallback(new ModalWindow.CloseButtonCallback(){
public boolean onCloseButtonClicked(AjaxRequestTarget target) { 
   
target.addComponent(feedback);
return true;
}
});
 

//adding panel to my parent html page...
My main html page as..  

tr wicket:id=contactPanel/tr

//adding lookup window to the page
div wicket:id=contactLookupWindow/div

Appreciate your help.
Jamuna



-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Panel-not-refreshed-from-ModalWindow-via-Ajax-Button-tp2235354p2235354.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org