here is my jqery

                                                    
$(document).ready(function(){
                                                       
$("a.downloadHelp").live('click', function(e){
                                                                    
e.preventDefault();  
                                                                    
window.location.href = '/artms/downloads/db-model.pdf';
                                                       });
                                                    });


artms is my request Context ,I add this   script to my pages  using 
response.renderJavascript, is there any way I can pass the request context
instead of hardcoding it?

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/pass-request-context-to-jquey-in-wicket-pages-tp2224828p2224828.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...@wicket.apache.org

Reply via email to