I created a simple link for java script to open a client side popup
window and not for server processing.
here is the code
<div class="model_test">
<p> <a href="#" class="model_anchor">View</a> </p>
</div>
when i see generated html source the code it is the same no
difference
but when I put my mouse on the anchor the browser status bar shows a
different url
http://localhost:8080/audit/app/inbox.1?wicket:bookmarkablePage=:com.xyz.pages.stg.audit.AfmsReviewNewAssignmentPage&PARAM_PROCESS_INSTANCE_ID=1232#
because of this my java script function is not responding , Please tell me
how can I have anchor tag untouched by wicket ?