Hi,

I am coming with this topic as I left it on the side while fixing some other stuffs:
<span jwcid="ifError">
<div id="error">
<table>
<tr>
<td>
<img jwcid="@Image" image="ognl:assets.warningImage"/>
</td>
<tr jwcid="@Foreach" source="bindings.delegate.object.fieldTrackings" value="ognl:fieldTracking">
<span jwcid="@Conditional" condition="ognl:fieldTracking != null">
<td> DvJ - <span jwcid="@Delegator" delegate="ognl:fieldTracking.errorRenderer">Error message goes here.</span> </td>
</span>
</tr>
</table>
</div>
</span>


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE component-specification
PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";>
<component-specification class="org.apache.tapestry.BaseComponent"
allow-body="no" allow-informal-parameters="no">
<parameter name="delegate" type="org.apache.tapestry.valid.IValidationDelegate" required="yes"/>
<private-asset name="warningImage" resource-path="/images/attention.gif"/>
<property-specification name="fieldTracking" type="org.apache.tapestry.valid.IFieldTracking"/>
<component id="ifError" type="Conditional">
<binding name="condition" expression="bindings.delegate.object.hasErrors"/>
</component>
</component-specification>


Even if I am in error, nothing is appear... only the icon!

Any ideas?

Thanks.
DvJ



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to