Custom Wicket Accordion Panel using ExtJS

2011-11-08 Thread michen
I have found that there are some custom Wicket accordion panel based on DoJo, Prototype, YUI javascript framework, do we have a custom wicket accordion component based on ExtJS? -- View this message in context:

How to refresh frame2 with an Ajax submit button in frame1 for a page using frameset?

2012-01-24 Thread michen
Hi there, I am building a Wicket application with a frame layout, where leftFrame contains a form with an AjaxSubmit button displaying user search criteria, and rightFrame shows the search result. How can I code my onSubmit call for my AjaxSubmit button to refresh the rightFrame to show the

Re: How to refresh frame2 with an Ajax submit button in frame1 for a page using frameset?

2012-01-24 Thread michen
More specifically, I would like to refresh a grid table in my frame2 after submit button in frame1 is clicked. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-refresh-frame2-with-an-Ajax-submit-button-in-frame1-for-a-page-using-frameset-tp4326014p4326091.html

Re: How to refresh frame2 with an Ajax submit button in frame1 for a page using frameset?

2012-02-21 Thread michen
Thanks a lot for your information. I have modified my application to use frameless implementation, and the problem went away. -- View this message in context:

How to open BreadCrumbPanel from a context menu item instead of link

2012-02-21 Thread michen
Hi there, In my application, I would like to navigate through several breadcrumb panels through clicking context menu item. For example, in panel1, I have a result table, right click a context menu of a row in the table, I would like to open another panel2 in a breadcrumb fashion. Is there a