Hi, I would like to use Struts tags in JSP file in order to dynamically merge two beans. First is constant String, second is an Integer. The current, very dirty : -(, version is as follows (I present it in order to give you a better view of what I'm trying to do):
<bean:define id="dictionaryId" name="dictionaryId" scope="request" /> ... <% String action = "createDictionaryEntity.do?dictionary=" + (Integer) dictionaryId; %> <html:form action="<%= action %>"> Probably it's quite easy and straightforward but I have been searching and haven't found an answer. Best regards, Konrad Billewicz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]