I have a templated page.  In a detail display section (in Detail.jsp), after
an update, I forward back to the main page (call it Master.jsp).  I also
have a search section (Search.jsp) on the page.  I put a log statement in a
getter on the Form Bean behind Search.jsp.  I notice that when I do
something to kick off an update of Detail.jsp and it forwards back to
Master.jsp, the getter in SearchForm gets called not just once (which I
would expect) but three or four times.  Is there some switch I should be
setting to avoid this?  Is it normal, but not a significant performance hit
anyway?

Thanks.

T. McCobb

Reply via email to