Sorry, the yellow text should say:

<span style="background-color: yellow; font-weight:
bold;"><wicket:message key="takeTheTest">Take the
Test</wicket:message>&lt;/span>


insom wrote:
> 
> I'm not sure if this is a Wicket bug or my own misunderstanding of
> development vs. deployment modes. My markup included the following:
> 
> <wicket:message style="display: inline; background-color: yellow;
> font-weight: bold;" key="takeTheTest">Take the Test</wicket:message>
> 
> That worked find in development mode, but when I switched to deployment,
> the style attribute was stripped from the final source. In the end I
> solved it like this:
> 
> <wicket:message key="takeTheTest">Take the Test</wicket:message>
> 
> Is that intentional different in development/deployment, and if so, why?
> 

-- 
View this message in context: 
http://www.nabble.com/Development-Deployment-style-attributes-tp19401772p19401790.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]

Reply via email to