wicket:link - how to configure the markup of the current page.

2009-01-07 Thread Thorsten Scherler
Hi all,

I am looking into customizing the way the current page is marked up.

I have 
wicket:link
 a href=SummaryAdd.htmlwicket:message key=summary.add.a //a
 a href=DispositionEditHub.htmlwicket:message
key=dispositionEdit.h //a
 a href=Finish.htmlwicket:message key=finish.h //a
/wicket:link

Now if I request SummaryAdd.html it get transformed to:
spanemInsertar sumario/em/span
...

Where can I configure that instead spanem something else got
rendered?

TIA for any information.

salu2 
-- 
Thorsten Scherler thorsten.at.apache.org
Open Source Java consulting, training and solutions

Sociedad Andaluza para el Desarrollo de la Sociedad 
de la Información, S.A.U. (SADESI)





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket:link - how to configure the markup of the current page.

2009-01-07 Thread Michael Sparer

in your application:
getMarkupSettings().setDefaultBeforeDisabledLink() and
getMarkupSettings().setDefaultAfterDisabledLink()

regards,
Michael

Thorsten Scherler-3 wrote:
 
 Hi all,
 
 I am looking into customizing the way the current page is marked up.
 
 I have 
 wicket:link
   SummaryAdd.html wicket:message key=summary.add.a / 
   DispositionEditHub.html wicket:message
 key=dispositionEdit.h / 
   Finish.html wicket:message key=finish.h / 
 /wicket:link
 
 Now if I request SummaryAdd.html it get transformed to:
 emInsertar sumario/em
 ...
 
 Where can I configure that instead em something else got
 rendered?
 
 TIA for any information.
 
 salu2 
 -- 
 Thorsten Scherler thorsten.at.apache.org
 Open Source Java consulting, training and solutions
 
 Sociedad Andaluza para el Desarrollo de la Sociedad 
 de la Información, S.A.U. (SADESI)
 
 
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 


-
Michael Sparer
http://talk-on-tech.blogspot.com
-- 
View this message in context: 
http://www.nabble.com/wicket%3Alink---how-to-configure-the-markup-of-the-current-page.-tp21329712p21329835.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



Re: wicket:link - how to configure the markup of the current page.

2009-01-07 Thread Thorsten Scherler
El mié, 07-01-2009 a las 03:53 -0800, Michael Sparer escribió:
 in your application:
 getMarkupSettings().setDefaultBeforeDisabledLink() and
 getMarkupSettings().setDefaultAfterDisabledLink()
 

Hmm, I saw the methods but thought it was for something else.

Cheers Micheal, I will add a note to the wiki page.

salu2

 regards,
 Michael
 
 Thorsten Scherler-3 wrote:
  
  Hi all,
  
  I am looking into customizing the way the current page is marked up.
  
  I have 
  wicket:link
SummaryAdd.html wicket:message key=summary.add.a / 
DispositionEditHub.html wicket:message
  key=dispositionEdit.h / 
Finish.html wicket:message key=finish.h / 
  /wicket:link
  
  Now if I request SummaryAdd.html it get transformed to:
  emInsertar sumario/em
  ...
  
  Where can I configure that instead em something else got
  rendered?
  
  TIA for any information.
  
  salu2 
  -- 
  Thorsten Scherler thorsten.at.apache.org
  Open Source Java consulting, training and solutions
  
  Sociedad Andaluza para el Desarrollo de la Sociedad 
  de la Información, S.A.U. (SADESI)
  
  
  
  
  
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
  
  
  
 
 
 -
 Michael Sparer
 http://talk-on-tech.blogspot.com
-- 
Thorsten Scherler thorsten.at.apache.org
Open Source Java consulting, training and solutions

Sociedad Andaluza para el Desarrollo de la Sociedad 
de la Información, S.A.U. (SADESI)





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org