Hello,

i've got another question:

You have to set them through the Template setBean method, or prefix the name of each property with 'INPUT:'. Like this:
      <h1>DruckLog für Auftrag: <!--V 'INPUT:pqeID'/--></h1>
<table>
<tr><th>Kennung</th><th>Zeitstempel</th><th>Drucker</th><th>Host</th>
<th>Nachricht</th></tr>
<tr><td><!--V 'INPUT:pqeID'/--></td><td><!--V 'INPUT:pqeDt'/--></td>
<td><!--V'INPUT:prnID'/--></td><td><!--V 'INPUT:wksID'/--></td><td>
<!--V 'INPUT:pqeMessage'/--></td></tr>

The second parameter "pqeDt" of my inbean is of type java.util.Date.
Instead of displaying the date,
the template engine gives me something like an hashcode "ADFR4FD8...."

How can i display the date,
and how can i set the format of this date?


--
gruss,
Matthias
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to