Forum OpenACS Development: Re: New template tags - switch statement

Collapse
Posted by Tilmann Singer on
That's great - no more need for nested tags like this:

<if>

</if>
<else>
  <if>

  </if>
  ...
</else>

Especially since mistakes in these constructs produce such obscure error messages. Thanks!

I also like Ola's suggestion for improvement.