>Is there already something like this, or another (better?) way to 
>achieve the same behaviour? I could of course use resource bundles, but


We should at least make it possible to asses such values form the
taglibs

>    I'll need to use plain jsp to access those too don't I? Using 
>'compare' tags is not good enough since you won't have a good fallback 
>mechanism.
I agree. in the 1.7 branch its a bit better because there is a valueset
attribute to the compare tag. still often some default needs do be done

<mm:write referid="language">
        <mm:compare value="nl">
                <mm:import id="done">test</mm:import>
        </mm:compare>
       <%-- else -- %>
        <mm:notpresent referid="done">
        </mm:notpresent>
</mm:context>


Do we wans soms sort of grouping or a "case" tag?
 

<<winmail.dat>>

Reply via email to