Re: [ZPT] can we access REQUEST object in page template?

2005-11-02 Thread Tino Wildenhain
Am Mittwoch, den 02.11.2005, 13:16 +0530 schrieb ajit mote:
 can we access REQUEST object in page template?

its request. See Zope-book about the variables
and namespaces available.



___
ZPT mailing list
ZPT@zope.org
http://mail.zope.org/mailman/listinfo/zpt


Re: [ZPT] can we access REQUEST object in page template?

2005-11-02 Thread Philip Kilner
Hi Ajit,

ajit mote wrote:
 can we access REQUEST object in page template?
 

Yes - use a TALES path expression, see: -

http://www.plope.com/Books/2_7Edition/AppendixC.stx#2-57

e.g. request/form/field

HTH


-- 

Regards,

PhilK

Email: [EMAIL PROTECTED]
PGP Public key: http://www.xfr.co.uk
Voicemail  Facsimile: 07092 070518

You'll find that one part's sweet and one part's tart:
say where the sweetness and the sourness start.
- Tony Harrison
___
ZPT mailing list
ZPT@zope.org
http://mail.zope.org/mailman/listinfo/zpt


Re: [ZPT] what string: ?

2005-11-02 Thread ajit mote
Thanks.

Regards,
Ajit Mote.On 11/3/05, Philip Kilner [EMAIL PROTECTED] wrote:
Hi Ajit,ajit mote wrote:span tal:on-error string: error message  error message /span what is string: mean ?  i mean namespace or.
Yes - string: is a namespace declaration, as would be python:.--Regards,PhilKEmail: [EMAIL PROTECTED]PGP Public key: 
http://www.xfr.co.ukVoicemail  Facsimile: 07092 070518You'll find that one part's sweet and one part's tart:say where the sweetness and the sourness start.
- Tony Harrison
___
ZPT mailing list
ZPT@zope.org
http://mail.zope.org/mailman/listinfo/zpt