the situation happens when I use <jsp:forward> instead of refresh in my index.jsp file... I have no idea what linkDummyForm is but I can find it in the generated html, still it does not work however, it is strange that when using direct access to the startup page without index file it works but not for links to dialogs :-(
______________________________________________________________ > Od: [EMAIL PROTECTED] > Komu: MyFaces Discussion <[email protected]> > CC: > Datum: 06.04.2006 23:28 > Předmět: Re: jsf view init > > Check to see if the linkDummyForm is being created the first time the page > is rendered (remove your refresh) > > > Jan Zach wrote: > > Hi everybody! > > > > Whener I access a view for the first time it is strangely initialized > and the first click on a link that should invoke an action does not work. > The second one and all next works. > > > > In my index.jsp file I solved this by putting > > > > > > > which redirects users to the right (and working) view. > > > Now I need to open a dialog window; it is done from javascript by > window.open("/somepage.jsf") and I've ecountered the same problem. I'd > like to avoid redirection of the page. Any idea? > > > > Thanks > > > > jan > > > > > > > > > > > > > > > >

