<s:property value="%{sourceName}"/>
<input type="text" name="sourceName" size="40" maxlength="25000" id="sourceName" class="gray" value="%{sourceName}"/>
<s:property>
prints the string present in sourceName, but unable to set the value attribute for textfield to sourceName.
Why is it that I am able to access value from value stack at some places and not at others?