right, set a property in Action.
private String color;
private String css;
then generate get/set.
<table bgcolor='${color}' class='{$css}'>
...
<table/>

Regards,
Mead

Reply via email to