JP Farias wrote:
> 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
>
Do you happen to be using Ubuntu dapper?
It seems to be a known problem on dapper. The latest thread on the trunk
list is http://tinyurl.com/lm7d5
There have been a couple threads in the past on this list as well. I
don't think anyone has found the root cause or a real solution yet though.
Janzert
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---