Recently I am trying Java with Struts 1.
While I was playing with the tag in my struts-config.xml,
I was wondering whether I can set the attribute, mainly path in struts-config.xml dynamically?
Like using the value of a variable in the Action.java to config the xml file to have a dynamic forwarding path?
Thanks.
See the last comment in this post on JavaRanch, I had to do this in the past and I believe that should work for you.