Hi David, none of them working,
There is no implicit object as " request " in Tobago. If there are some objects set which hold the environmental then it would be helpful in such kind of situations . ok, coming to my question, Is there any other way to invoke the servlet other then Absolute URL invokation ? Regards, Madan ----- Original Message ---- From: David Delbecq <[EMAIL PROTECTED]> To: MyFaces Discussion <[email protected]> Sent: Monday, 19 February, 2007 7:39:00 PM Subject: Re: [ Tobago ] Invoke Servlet from jsp page En l'instant précis du 02/19/07 14:38, madan chowdary s'exprimait en ces termes: > > > is there any means of doing as such with tobago > > <%=request.getContextpath() > %>/downloadServlet?id=${content.contentImageId} > Did you try "#{request.contextPath}/downloadServlet?id=#{content.contentImageId}" Or even better "http://#{request.serverName}:#{request.serverPort}/#{request.contextPath}/downloadServlet?id=#{content.contentImageId}"; __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/

