Hi All In wicket we can use AttributeModifier or AttributeAppender to make changes to already existing attributes . But is there anyway we can add a new attribute to markup using wicket API
e.g : if i have <textarea id="123">jhsakjhas</textarea> i would like to add a class attribute <textarea id="123" class="stylefortext">jhsakjhas</textarea> This attribute has to be done dynamically and shouldnt exist upfront Thanks Haritha -- View this message in context: http://www.nabble.com/Add-attributes-to-markup-tp16131148p16131148.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
