[Zope] Make hidden input
Peter Bengtsson
peterbe at gmail.com
Thu Jul 7 11:05:27 EDT 2005
<form name="language_delete_form" action="actions_language_summary"
method="post" enctype="multipart/form-data"
tal:define="mhi python:modules['ZTUtils'].make_hidden_input;
dummy python:mhi(delete_ids=results)">
<br tal:replace="structure dummy" />
On 7/7/05, David Pratt <fairwinds at eastlink.ca> wrote:
> Hi. I am trying to use the make_hidden_input function in ZTUtils to
> create a hidden input in a ZPT but it does not appear.
>
> I am using this:
>
> <form name="language_delete_form" action="actions_language_summary"
> method="post" enctype="multipart/form-data"
> tal:define="mhi python:modules['ZTUtils'].make_hidden_input;
> dummy python:mhi(delete_ids=results)">
>
> results is a list of dictionaries I want to pass to the form method
>
> Can someone point out what I doing wrong? Many thanks.
>
> Regards,
> David
> _______________________________________________
> Zope maillist - Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>
--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
More information about the Zope
mailing list