Description
<h:outputFormat
value="#
">
<f:param id="param_1" name="0" value="#
" rendered="#
{!WVSForm.a_No_Personal_Printer}" />
<f:param id="param_2" name="0" value="#
" rendered="#
{WVSForm.a_No_Personal_Printer}" />
</h:outputFormat>
This doesen't work. The rendered true/false has no effect which param is used or not. I wanted to decide here, what should be inserted in the part of my Text.
Works as designed or error?