Hi Muralidhar,
My understanding is that the class enhancement is done dynamically at
runtime and the resulting objects are cached in an object pool for
future use. If this is correct, which I believe it to be, then no,
there is no generated code for you to see.
--
Kevin
On Jul 31, 2005, at 6:09 AM, Muralidhar Y. wrote:
Hai actually for every view template, that mean for example
Hello.html there
will be Hello.page and Hello.class so finally the page will be
built from
all these 3 components. Is there possibility to see that code.
Means from
these three components an object might be building with final
result which
is sent to the browser , so where does that object reside and is there
possibility to see that code.