RE: one step delayed url

2006-07-20 Thread Jan Zach
your >navigation rules plus make sure that you put your beans in a scope where you >can use them in the next request if you need them such as a flash scope >(oops, nevermind that scope isn't myfaces), session scope, dialog scope, >SEAM (if you use it) conversation scope, etc.

one step delayed url

2006-07-20 Thread Jan Zach
Hi, don't you have anobody idea why url is laggin one step behind the actual url of the application? For example the app is in /page1.jsf with navigation control pointing to /page2.jsf. After firing the control the navigation properly handles the request and /page2.jsf is displayed, however, in

Re: spontaneous locale change in view root

2006-05-26 Thread Jan Zach
ng redirect? On a redirect, the locale is lost... > > regards, > > Martin > > On 5/26/06, Jan Zach <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've a multilingual web site. When a session is being established I'm > checking the requsted locale

spontaneous locale change in view root

2006-05-25 Thread Jan Zach
Hi, I've a multilingual web site. When a session is being established I'm checking the requsted locale in the request and set it into the view root. I've also locale switching buttons on the page to select  locale explicitly. Everything works nicely but... in fact there are two sites in one, bo

Re: commandlink inside datatable still broken?

2006-05-24 Thread Jan Zach
Hi, I face the same problems. It is not related to data table only and it probably depends even on the code in surroundings. For example, commandLink does not work in the same form with inputFileUpload...interesting that commandButton does.  Today I encountered problem with data list - it works i

Re: commandLink vs. commandButton logic

2006-04-11 Thread Jan Zach
,minimizable=false,top");         popup.openerFormId = source.id.substring(0, source.id.lastIndexOf(":"));         popup.focus();     } __ > Od: [EMAIL PROTECTED] > Komu: "MyFaces Discussion" > CC:

commandLink vs. commandButton logic

2006-04-11 Thread Jan Zach
Hi everybody! Whenever I use a commandLink in the same form along with the inputHtml component, the commandLink does not work but commandButton does. I'm not able to figure out the difference from the generated html mess... Does anybody else encounter this? A similar poblem found when a dialog w

Re: jsf view init

2006-04-06 Thread Jan Zach
> 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 wor

jsf view init

2006-04-06 Thread Jan Zach
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) vie