Re: AW: LinkTree

2009-11-04 Thread jahid
Ohh my bad, i was trying to replace the "targetPanel" to the page, not to the "markupContainer". Now its working! :) Thanks guys! //Jahid Giambalvo, Christian wrote: Hi, i did another way an that way worked. Replace markupContainer.add(new Label(DET

Re: LinkTree

2009-11-04 Thread jahid
ne this: http://xaloon.googlecode.com/svn/trunk/xaloon-wicket-jpa-components/src/main/java/org/xaloon/wicket/component/tree/TreePanel.java jahid wrote: Hi, I have a LinkTree on a page, that page also contains a panel. First time the page will be loaded with an empty panel. But if user clicks on link,

LinkTree

2009-11-04 Thread jahid
never rendered on browser. I am using wicket 1.4.2. Anyone have any idea why new panels are not rendered? Thanks in advance. Jahid

LinkTree

2009-11-04 Thread jahid
rendered on browser. I am using wicket 1.4.2. Anyone have any idea why new panels are not rendered? Thanks in advance. Jahid - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: confirmation component

2009-10-19 Thread Md. Jahid Shohel
Martijn, thanks, but i was looking for component, but not javascript, otherwise i could use that alert right away, without asking. even more intellijent way, i could use wicket-stuffs modal window to make my own confirmation window. but my question more about "is there any already?" but thanks

confirmation component

2009-10-19 Thread Md. Jahid Shohel
Hi, Is there any confirmation component in wicket/wicket-stuff? As an example, when user want to delete something, a popup window will come up and ask user whether they are sure what they are doing or not (as like JOptionPane in swing). thanks! //Jahid

Re: Null Model Error

2009-10-16 Thread Md. Jahid Shohel
you need to set the model for the list. On Fri, 2009-10-16 at 07:33 +, Peter Arnulf Lustig wrote: > choices, - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.ap

Re: Wizard newOverviewBar, creating some king of overview

2009-10-15 Thread Md. Jahid Shohel
extend the base Wizard, and your implementation override "newOverviewBar" and return you overview bar On Fri, 2009-10-16 at 08:24 +0200, Frank Prins wrote: > Hey Wicketeers! > > > > I just started to include a Wizard in our project, just the simple and > clean non-dynamic implementation. All

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-06 Thread Md. Jahid Shohel
seems like its working now. really cool! On Tue, 2009-10-06 at 16:01 +0200, Md. Jahid Shohel wrote: > On Tue, 2009-10-06 at 14:47 +0100, jWeekend wrote: > > http://jweekend.com/dev/LegUp > > is that really working? coz , when i clicked on "Generate Maven Command"

Re: Leg Up for Wicket, Spring, Guice, JPA, Warp, EclipseLink, Hibernate ... projects

2009-10-06 Thread Md. Jahid Shohel
On Tue, 2009-10-06 at 14:47 +0100, jWeekend wrote: > http://jweekend.com/dev/LegUp is that really working? coz , when i clicked on "Generate Maven Command" button, it took me to http://jweekend.com/dev/HomePageBody - To unsubscr

server push

2009-10-05 Thread Md. Jahid Shohel
with jetty. any kind of suggestion is welcome. thanks in advance. //jahid - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Dynamic links

2009-04-21 Thread Md. Jahid Shohel
labels will not be dynamic, but hard coded. Which is - > > >Role Service > > And in code its like -- add(new ChangeFramePageLink("linkToPage1", bodyFrame, RoleService.class)); Any suggestion will be highly appreciated. Regards, //Jahid