Re: Tab panel child

2009-07-21 Thread Gerald Fernando
Hi martin, this is my code. now i have to insert separate page for each tab. these pages includes one for data grid and one page for ajax example ane page for component. shall we insert a page in to the tab?is it possible?if so tell me how to do it. i used setResponsePage();but it shows error that

Re: Tab panel child

2009-07-21 Thread Martin Makundi
Hi! No, not page into tab. Just panel. Here TabPanel1...3 are your grid, etc. content panels. Into the content panel you put the grid or whatever you want. ** Martin 2009/7/21 Gerald Fernando gerald.anto.ferna...@gmail.com: Hi martin, this is my code. now i have to insert separate page for

Re: Tab panel child

2009-07-21 Thread Gerald Fernando
then how can reuse it in another page??? can you compare Adobe Flex and Apache wicket. am Expecting your reply ThanksRegards, Gerald A On Tue, Jul 21, 2009 at 11:52 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! No, not page into tab. Just panel. Here TabPanel1...3 are

Re: Tab panel child

2009-07-21 Thread Martin Makundi
then how can reuse it in another page??? Panel can be put anywhere. You can put Panel into Page or Panel into AnotherPanel and so on. TabPanel1 | + add(new GridPanel()); AntoherPanel | + add(new GridPanel()); SomePage | + add(new GridPanel()); can you compare Adobe Flex and

Re: Tab panel child

2009-07-21 Thread Martin Makundi
Hi! Are you at all familiar with Java? If yes, it's quite straight forward. If not... just copy paste the example and make your changes there. Probably you need some experienced person for pair programming, few hours. ** Martin 2009/7/21 Gerald Fernando gerald.anto.ferna...@gmail.com: Hi

Re: Tab panel child

2009-07-21 Thread Marcin Palka
into a page contents directly. Another page contains the same panel embedded once again. http://www.nabble.com/file/p24584839/TabsExample.zip TabsExample.zip cheers, Marcin -- View this message in context: http://www.nabble.com/Tab-panel-child-tp24564353p24584839.html Sent from the Wicket - User

Re: Tab panel child

2009-07-21 Thread Gerald Fernando
). The the same panel is embedded outside the tabbed panel into a page contents directly. Another page contains the same panel embedded once again. http://www.nabble.com/file/p24584839/TabsExample.zip TabsExample.zip cheers, Marcin -- View this message in context: http://www.nabble.com/Tab-panel

Re: Tab panel child

2009-07-21 Thread Marcin Palka
panel embedded once again. http://www.nabble.com/file/p24584839/TabsExample.zip TabsExample.zip cheers, Marcin -- View this message in context: http://www.nabble.com/Tab-panel-child-tp24564353p24584839.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Tab panel child

2009-07-21 Thread Martin Makundi
And change compiler syntax ** Martin 2009/7/21 Marcin Palka marcin.pa...@gmail.com: Gerald, You have to use Java version 5. Earlier versions don't support generics. I believe Wicket 1.4 requires Java 5. cheers Marcin

Re: Tab panel child

2009-07-21 Thread Marcin Palka
://www.nabble.com/Tab-panel-child-tp24564353p24586192.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

Tab panel child

2009-07-20 Thread Gerald Fernando
Hello Friends, How can i do tab panel with child coponent. when i click first tab it should shows a Grid 2nd tab - panel 3rd tab - another componet 4th tab - Another componet how can i achieve this? if possible give me some model code -- Thanksregards, Gerald A

Re: Tab panel child

2009-07-20 Thread Martin Makundi
You mean wicket TabbedPanel component? http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=:org.apache.wicket.examples.compref.TabbedPanelPage ** Martin 2009/7/20 Gerald Fernando gerald.anto.ferna...@gmail.com: Hello Friends, How can i do tab panel with child coponent. when i

Re: Tab panel child

2009-07-20 Thread Gerald Fernando
yes i mean it.am debut to wicket.how can i achive it please help me my requirement is when i click first tab it should shows a Grid 2nd tab - panel 3rd tab - another componet 4th tab - Another componet On Mon, Jul 20, 2009 at 11:35 AM, Martin Makundi martin.maku...@koodaripalvelut.com

Re: Tab panel child

2009-07-20 Thread Martin Makundi
Copy-paste the example from the web and replace the one panel with a grid. ** Martin 2009/7/20 Gerald Fernando gerald.anto.ferna...@gmail.com: yes i mean it.am debut to wicket.how can i achive it please help me my requirement is  when i click first tab it should shows a Grid 2nd tab - panel