<h:panelGrid id="panel" columns="3"
style="float:right; border:1px solid ff22cc" columnClasses="tdBorder">
<h:outputText value="Welcome:#{loginBacking.name}" />
<h:outputText value="Logout"/>
<h:outputText value="Language"/>
</h:panelGrid>
the output is
<table id="panel" style="float:right; border:1px solid ff22cc"><tbody><tr><td
class="tdBorder">Welcome:1</td><td>Logout</td>
<td>Language</td></tr></tbody></table>
as we can see, only the first column "welcome...."
has <td class="tdBorder">, the other two columns
"logout", "Language" has not!!
why will this happens?
為了不斷提升Yahoo!
Mail,雅虎香港誠邀你參與意見調查。請前往http://surveylink.yahoo.com/wix/p5429076.aspx 發表你的意見!