Hello,
i try to sent an selected bean with an datalink to display its values:
<element id="Log" url="/log"
implementation="com.ixmid.ixservlog.elements.Home">
<outbean name="pqepdm"
classname="com.ixmid.ixserv.dbmeta.XsvPrintQueuePdm" />
<exit name="PRINTDETAIL" />
<exit name="LOG" />
<exit name="admin" />
<submission name="changeLog">
<bean classname="com.ixmid.ixservlog.elements.LogConfig"
/>
</submission>
<flowlink srcexit="admin" destid="^Admin" />
<flowlink srcexit="PRINTDETAIL" destid="printdetail" />
<datalink srcoutbean="pqepdm" destid="printdetail"
destinbean="pqepdm" />
</element>
<element id="printdetail" extends="rife/template/print.xml"
url="/log/detail">
<property name="name">log.printdetail</property>
<inbean name="pqepdm"
classname="com.ixmid.ixserv.dbmeta.XsvPrintQueuePdm" />
</element>
The Bean has public get-methods like
getPqeDt()
getPqeDtObj()
getPqeFormular()
getPqeFormularObj()
the printdetail.html won't display the values:
<h1>DruckLog für Auftrag: <!--V 'pqeID'/--></h1>
<table>
<tr><th>Kennung</th><th>Zeitstempel</th><th>Drucker</th><th>Host</th><th>Nachricht</th></tr>
<tr><td><!--V 'pqeID'/--></td><td><!--V
'pqeDt'/--></td><td><!--V
'prnID'/--></td><td><!--V 'wksID'/--></td><td><!--V
'pqeMessage'/--></td></tr>
a) Why are the values of the bean not inserted?
b) the URL is very long, because it contains all values from the bean. Is
there an alternative way to hide the values?
Matthias
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users