You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Frederic Gaus <co...@necroshine.de> on 2003/11/25 13:48:12 UTC

Session-Transformer: no tags in error-tags

I switched from version 2.1.1 to 2.1.3 and now I have problems with the
simple-form-transformer...

In my old version i could get my breaks like that:

<error name="persons" when="too-small">Error<br/></error>

Or i could make a few changes in the text like that:

<error name="persons" when="too-small">The <em>smallest</em> car seats
2.<br/></error>

Now, that is not working any more. 

Btw, it is working with one tag, but not with more than one..

<error name="persons" when="is-null">Error<br/></error>
<error name="persons" when="too-small">Error</error>
is working

<error name="persons" when="is-null">Error<br/></error>
<error name="persons" when="too-small">Error<br/></error>

is not working.. 

(EmptyStackException)

Hope someone could help

Freddy