Hi Matthias,

a) Why are the values of the bean not inserted?

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>

b) the URL is very long, because it contains all values from the bean. Is
there an alternative way to hide the values?

Yes, but that will store the state on the server side:
http://rifers.org/wiki/display/RIFE/Configurable+state+storage
http://rifers.org/wiki/display/RIFE/Acceptable+session+support

You can also not use a link, but a post form instead.

Best regards,

Geert

--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to