Hi all,

is there any easy way to influence the rendering of "wicketpath" in
Wicket if isOutputComponentPath is enabled on a page or application
level? I would like to change it to "data-wicketpath" or
"wicket:wicketpath" or something like that to be able to validate my
HTML if this attribute is rendered.

Is adding a response filter using IRequestCycleSettings a good way to
got? And if so, how about simply using a global regexp to replace all
occurrences of "wicketpath" and clear and set again the data of
AppendingStringBuffer? Would that be a major performance hit?

Or is there any way how can I do something like onComponentTag for
each component in a page and replace the tag directly there?

Thanks for your input!

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail: thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/

Telefon...........05151-  9468- 55
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow


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

Reply via email to