Hi,
instead of typing
#if (!$kundeanlegenGroup.PasswordValue.isValid())
$kundeanlegenGroup.PasswordValue.Message<br>
#end
<input type="Text" name="$kundeanlegenGroup.PasswordValue.Key"
value="$!kundeanlegenGroup.PasswordValue" size="20">
in my template I'd like to pass $kundeanlegenGroup.PasswordValue to macro
that looks like that:
#macro (valTextFeld $bezeichnung $feld $size)
<tr><td align="right">$bezeichnung</td><td>
#if (!$feld.isValid())
$feld.Message<br>
#end
<input type="Text" name="$feld.Key" value="$!feld" size="$size"></td></tr>
#end
But calling #valTextFeld("Name:" $kundeanlegenGroup.PasswordValue 20)
doesn't work unfortunately.
Is it not possible to pass an object to an Intake macro?
If yes, how to do so?
TIA.
Marc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>