hello,
i have a jsp code like this:
<s:textfield name="myName" key="myKey" maxlength="12">
<s:param name="value" value="%{#parameters.myParameter}"/>
<s:param name="labelcolspan" value="%{1}" />
<s:param name="inputcolspan" value="%{1}" />
</s:textfield>
myParameter is passed by url.
If i execute this in tomcat(i've installed in my machine) there is no
problem, the application gets the parameter; but if i execute it in the
oracle application server i don't see the parameter in the text file...
Does anybody knows why?
Thanks in advance!
--
View this message in context:
http://www.nabble.com/parameters-from-url-tp18492181p18492181.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]