wt., 10 cze 2025 o 18:23 Ute Kaiser <ut...@web.de.invalid> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to