Would one expect that given

<property name="dummy" id="dummyId" value="test" />

the following two constructs yield the same result

<property name="dummy2" value="${dummy}" />
<property name="dummy2" refid="dummyId" />

i.e. should Property get a toString method returning the value of the
property?

Stefan

PS: Vincent, please send a "diff -u" next time, a lot easier to apply
than copy/pasting code.

Reply via email to