page refresh problem

2006-10-17 Thread Madhav Bhargava
Hi All, Following is the layout of my web page: Left navigational menu which contains collapsible menu items. Top header which I static. Content section. The content section in many pages is composed of several tabs. Consider a scenario: User clicks on the left

Re: page refresh problem

2006-10-17 Thread Jeff Bischoff
Madhav, You may need to use redirect. See the following discussions: [1] http://wiki.apache.org/myfaces/Custom_Navigation_Handler [2] http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls [3]

RE: page refresh problem

2006-10-17 Thread Madhav Bhargava
Jeff, When the same page is refreshed via a redirect, the state is lost. The top static section of almost all web pages contain drop down component. These are populated via - Collections sitting in application scope or collections sitting in request scope. When a redirect happens, the values

Re: page refresh problem

2006-10-17 Thread ::SammyRulez::
old school refresh needs JSF page not to be a post-back. If you can review your navigation http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls worked well for me. p.s: non javascript browser end fancy effects do not match... :-( 2006/10/17, Madhav Bhargava [EMAIL PROTECTED]:

Re: page refresh problem

2006-10-17 Thread Jeff Bischoff
::SammyRulez:: wrote: old school refresh needs JSF page not to be a post-back. If you can review your navigation http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls worked well for me. Yes, take a look. p.s: non javascript browser end fancy effects do not match... :-( I agree

Re: jsf page refresh problem

2006-03-17 Thread Mike Kienenberger
If you use a redirect tag in your navigation case, this will happen. Note that you cannot currently preserve messages or saveState data across a redirect. I recommend only using a redirect when you're going to a new page that has no dependencies on the previous page. On 3/16/06, Anthony Hong

jsf page refresh problem

2006-03-16 Thread Anthony Hong
There is a problem in jsf page when refreshing browser. Say there is a page to create a new car information(A form with serveral input text boxes). After clicking save button. I click refresh button in IE tool bar or F5. Then it the form re-submitted and create again. But I want it refresh

jsf Page Refresh Problem

2006-02-20 Thread Ali Raza
Greetings yet again,I am facing a problem with myfaces. Whenever i refresh the page the previous action that i have performed (event trigerred) is repeated. I am quite far along in my work on custom jsf components and might have to scrap all my work because of this problem. Any help in this regard

Re: Page Refresh Problem

2006-02-01 Thread Laurie Harper
Ali Raza wrote: Greetings, Is there any way to determine whether a page has been refresehed ? Is there some object in the request Map or something to indicate that the page has been refreshed from the client instead of actual postback from some submit button ? My problem is that when the page

Re: Page Refresh Problem

2006-02-01 Thread Ali Raza
hey Laurie,I browsed the shale package details etc and all the functionality was either devlopoing or evolving in terms of stability ratings. are there any stable alternatives ?Thanx ALI On 2/2/06, Laurie Harper [EMAIL PROTECTED] wrote: Ali Raza wrote: Greetings, Is there any way to determine

Re: Page Refresh Problem

2006-02-01 Thread Craig McClanahan
On 2/1/06, Ali Raza [EMAIL PROTECTED] wrote: hey Laurie,I browsed the shale package details etc and all the functionality was either devlopoing or evolving in terms of stability ratings. are there any stable alternatives ? No ... it's too early for that kind of guarantee. But, if you look at the

Re: Page Refresh Problem

2006-02-01 Thread Laurie Harper
Well, packages marked 'developing' *are* stable, reasonably. Any changes should just extend the existing functionality without breaking compatibility with what's there today. The shale.view package in particular, which provides the features I cited below, should be pretty solid at this point.

Re: Page Refresh Problem

2006-02-01 Thread Ali Raza
Thanx a lotAliOn 2/2/06, Laurie Harper [EMAIL PROTECTED] wrote: Well, packages marked 'developing' *are* stable, reasonably. Any changesshould just extend the existing functionality without breakingcompatibility with what's there today. The shale.view package inparticular, which provides the