Konrad Billewicz a écrit :
do you need to put dictionaryId to querystring?
i come up with
<html:form action="createDictionaryEntity">
<input type="hidden" name="dictionaryId" value="<bean:write name="dictionaryId"/>">
as an alternative


It is a good idea. But... shouldn't I avoid using non-Struts HTML form tags in Struts-driven applications? I am quite new in Struts and I don't want to get bad habits. :-)


In the Struts framework, you have to avoid including logic in the presentation layer (JSP), but this is only a recommendation. Frankly, I know of no other way to concatenate strings for instance than the one I already told you about. I have no code whatsoever in my JSPs, but for those tiny little things (use of constants where I can, and use of concatenation where I must).

--
Stéphane Zuckerman

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

Reply via email to