Re: How to change the em tag proceduced by wicket:link

2011-07-17 Thread mrblobby
I cant get this to work. The maven dir structure is : src/main/java/com/mydomain/myweb/pages So what should I put instead of package1? I have tried: pages/MyPage.html I dont want to have to put: com/mydomain/myweb/pages/MyPage.thml because on the production system, the webapp will be renamed

Re: How to change the em tag proceduced by wicket:link

2011-07-17 Thread Clint Checketts
Mount your page to give it a custom URL. Not sure if you wanted an answer to your email subject since this email isn't related to the email subject(maybe I'm missing some previous messages and context?) -Clint On Sun, Jul 17, 2011 at 9:44 AM, mrblobby simon_ho...@hotmail.com wrote: I cant get

How to change the em tag proceduced by wicket:link

2008-08-29 Thread 张伟
Hello, I am reading Wicket in action -- a very good book. In the book , authors explain the wicket:link tag with the following code wicket:link |#1 ul | lia href=package1/Page1.htmlPage1/a/li | #2 lia href=package2/Page2.htmlPage2/a/li | #3 /ul | /wicket:link

Re: How to change the em tag proceduced by wicket:link

2008-08-29 Thread Martijn Dashorst
see IMarkupSettings#setDefault*DisabledLink Martijn On Fri, Aug 29, 2008 at 11:55 AM, 张伟 [EMAIL PROTECTED] wrote: Hello, I am reading Wicket in action -- a very good book. In the book , authors explain the wicket:link tag with the following code wicket:link |#1 ul | lia

Re: How to change the em tag proceduced by wicket:link

2008-08-29 Thread 张伟
Thank you, Martijn 在08-8-29,Martijn Dashorst [EMAIL PROTECTED] 写道: see IMarkupSettings#setDefault*DisabledLink Martijn