[Zope] retrieving data from REQUEST.form

Jonothan Farr jfarr@real.com
Fri, 11 Aug 2000 14:35:48 -0700


> You can still replace them.  You can do <dtml-var
> "_.string.replace(REQUEST.form['list'], '\n', '<br>')"> and it should do
> what you want.


Or, how about just:

<dtml-var list newline_to_br>

--jfarr

"Work like you don't need the money,
love like you've never been hurt,
and dance like no one is watching!"

Anonymous