RE: [OT] Dynamic UI configuration

2003-03-18 Thread du Plessis, Corneil C
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]



RE: [OT] Dynamic UI configuration

2003-03-18 Thread Kris Schneider
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='#F0'

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]



RE: [OT] Dynamic UI configuration

2003-03-18 Thread Brandon Goodin
ake sure you have imported your taglib:-D.

Brandon Goodin

-Original Message-
From: Kris Schneider [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 7:52 AM
To: Struts Users Mailing List
Subject: RE: [OT] Dynamic UI configuration


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='#F0'

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]



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



RE: [OT] Dynamic UI configuration

2003-03-18 Thread Pat Quinn
Sorry about the delay in getting back to this but i was away from the 
office. I figured it out... i'm using a struts plug in with dreamweaver mx 
and when i opened my jsp up in notepad i found it was inserting loads of 
absolute rubbish around my bean tags.

Cheers for your help guys.











From: Brandon Goodin [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Subject: RE: [OT] Dynamic UI configuration Date: Tue, 18 Mar 2003 09:24:58 
-0700

ake sure you have imported your taglib:-D.

Brandon Goodin

-Original Message-
From: Kris Schneider [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 7:52 AM
To: Struts Users Mailing List
Subject: RE: [OT] Dynamic UI configuration
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='#F0'

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]


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


_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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