Hi,

can someone explain why it's bad practice to do something like this in a jsp page :

<sometaglib:sometag var="result"/>
<s:hidden name="property" value="${result}”/>


??

Thanks !



The 2 point is the most important, from my view.
Use JSP EL in Struts2 tag is not a best pratice. Match these kind of
languages could make the code confuse to be maintained. Sometimes you use
OGNL, othertimes you use JSTL EL.


Is 2. really a problem? Sorry, I didn't really understand.
The second problem is keep feeding this pratice (use JSTL EL).



--
Ing. Andrea Vettori
Consulente per l'Information Technology


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to