[ https://issues.apache.org/jira/browse/WW-5490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901973#comment-17901973 ]
nikos dimitrakas commented on WW-5490: -------------------------------------- I think you misunderstood. It is the class TextField (and others in that package) that still uses the old ValueStack class (the deprecated one) so when I try to use the new one in our subclasses of TextField I am still forced to use the deprecated one in order to call the super constructor. Is there a reason why for example TextField cannot use the new ValueStack class? > Deprecated ValueStack still being used > -------------------------------------- > > Key: WW-5490 > URL: https://issues.apache.org/jira/browse/WW-5490 > Project: Struts 2 > Issue Type: Improvement > Affects Versions: 6.7.0 > Reporter: nikos dimitrakas > Priority: Major > Fix For: 6.7.0 > > > com.opensymphony.xwork2.util.ValueStack got deprecated in 6.7.0 (according to > WW-3714) but many classes in org.apache.struts2.components (like TextField, > TextArea) still use it. Is it intentional or were they missed? -- This message was sent by Atlassian Jira (v8.20.10#820010)