Θέμα: Re: [Zope] <dtml-var variable> from REQUEST not shown in <input> tag if it has spaces??

Thomas Apostolou tomatbiz-tominfo at yahoo.co.uk
Thu Aug 4 09:47:22 EDT 2005


--- Tino Wildenhain <tino at wildenhain.de> έγραψε:

> 
> Yes, you should write HTML when you want HTML ;)
> This means, attribute values in HTML are supposed
> to be in " "
> (See the HTML source in your Browser when you
> display
> the page and you will know what I mean :)
> 
> So, if you really want DTML here, use:
> 
> <input type="text" value="<dtml-var sSQL>" />
> 
> or 
> 
> <input type="text" value="&dtml-sSQL;" />
> 
> which is a bit nicer because you dont write a tag
> inside
> a tag.
> 
> OR use ZPT:
> 
> <input type=text" tal:attributes="value
> request/sSQL" />
> 
> 
> 
> 

was that a realy stupid question or what? 8-<
Thanks anyway,
Thomas Apostolou


	

	
		
___________________________________________________________ 
Χρησιμοποιείτε Yahoo!; 
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail 
διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών 
μηνυμάτων http://login.yahoo.com/config/mail?.intl=gr 



More information about the Zope mailing list