Hi Alberto,
the update worked fine (now to TW rev:2235 and the TG App doesnt break
in the sense that it executes without complaining, but the following
source gives you an idea of what I ve been wondering in the first
place:
{{{
<body>
<form id="form" action="save" method="POST"
class="adduserform">
<input type="hidden" name="id" class="hiddenfield" id="form_id"
value="I'm hidden!">
<ul class="field_list">
<li class="even">
<label id="form_name.label" for="form_name"
class="fieldlabel required">Name</label>
<input type="text" name="name" class="textfield
required" id="form_name" value="Your name here">
</li><li class="odd">
<label id="form_age.label" for="form_age"
class="fieldlabel">Age</label>
<select name="age" class="singleselectfield"
id="form_age">
<option value="0">0</option><option
value="1">1</option><option
value="2">2</option><option
value="3">3</option><option
value="4">4</option><option value="5">5</
</select>
}}}
Its escaped again and much more so this time, it is escaped so heavily
that you have the "<" even in the view.
The tests results in 22 errors and 3 failures, refer to
http://trac.exilante.de:9000/trac/attachment/wiki/GenshiQuickStartLog/error.log
for the output.
I really wonder how this can happen, am I missing some installation
step?
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---