Well,
I've a problem..
I am developing simple sample web site, it is only 2 pages...
when I move to the second page, I want to change some labels' and controls' Text and Style <ex. left = 133 instead of left = 10>.
This depends on some session attribute value from page1, I receive it successfully and work using it.
The problem is that LifeCyclelisten er... destroys all changes and reset the default values !!
While tracing, I think the responsible of this is <requestDestroy ed(ServletReque stEvent event)> method.
Do you have any idea about this problem and how to deal with it ?
Thanks alot,
Emad Attalla
I've a problem..
I am developing simple sample web site, it is only 2 pages...
when I move to the second page, I want to change some labels' and controls' Text and Style <ex. left = 133 instead of left = 10>.
This depends on some session attribute value from page1, I receive it successfully and work using it.
The problem is that LifeCyclelisten er... destroys all changes and reset the default values !!
While tracing, I think the responsible of this is <requestDestroy ed(ServletReque stEvent event)> method.
Do you have any idea about this problem and how to deal with it ?
Thanks alot,
Emad Attalla
Comment