so use some variable substitution to construct the messages, you are
free to use any kind of mechanism you want in wicket. the whole thing
is pluggable.

personally, if the css class changes just search and replace across
the property files...

-igor

On Sun, May 18, 2008 at 12:43 PM, Matthew Young <[EMAIL PROTECTED]> wrote:
> He is probably talking about if resource string is html code, then there can
> be css class string in there like this:
>
> resource-string-x=This is <span class="stand-out">something something</span>
> and <span class="another-class">something something</span>.
>
> He is worry that if the designer change the class name "stand-out" or
> "another-class", then you will have to edit many property resource file.
>
> On Sun, May 18, 2008 at 11:28 AM, Igor Vaynberg <[EMAIL PROTECTED]>
> wrote:
>
>> i dont really understand what you are talking about
>>
>> -igor
>>
>> On Sun, May 18, 2008 at 11:25 AM, Mathias P.W Nilsson
>> <[EMAIL PROTECTED]> wrote:
>> >
>> > Doesn't this meen that if I use a class for css or id then I need to
>> > consider, html file, property file and css file. So If a designer changes
>> > the css then I need to change the property file as well. Is this really
>> > good?
>> > --
>> > View this message in context:
>> http://www.nabble.com/Text-handling-in-wicket-tp17303050p17306072.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]
>> >
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to