Hi,

I am trying to set a string variable in page scope and thought the following would work:

<c:set var="background" scope="page" value="tableLightColour"/>

I was hoping that I would then be able use the variable as in the following:

<tr class="${background}">

but it doesn't work.

If I just use:
<TR class="tableLightColour">

the css attributes are seen as expected.

regards,
Andy

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters


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

Reply via email to