I wrote javacript codes in Tapestry but I got "Uncaught SyntaxError:
Unexpected token & " error. How do I write && in Tapestry without getting an
error? My codes -

                xhr2.onreadystatechange = function() {
                        if (xhr2.readyState === 4 && xhr2.status === 200) {
...

Thanks.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Javascript-in-Tapesytry-tp5713586.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to