Menu

#29 <label> question

open
nobody
None
5
2021-03-17
2021-03-17
No

I have this code:

<property name="X" value="cucumber"></property>
<antform> ...
<label>${X}</label>
</antform>

The form displays and shows ${X} instead of "cucumber".

Is there a way to show the value of X, instead of the literal property string?

Thanks!

Discussion


Log in to post a comment.