We have a web application. It uses JSF (myfaces) and Dojo, and contains
a few frames. In one of the frames there is a menu. When a menu item is
clicked, a page on another frame is displayed. But sometimes instead of
the selected page the menu is displayed, so we have two menus: one in
the 'menu' frame, and another in the 'page' frame. What's wrong? We
know, that it may be a problem with IBM WSAD, but we don't use it.
irekm - 12 Oct 2006 07:59 GMT
I know, that I can use javax.faces.STATE_SAVING_METHOD = client in
web.xml. But we want to use the 'server' value.
Andrew Thompson - 12 Oct 2006 08:18 GMT
> We have a web application. It uses JSF (myfaces) and Dojo, and contains
> a few frames. In one of the frames there is a menu. When a menu item is
> clicked, a page on another frame is displayed. But sometimes instead of
> the selected page the menu is displayed, so we have two menus: one in
> the 'menu' frame, and another in the 'page' frame. What's wrong?
'Frames' or any particular UA's rendering of them (or
failure to render them).
[ I experience the same problem occasionally, while
browsing an offline copy of the JavaDocs. ]
Andrew T.