Hi, I am using struts 2.0.11. In jsp I have written
<s:head theme="ajax" debug = "true"/> <s:textarea name="message" theme="ajax"/> All other options(Bold, italic etc.,) are working fine except format combo box. Whenever I change format option from 'normal' to anyother option such as fixedFont, in the browser it is showing: FATAL exception raised: [object Error] How to get rid of this issue? Is that possible to disable format option? Kindly help me... Thanks in advance.

