I'm trying to access a ststic method (processRequest) abd need a bit of
help with the syntax, help would be appreciated - thanks.
request.setAttribute("evaluationboarditems",
SamplesListingHelper.processRequest(request, conn));
Eric Sosman - 08 Sep 2006 14:44 GMT
paulMrooney@googlemail.com wrote On 09/08/06 08:14,:
> I'm trying to access a ststic method (processRequest) abd need a bit of
> help with the syntax, help would be appreciated - thanks.
>
> request.setAttribute("evaluationboarditems",
> SamplesListingHelper.processRequest(request, conn));
This is syntactically correct. You didn't provide
enough information to determine whether it's semantically
correct, too.
In other words: What problem are you having?

Signature
Eric.Sosman@sun.com
Mark Space - 09 Sep 2006 00:23 GMT
> I'm trying to access a ststic method (processRequest) abd need a bit of
> help with the syntax, help would be appreciated - thanks.
>
> request.setAttribute("evaluationboarditems",
> SamplesListingHelper.processRequest(request, conn));
Your search - SamplesListingHelper - did not match any documents.
Suggestions:
* Make sure all words are spelled correctly.
So.... maybe check the spelling of that class name?