Hi,

I'm writing to share an update about the redirecting issue we were experiencing 
with all forms.


I have implemented a fix by adding the id attribute to all sform tag.

Now, after submitting the form, I'm correctly redirected to the intended 
interface.



While the id attribute is optional, adding it seems to have resolved the issue 
in this case.

 The generated HTML has been updated following the addition of the id attribute.


Previously, the form looked like this: <form id="save-group" name="save-group" 
...>

Now, with the update, the form appears as: <form id="save-group" 
name="save-group" ...>


 It's unclear why this wasn't necessary in the previous version (2.5.22) 
because everything worked fine without it.


Thanks

Lamia

________________________________
De : Lukasz Lenart <[email protected]>
Envoyé : mardi 30 janvier 2024 10:04
À : Struts Users Mailing List <[email protected]>
Objet : Re: Velocity tags Issue after Struts upgrade to 2.5.33

wt., 30 sty 2024 o 10:01 Lamia Wertani <[email protected]> napisał(a):
>
> response:  {"messages":["Group Test successfully added"],"result":"success"}
>
> The same response is displayed on a blank page.

But this is JSON so I have no idea how does it relate to Velocity - I
would assume you have a problem with JS on your end


Cheers
Łukasz

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to