Dear all
Iuse Myeclipse
when I try to load colours to the page I use the next for jsf code
<BODY TEXT=”<h:outputText value=”#{resumeBean.fgColor}”/>”
BGCOLOR=”<h:outputText value=”#{resumeBean.bgColor}”/>”>
I get the colour value like red blue as text and not has changed the page colurs !1 why?
the page called show-prevew,jsp has the above code to read from a bean.
I expect the page should change colours and not write the colours as text.
many thanks
Amir