Hi Mark, So UpdateData is your page and UpdateData.htm is an empty template? >From Click's perspective that is simply a request to a page passing the "id" as a parameter. Should work just fine. Anything in the logs?
Kind regards Bob On Tue, Oct 4, 2011 at 6:11 PM, mkgolfer <[email protected]> wrote: > Hi All, > I have a Click Servlet that is only called by our integration layer via an > HTTP Request...like this: > https://localhost/app_name/UpdateData.htm?id=1 > > When I make this call from the browser, I get a blank page (as expcted) but > the servlet never actually fires. The onInit() does not execute nor does > the onGet(). > > Am I making any sense? Is this something that Click cannot do? > > Thanks > > Mark K > > -- > View this message in context: > http://click.1134972.n2.nabble.com/Cannot-call-Click-Standalone-Servlet-tp6859177p6859177.html > Sent from the click-user mailing list archive at Nabble.com. >
