Hi all,
I'm trying to prevent jelly from expanding empty
elements in output.
My script snippet is:
<j:if test="${oneToManyTag != null}">
<one-to-many class="${oneToManyTag.class_}"/>
</j:if>
And I use dom4j xml writer ( expandEmptyElements is
set to false )
But it comes out as:
<one-to-many
class="com.infodesire.educator.data.Group">
</one-to-many>
( and this is critical because hibernate chokes on it
)
Did somebody managed this, or can tell me where to
dig?
regards,
=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verst�rkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] f�r die Festanstellung.
Arbeitsort: Mainz
Skills: Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------
__________________________________
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]