Re: [ Tobago ] Help Regarding invoking Managed Bean from dos/unix shell

2007-05-07 Thread Madan Narra
Hi Udo, Thnx for the response.. Its working fine now.. -- Regards, Madan N

Re: [ Tobago ] Help Regarding invoking Managed Bean from dos/unix shell

2007-05-07 Thread Udo Schnurpfeil
In the FishServlet is a reference to the managed bean "fishPond". It can be used after: FishPond fishPond = (FishPond) VariableResolverUtil.resolveVariable(facesContext, "fishPond"); Regards Udo By the way, the NonFacesRequestServlet is a way to provide external links with parameters to

Re: [ Tobago ] Help Regarding invoking Managed Bean from dos/unix shell

2007-05-07 Thread Madan Narra
Hi Udo, Thnx for the quick response. I have another doubt to get clarified . In the NonFacesRequest Example, the " FishServlet " extends NonFacesRequestServlet. This class is specified in web.xml. Can the same servlet be used as a Managed bean (registered in faces-config.xml) ie if it can be

Re: [ Tobago ] Help Regarding invoking Managed Bean from dos/unix shell

2007-05-07 Thread Udo Schnurpfeil
You may extend the NonFacesRequestServlet like in the tobago-example-nonfacesrequest. Regards Udo Madan Narra schrieb: Hi All, I have a doubt which may / may not be related to Tobago , but its sure that its related to JSF. I have a cron job running on UNIX platform , which is scheduled t

[ Tobago ] Help Regarding invoking Managed Bean from dos/unix shell

2007-05-07 Thread Madan Narra
Hi All, I have a doubt which may / may not be related to Tobago , but its sure that its related to JSF. I have a cron job running on UNIX platform , which is scheduled to perform a specific operation. Previously the job calls a URL with a parameter passed to the Servlet , something like this "