Re: s:url tag using includeParams=all include invalid url

2022-10-12 Thread Łukasz Lenart
Hi Burton Feel free to open a ticket in JIRA and continue discussion there. I'm missing a bit of information to investigate this problem. Cheers -- Łukasz pon., 10 paź 2022 o 17:48 Burton Rhodes napisał(a): > > After a bit more testing it seems all of my executeAndWait implementations > are

Re: s:url tag using includeParams=all include invalid url

2022-10-10 Thread Burton Rhodes
After a bit more testing it seems all of my executeAndWait implementations are breaking using the standard recommended refresh implementation [1]. The new tag code appends the "method" to the action file name making the url invalid. So instead of "actionName.action" the result is "actionName!metho

s:url tag using includeParams=all include invalid url

2022-10-07 Thread Burton Rhodes
After upgrading to Struts 6.0.x, the format of the url returned when using includeParams seems to have changed. It now includes "!queue.action" which is causing issues in my application. I am using it during an executeAndWait call to refresh the page (using refresh logic in my javascript). Is this