I've found when this happens!
With code like this:
<script language="javascript>
function testing() {
document.forms["dateSelection"].date.value = "2006-03-25";
document.forms["dateSelection"].submit();
}
</script>
That works ok! Now change it to:
<script language="javascript>
function testing() {
document.forms["dateSelection"].date.value = "${previousDate}";
document.forms["dateSelection"].submit();
}
</script>
And that will returns messed code!
--
JP
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---