Java Mailing List Archive

http://www.gg3721.com/

Home » users.tapestry »

OnEvent Problem

matt22

2010-06-08

Replies: Find Java Web Hosting

Author LoginPost Reply

I am using ck/onEvent in template file:

<select t:type="select" t:mixins="extra/OnEvent" event="change"
onCompleteCallback="myOnCompleteFunction" .../>
......
  <script type="text/javascript">
  <!--  
    function myOnCompleteFunction()
    {  
          if(true && true)
        $('sendEmailLoadingIcon').hide();
    }
   -->
  </script>
-------------
Without <!-- --> tags i get Tapestry template formatting exception:
          [com.ctc.wstx.exc.WstxLazyException] Unexpected character
'&'...
With <!-- --> tags i get Prototype exception:
          ...function is not defined.


hmmmm....
HOW TO SOLVE IT?
--
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.