Excellent, thanks! :-)

Just in case anyone elses javascript is as weak as mine:

                        function updateValue()
  |                     {
  |                             var textValue = 
document.getElementById('webpageForm:mainText');
  |                             textValue.value = 
tinyMCE.getContent('webpageForm:mainText');
  |                     }


<h:form id="webpageForm" onsubmit="updateValue();">
  |                                     <h:inputTextarea id="mainText" 
value="#{webpage.text}" rows="10" cols="40"/>
  | 
  | 

Is there a plan to resolve this issue, and negate the need for this workaround?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049902#4049902

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049902
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to