isharatbabu wrote:
> 
> 
> 
> Hi,
> 
> I am facing with similar problem. Did u get the solution? if yes please
> help me soon.
> 
> Response will be appreciated.
> 
> 
> torben wrote:
>> 
>> 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]
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Bean-problem-tf3944343.html#a12233650
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to