Re: anchor links

2009-04-23 Thread Liam Clarke-Hutchinson
That's a normal anchor link... This bit: http://localhost:8080/audit/app/inbox.1?wicket:bookmarkablePage=:com.xyz.pages.stg.audit.AfmsReviewNewAssignmentPage&PARAM_PROCESS_INSTANCE_ID=1232 Is the URL for your generated page This bit: # Is your anchor. It's normal behaviour. Try it on here: htt

anchor links

2009-04-23 Thread tubin gen
I created a simple linkfor java script to open a client side popup window and not forserver processing. here is the code View when i see generated html source the codeit is the same no difference but when I put my mouse o

Re: Anchor Links

2008-04-28 Thread Johan Compagner
at the bottom of the browser. > > > Cristi Manole wrote: > > > > does your descriptionLabel start with "#"? > > > > On Mon, Apr 28, 2008 at 11:17 AM, tbt <[EMAIL PROTECTED]> wrote: > > > >> > >> Hi > >> > >> I'm

Re: Anchor Links

2008-04-28 Thread tbt
On Mon, Apr 28, 2008 at 11:17 AM, tbt <[EMAIL PROTECTED]> wrote: > >> >> Hi >> >> I'm new to wicket and I have a listview which dynamically creates links. >> I'm >> using the following code to anchor links so that when the user clicks a >>

Re: Anchor Links

2008-04-28 Thread Cristi Manole
does your descriptionLabel start with "#"? On Mon, Apr 28, 2008 at 11:17 AM, tbt <[EMAIL PROTECTED]> wrote: > > Hi > > I'm new to wicket and I have a listview which dynamically creates links. > I'm > using the following code to anchor links so th

Anchor Links

2008-04-28 Thread tbt
Hi I'm new to wicket and I have a listview which dynamically creates links. I'm using the following code to anchor links so that when the user clicks a link, it will be directed to the correct area in the page. protected void populateItem(ListItem item) { Link boardLink