wt., 10 cze 2025 o 18:23 Ute Kaiser <[email protected]> napisał(a):
>
> Update after more investigating Nate's answer:
>
> <s:submit type="input" value="Delete"
> onclick="document.getElementById('deleteid').value='%{id}';">
>
> Using ${id} threw an error (I suppose my config not fit for JSP EL)
Nope, basically ${} means "use JSP EL" which is prohibited "inside" S2
tags, using %{} means "use OGNL expression" which is fine.
Cheers
Łukasz
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]