Titus: Sorry to be late responding. I've just tried it in 0.8.4 and it works. My coworkers were using twill-sh on a different box, unfortunately at 0.7, which is pretty ancient history.
Cheers! -- David Hancock | [EMAIL PROTECTED] | 410-266-4384 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Titus Brown Sent: Friday, April 14, 2006 2:18 PM To: Hancock, David (DHANCOCK) Cc: [email protected] Subject: Re: [twill] No space before "/>" breaks form? On Fri, Apr 14, 2006 at 11:08:52AM -0700, Titus Brown wrote: -> On Fri, Apr 07, 2006 at 10:40:16PM -0400, Hancock, David (DHANCOCK) wrote: -> -> I encountered a situation today where I had a form with some embedded -> -> <br> tags, expressed as "<br/>" (that is, no space before the "/>") and -> -> the form fields stopped showing up, giving "NO SUCH FORM FIELD" errors -> -> on submit. Putting the space back in ("<br />") made them work again. -> -> Hi, David, as far as I can tell it works fine in the latest version, -> 0.8.5a<whatever>. What version are you using? -> -> (Yeah, I know it's unfair to refer to pre-release alphas as "the latest -> version"! However, it's helpful to know if this has been fixed & it -> might also drive a new release.) Argh, I'm an idiot... this is fixed by using 'tidy', but it's a problem for people without tidy installed or with 'use_tidy' set to false. I'll take a look at the parsing code to see what I can do. cheers, --titus _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
