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 div class=model_test p a href=# class=model_anchorView/a /p /div when i see generated html source the code

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.AfmsReviewNewAssignmentPagePARAM_PROCESS_INSTANCE_ID=1232 Is the URL for your generated page This bit: # Is your anchor. It's normal behaviour. Try it on here:

Re: Anchor Links

2008-04-29 Thread Johan Compagner
Manole wrote: 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 that when the user clicks a link

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 = new Link

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 that when the user clicks a link, it will be directed