Hello

I wish to call a static method from the view and make the results available
to my view. I believed I would have to do something like this to achieve
that :

<s:set name="docs" scope="request"
value="@[EMAIL PROTECTED](product)"/>

The above piece of code indeed calls the method. But the result doesnt get
set on the variable as expected. Am I missing something here?

-- 
Thanks
Ram

Reply via email to