You can try this, set the theme of your form to css_xhtml . If you have any css classe, you can just call them within form elements like .e.g. <s:submit action="ABC" cssClass="buttons" /> <s:textfield key="myText" labelposition="left" cssClass="textfield" />
Leena On 7/9/07, Dale Newfield <[EMAIL PROTECTED]> wrote:
TonyD wrote: > I have the same problem with a checkbox tag, > if a use the ccsStyle="color:Green" to change the label color to green, > it doesn't work at run time and the label remains with a black color! Is it generated by struts and ignored by the browser (if so, maybe "Green" and "green" are not equivalent), or is it not getting to the browser? Maybe the attribute is being evaluated? To find out if that's the problem, try cssStyle="%{'color:green'}" -Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]