14 Jul
2003
14 Jul
'03
5:08 a.m.
My $0.02 worth -- don't try to put blanks into tokens. In my experience it always comes back to bite you. If you must print out with a blank, choose a naming convention that can be translated easily, e.g., Access_Error or provide a side table of print names. On Sun, 13 Jul 2003, Nestor A. Diaz L. wrote:
Does anybody know how to deal with exceptions which include a whitespace in the name?
i mean, if i define a exception like this:
<dtml-raise type="Access Error" You are not autorized </dtml-raise>