I was wondering whether there is a way to instruct clay to ignore some tags
and just render them the way they are.

For example, I am using FORM based authentication. I dont want clay to
change anything in my login.html. What I did is I changed login.html to
login.htm and by passed Clay. It worked great. But now I want to add a
logout button in login.htm and tie to a listener. I am not sure how I could
do it.

Is there anyway I could do something like this,

<span jfcid="bypass">
<!-- login form -->
</span>
<input type="submit" value="logout/> <!-- This will be attached to the
listener -->

Reply via email to