Hai,<br><br>Thanks for your reply..<br>After upgrading the version of following files i solved the problem<br><br>s2-framework-2.4.22&nbsp; ---------&nbsp;&nbsp; s2-framework-2.4.34<br>s2-extension-2.4.22&nbsp; ---------&nbsp;&nbsp; s2-extension-2.4.34<br>
s2-tiger-2.4.22&nbsp; ---------&nbsp;&nbsp; s2-tiger-2.4.34<br><br><br><br><br><div class="gmail_quote">2009/5/9 <a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a> <span dir="ltr">&lt;<a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi, $B%H%^%9(B<br>
<br>
I made the smallest sample, It is possible to download it from following URL.<br>
<br>
<a href="http://lab.abby.co.jp/sample/teeda-html-sample.zip" target="_blank">http://lab.abby.co.jp/sample/teeda-html-sample.zip</a><br>
<br>
<br>
Import as Eclipse project and setting of Tomcat.<br>
The jar file included in teeda-html-example is copied onto samples WEB-INF/lib.<br>
<br>
It accesses <a href="http://localhost:8080/teeda-html-sample/" target="_blank">http://localhost:8080/teeda-html-sample/</a>, and the color of the<br>
header changes when it is reload.<br>
<br>
IE6 and Firefox work in my environment.<br>
<br>
Compare it with your application.<br>
<br>
<br>
thomas $B$5$s$O=q$-$^$7$?(B:<br>
<div><div></div><div class="h5">&gt; hai ,yone$B$5$s!"(B<br>
&gt;<br>
&gt; Thanks for your help.<br>
&gt;<br>
&gt; With the following coding it perfectly works in firebox where as in IE6 its<br>
&gt; not working<br>
&gt;<br>
&gt; &lt;html xmlns:m=&quot;<a href="http://www.seasar.org/maya" target="_blank">http://www.seasar.org/maya</a>&quot;&gt;<br>
&gt; &nbsp; &nbsp; &lt;head&gt;&lt;/head&gt;<br>
&gt; &nbsp; &nbsp; &lt;body&gt;<br>
&gt; &nbsp; &nbsp; &lt;form id=&quot;headerform&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; *&lt;table align=&quot;left&quot; width=&quot;100%&quot; id=&quot;headerColor&quot;<br>
&gt; class=&quot;headerColor2&quot;&gt;*<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;left&quot; valign=&quot;top&quot; width=&quot;75px&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;../../img/logo.JPG&quot; align=&quot;left&quot;<br>
&gt; height=&quot;60px&quot; width=&quot;140px&quot;/&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot;&gt;&lt;b&gt;Project Budget<br>
&gt; Management&lt;/b&gt;&lt;/td&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;right&quot; valign=&quot;bottom&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;submit&quot; value=&quot;Logout&quot;<br>
&gt; id=&quot;doLogout&quot; align=&quot;right&quot;&gt;&lt;/input&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* &lt;/table&gt;*<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;<br>
&gt; &nbsp; &nbsp; &lt;/body&gt;<br>
&gt; &lt;/html&gt;<br>
&gt;<br>
&gt; Regards,<br>
&gt; $B%H%^%9(B<br>
&gt;<br>
&gt; 2009/5/8 <a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a> &lt;<a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a>&gt;<br>
&gt;<br>
&gt;&gt; Hi, thomas.<br>
&gt;&gt;<br>
&gt;&gt; The span tag is put in the form tag if there is form tag.<br>
&gt;&gt;<br>
&gt;&gt; header.html<br>
&gt;&gt;<br>
&gt;&gt; &lt;form id=&quot;headerForm&quot;&gt;<br>
&gt;&gt; &nbsp;&lt;span id=&quot;headerColor&quot; class=&quot;headerColor2&quot;&gt;<br>
&gt;&gt; ...<br>
&gt;&gt; &nbsp;&lt;/span&gt;<br>
&gt;&gt; &lt;/form&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; thomas $B$5$s$O=q$-$^$7$?(B:<br>
&gt;&gt;&gt; Hai,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Yes...body tag of my header.html includes span tag as you mentioned<br>
&gt;&gt;&gt; earlier...<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; This is my header.html<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; &lt;html xmlns:m=&quot;<a href="http://www.seasar.org/maya" target="_blank">http://www.seasar.org/maya</a>&quot;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &lt;head&gt;&lt;/head&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &lt;body&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp;* &lt;span id=&quot;headerColor&quot; class=&quot;headerColor2&quot;&gt;*<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;form id=&quot;headerform&quot;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table align=&quot;left&quot; width=&quot;100%&quot;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;left&quot; valign=&quot;top&quot; width=&quot;75px&quot;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;../../img/logo.JPG&quot; align=&quot;left&quot;<br>
&gt;&gt;&gt; height=&quot;60px&quot; width=&quot;140px&quot;/&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot;&gt;&lt;b&gt;&lt;span<br>
&gt;&gt; id=&quot;title&quot;&gt;Project<br>
&gt;&gt;&gt; Budget Management&lt;/span&gt;&lt;/b&gt;&lt;/td&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;right&quot; valign=&quot;bottom&quot;&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;submit&quot; value=&quot;Logout&quot;<br>
&gt;&gt;&gt; id=&quot;doLogout&quot; align=&quot;right&quot;&gt;&lt;/input&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;<br>
&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; *&lt;/span&gt;*<br>
&gt;&gt;&gt; &nbsp; &nbsp; &lt;/body&gt;<br>
&gt;&gt;&gt; &lt;/html&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2009/5/8 <a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a> &lt;<a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a>&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi, thomas.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Does the body tag of header.html include the span tag?<br>
&gt;&gt;&gt;&gt; And, the id attribute of the name &quot;HeaderColor&quot; is necessary for the<br>
&gt;&gt; span<br>
&gt;&gt;&gt;&gt; tag.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please show your header.html.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; example<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; [header.html]<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;html&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;body&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;span id=&quot;headerColor&quot; class=&quot;headerColor2&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; this is header<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/span&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/body&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/html&gt;<br>
&gt;&gt;&gt;&gt; thomas $B$5$s$O=q$-$^$7$?(B:<br>
&gt;&gt;&gt;&gt;&gt; Hai,<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks for your reply.....<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I tried your sample coding.but the header color didnt change...<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; *master.css<br>
&gt;&gt;&gt;&gt;&gt; :::::::::::::::::*<br>
&gt;&gt;&gt;&gt;&gt; .heading {<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; background-color:green;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; color:white;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; font-weight:bold;<br>
&gt;&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt;&gt; .container {<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; background:#e0eeff;<br>
&gt;&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt;&gt; .item {<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; color:#610B0B;<br>
&gt;&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt;&gt; *.headerColor1{background-color:red;}<br>
&gt;&gt;&gt;&gt;&gt; **.headerColor2{background-color:blue;}<br>
&gt;&gt;&gt;&gt;&gt; .headerColor3{background-color:yellow;}*<br>
&gt;&gt;&gt;&gt;&gt; *.footerColor{background-color:blue;}<br>
&gt;&gt;&gt;&gt;&gt; *<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; *layout.html<br>
&gt;&gt;&gt;&gt;&gt; ::::::::::::::::::<br>
&gt;&gt;&gt;&gt;&gt; *&lt;head&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;title&gt;&lt;label id=&quot;layoutLabel&quot;/&gt;&lt;/title&gt;<br>
&gt;&gt;&gt;&gt;&gt; *&lt;link rel=&quot;stylesheet&quot; type=&quot; text/css&quot; href=&quot;../../css/master.css&quot;/&gt;*<br>
&gt;&gt;&gt;&gt;&gt; &lt;/head&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;body&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;table border=&quot;1&quot; width=&quot;100%&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;tr&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;td colspan=&quot;2&quot; align=&quot;center&quot; height=&quot;20&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;span class=&quot;oneField&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; *&lt;te:include id=&quot;layoutHeader&quot; te:src=&quot;/layout/header.html&quot;/&gt;*<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/span&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/td&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/tr&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;tr&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;td width=&quot;40&quot;&gt;&lt;te:include id=&quot;layoutMenu&quot;<br>
&gt;&gt;&gt;&gt; te:src=&quot;/layout/menu.html&quot;/&gt;&lt;/td&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;td height=&quot;475&quot; valign=&quot;top&quot;&gt;&lt;te:includeChildBody<br>
&gt;&gt;&gt;&gt;&gt; id=&quot;LayoutChildBody&quot;/&gt;&lt;/td&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/tr&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;tr&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;td colspan=&quot;2&quot; align=&quot;right&quot; height=&quot;20&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;span class=&quot;threeField&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt; *&lt;te:include id=&quot;layoutFooter&quot; te:src=&quot;/layout/footer.html&quot;/&gt;*<br>
&gt;&gt;&gt;&gt;&gt; &lt;/span&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/td&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/tr&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/table&gt;<br>
&gt;&gt;&gt;&gt;&gt; &lt;/body&gt;*<br>
&gt;&gt;&gt;&gt;&gt; *<br>
&gt;&gt;&gt;&gt;&gt; *HeaderPage.java<br>
&gt;&gt;&gt;&gt;&gt; ::::::::::::::::::::::::::::*<br>
&gt;&gt;&gt;&gt;&gt; public class HeaderPage {<br>
&gt;&gt;&gt;&gt;&gt; *public String getHeaderColorStyleClass() {<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; Random random = new Random();<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; int mod = Math.abs(random.nextInt()) % 3;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; switch (mod) {<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; case 0:<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return &quot;headerColor1&quot;;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; case 1:<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return &quot;headerColor2&quot;;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; default:<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return &quot;headerColor3&quot;;<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; }*<br>
&gt;&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I checked both in firebox and IE6...The background -color of header is<br>
&gt;&gt;&gt;&gt;&gt; always white.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Is there any mistake in the above coding?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Thanks in advance.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; 2009/5/8 <a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a> &lt;<a href="mailto:yone@abby.co.jp">yone@abby.co.jp</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Hi, thomas.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; The following are samples.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; [sample.css]<br>
&gt;&gt;&gt;&gt;&gt;&gt; .headerColor1{background-color:red;}<br>
&gt;&gt;&gt;&gt;&gt;&gt; .headerColor2{background-color:blue;}<br>
&gt;&gt;&gt;&gt;&gt;&gt; .headerColor3{background-color:yellow;}<br>
&gt;&gt;&gt;&gt;&gt;&gt; .footerColor{background-color:blue;}<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; [layout.html]<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;head&gt;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;/css/sample.css&quot;<br>
&gt;&gt;&gt;&gt;&gt;&gt; /&gt;&lt;/head&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;body id=&quot;layoutbody&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;te:include id=&quot;layoutHeader&quot; te:src=&quot;/layout/header.html&quot;/&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;te:include id=&quot;layoutFooter&quot; te:src=&quot;/layout/footer.html&quot;/&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/body&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; [header.html]<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;html&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;body&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;span id=&quot;headerColor&quot; class=&quot;headerColor2&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; this is header<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/span&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/body&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/html&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; [footer.html]<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;html&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;body&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;span id=&quot;footerColor&quot; class=&quot;footerColor&quot;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; this is footer<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/span&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/body&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &lt;/html&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; [HeaderPage.java]<br>
&gt;&gt;&gt;&gt;&gt;&gt; public class HeaderPage {<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp;public String getHeaderColorStyleClass() {<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp;Random random = new Random();<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp;int mod = Math.abs(random.nextInt()) % 3;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp;switch (mod) {<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp;case 0:<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp;return &quot;headerColor1&quot;;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp;case 1:<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp;return &quot;headerColor2&quot;;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp;default:<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp; &nbsp;return &quot;headerColor3&quot;;<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp; &nbsp;}<br>
&gt;&gt;&gt;&gt;&gt;&gt; &nbsp;}<br>
&gt;&gt;&gt;&gt;&gt;&gt; }<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Was the problem before solved?<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://ml.seasar.org/archives/seasar-user/2009-April/017300.html" target="_blank">http://ml.seasar.org/archives/seasar-user/2009-April/017300.html</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; thomas $B$5$s$O=q$-$^$7$?(B:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Hai,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; I am using layout in my teeda project.How to set the background color<br>
&gt;&gt;&gt;&gt; for<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; header,footer etc....<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; *&lt;style&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; .layout.header{background-color:red}<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; &lt;/style&gt;*<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; whether the above syntex is correct or not?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; This is not working...Please give the correct way to change the color<br>
&gt;&gt;&gt;&gt; of<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; header...<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; Thanks in advance.<br>
&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt; $BJF(B $BNS(B &nbsp; $B@5(B $BL@(B<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.abby.co.jp" target="_blank">http://www.abby.co.jp</a><br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; $BJF(B $BNS(B &nbsp; $B@5(B $BL@(B<br>
&gt;&gt;&gt;&gt; <a href="http://www.abby.co.jp" target="_blank">http://www.abby.co.jp</a><br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Seasar-user mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Seasar-user@ml.seasar.org">Seasar-user@ml.seasar.org</a><br>
&gt;&gt;&gt;&gt; <a href="https://ml.seasar.org/mailman/listinfo/seasar-user" target="_blank">https://ml.seasar.org/mailman/listinfo/seasar-user</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; ------------------------------------------------------------------------<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Seasar-user mailing list<br>
&gt;&gt;&gt; <a href="mailto:Seasar-user@ml.seasar.org">Seasar-user@ml.seasar.org</a><br>
&gt;&gt;&gt; <a href="https://ml.seasar.org/mailman/listinfo/seasar-user" target="_blank">https://ml.seasar.org/mailman/listinfo/seasar-user</a><br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; $BJF(B $BNS(B &nbsp; $B@5(B $BL@(B<br>
&gt;&gt; <a href="http://www.abby.co.jp" target="_blank">http://www.abby.co.jp</a><br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">$BJF(B $BNS(B &nbsp; $B@5(B $BL@(B<br>
<a href="http://www.abby.co.jp" target="_blank">http://www.abby.co.jp</a><br>
_______________________________________________<br>
Seasar-user mailing list<br>
<a href="mailto:Seasar-user@ml.seasar.org">Seasar-user@ml.seasar.org</a><br>
<a href="https://ml.seasar.org/mailman/listinfo/seasar-user" target="_blank">https://ml.seasar.org/mailman/listinfo/seasar-user</a><br>
</div></div></blockquote></div><br>