Hello, I found a field's help icon + text is not rendered in the following case. Am I doing something wrong? The hint *is* rendered, by the way. The xpath is correct, I checked with the model inspector. Thank you,
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Never mind, I found the problem. The TD element
should have been like below because the current context is changed to
'value'.
<td>
<xf:input ref="value"> <xf:label/> <xf:help> <xf:output ref="../description"/> </xf:help> <xf:hint> <xf:output ref="../description"/> </xf:hint> </xf:input> </td>
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |