How will that help? It should be just fine in application scope. Pat, what does
the rendered HTML look like for the <table> tag? It should end up something like:

<table width="100%" border="0" bgColor='#F0FFFF'>

or:

<table width="100%" border="0" bgColor='azure'>

Quoting "du Plessis, Corneil  C" <[EMAIL PROTECTED]>:

> Place the bean in the session as well.
> 
> -----Original Message-----
> From: Pat Quinn [mailto:[EMAIL PROTECTED]
> Sent: 18 March, 2003 16:22
> To: [EMAIL PROTECTED]
> Subject: [OT] Dynamic UI configuration 
> 
> 
> Hi Guys,
> 
> I've got a java bean stored in the application context. This java bean 
> stores UI color details for the entire website. I've tried doing something 
> as follows in my jsp but it doesn't work:
> 
> 
> <table width="100%" border="0" bgColor='<bean:write name="appConfigBean" 
> scope="application" property="screenColor"/>'>
> 
> 
> Any ideas how i should go about this???
> 
> 
> 
> 
> 
> _________________________________________________________________
> Protect your PC - get McAfee.com VirusScan Online 
> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> ______________________________________________
> 
> Disclaimer and confidentiality note
> 
> 
> Everything in this e-mail and any attachments relating to the official
> business of 
> Standard Bank Group Limited is proprietary to the company. It is
> confidential, legally 
> privileged and protected by law. Standard Bank does not own and endorse any
> other content. 
> Views and opinions are those of the sender unless clearly stated as being
> that of Standard Bank. 
> 
> The person addressed in the e-mail is the sole authorised recipient. Please
> notify the sender 
> immediately if it has unintentionally reached you and do not read, disclose
> or use the content
> in any way. 
> 
> Standard Bank can not assure that the integrity of this communication has
> been maintained nor 
> that it is free of errors, virus, interception or interference.
> 
> ______________________________________________
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to