Re: Links

2010-02-24 Thread haiko van der schaaf
Is there an easy way to point two wicket:id link tags to the same link From a HTML and thus wicket component perspective the links are not the same. Only the behaviour is the same. - To unsubscribe, e-mail:

XSS and wicket. Wicket helps !

2010-02-22 Thread haiko van der Schaaf
Just FYI, Wicket is mentioned as a framework to mitigate the number #1 Dangerous Programming Error of 2010, XSS. See the detailed descriptionhttp://cwe.mitre.org/data/definitions/79.htmlof the threat. This is from the survey of MITRE The List of 2010 Most Dangerous Programming Errors on TSS. Gr.

class/interface/enum containing string values for html tag attributes

2010-02-04 Thread haiko van der schaaf
Greetings, I am wondering if there is in wicket or another framework a class/interface/enum containing string values for html tag attributes ? It would be great to use it for instance with SimpleAttributeModifier. - To