Struts2 dynamic parameter name in redirect-action

后端 未结 2 719
闹比i
闹比i 2021-01-06 16:29

I\'m successfully using a redirect-action for one of my struts2 mapping files as follows:

         


        
2条回答
  •  庸人自扰
    2021-01-06 17:09

    Actually, that doesn't work. However, I was able to get this working doing the following:

    
       
          myOtherAction
          ${dynamicParameterValue}
       
    
    

    I had just assumed it wouldn't work.

提交回复
热议问题