Struts 2 question.

In a jsp page I have a reference to a bean:

<s:bean name="dk.frojonck.pingtest.graphic.ResultsDetail" id="result">
 <s:param name="jobIdText"><s:property value="jobId"/></s:param>
 </s:bean>

My problem is to set the parameter jobIdText, which need the value from the jobId attribute. Actually the jobId is a parameter in the http request.

Above I am just trying to get the value from the Action class, which is invoked, when the jsp-page (action) is called. But it does not work. I get a null value. My question is, how do I pass one parameter from one bean to another bean in a jsp page.


Best regards
Torben Frøberg

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

Reply via email to