Hi,
 
I would like to define an element that can have either another element as a child or a simple text but not both, e.g:
 
<SetProperty name="myProp"> new_value </SetProperty>
 
Or
 
<SetProperty name ="myProp">
<GetProperty bean="bean1" name="aProp"/>
</SetProperty>
 
But not
 
<SetProperty name="aProp">
bla bla
<GetProperty bean="bean1" name="aProp"/>
</SetProperty/>
 
 
Thanks in advanced.

Reply via email to