Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-27 Thread Chris Darlaston

Thanks Josh, that worked a treat and solved the issue.


Josh Canfield wrote:
> 
> Try adding autocomplete="off" on your radio button element. I haven't
> tried it, but it works for input fields.
> 
> On Wed, May 26, 2010 at 9:09 AM, Chris Darlaston 
> wrote:
>>
>> Using cmd-R, I get the right page shown again. If this is a browser
>> related
>> problem does anyone have any ideas how to get Safari to reload the page
>> or
>> not to cache the radio button information?
>>
>>   thanks
>>
>>         Chris
>>
>>
>> Howard Lewis Ship wrote:
>>>
>>> It can be hard to say; too often, the browser is doing something
>>> clever for you (the way it often fills in user name and password
>>> fields for you). Doing a hard refresh (cmd-R) usually clarifies
>>> whether the problem is the browser or Tapestry.
>>>
>>> On Tue, May 25, 2010 at 6:55 AM, Chris Darlaston 
>>> wrote:

 Hi,

  I have a t:radiogroup set of buttons in a t:progressivedisplay. On
 selection of the radio button, another zone is updated (which contains
 a
 drop down list) is done via a t:mixins.  In Firefox 3, IE 8, it works
 perfectly and on using 'Back' from the browser, the
 t:progressivedisplay
 component upon loading appears to reset the page and the default radio
 button is loaded and the default drop down list in the corresponding
 zone
 is
 loaded.

  When I use Safari on either Windows or MacOS, and I go through the
 same
 motions, the t:progressivedisplay element still appears to reset (you
 get
 the Loading animation);  the state of the radio group is in the state
 it
 was
 in when you left the page and the drop down list is in the default
 state
 ...

  Is there an issue with t:progressivedisplay not fully reloading and
 updating all the elements inside it?

 Example nesting:

   

     
             >>> value="mainCategoryIterator"
                t:mixins="zoneUpdater" zone="primarySelectZone"
 event="changeMainCategory"
                clientEvent="click" context="mainCategoryIterator.id"/>
           ..
     

    >>> t:update="show">
        >>>                t:mixins="zoneUpdater" zone="secondarySelectZone"
 event="changePrimarySelect"
                clientEvent="change"
 context="mainCategory?.id">
    
  


 --
 View this message in context:
 http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28668681.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org


>>>
>>>
>>>
>>> --
>>> Howard M. Lewis Ship
>>>
>>> Creator of Apache Tapestry
>>>
>>> The source for Tapestry training, mentoring and support. Contact me to
>>> learn how I can get you up and productive in Tapestry fast!
>>>
>>> (971) 678-5210
>>> http://howardlewisship.com
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28682858.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
> 
> 
> 
> -- 
> --
> http://www.bodylabgym.com - a private, by appointment only, one-on-one
> health and fitness facility.
> --
> http://www.ectransition.com - Quality Electronic Cigarettes at a
> reasonable price!
> --
> TheDailyTube.com. Sign up and get the best new videos on the internet
> delivered fresh to your inbox.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28693893.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-26 Thread Josh Canfield
Try adding autocomplete="off" on your radio button element. I haven't
tried it, but it works for input fields.

On Wed, May 26, 2010 at 9:09 AM, Chris Darlaston  wrote:
>
> Using cmd-R, I get the right page shown again. If this is a browser related
> problem does anyone have any ideas how to get Safari to reload the page or
> not to cache the radio button information?
>
>   thanks
>
>         Chris
>
>
> Howard Lewis Ship wrote:
>>
>> It can be hard to say; too often, the browser is doing something
>> clever for you (the way it often fills in user name and password
>> fields for you). Doing a hard refresh (cmd-R) usually clarifies
>> whether the problem is the browser or Tapestry.
>>
>> On Tue, May 25, 2010 at 6:55 AM, Chris Darlaston 
>> wrote:
>>>
>>> Hi,
>>>
>>>  I have a t:radiogroup set of buttons in a t:progressivedisplay. On
>>> selection of the radio button, another zone is updated (which contains a
>>> drop down list) is done via a t:mixins.  In Firefox 3, IE 8, it works
>>> perfectly and on using 'Back' from the browser, the t:progressivedisplay
>>> component upon loading appears to reset the page and the default radio
>>> button is loaded and the default drop down list in the corresponding zone
>>> is
>>> loaded.
>>>
>>>  When I use Safari on either Windows or MacOS, and I go through the same
>>> motions, the t:progressivedisplay element still appears to reset (you get
>>> the Loading animation);  the state of the radio group is in the state it
>>> was
>>> in when you left the page and the drop down list is in the default state
>>> ...
>>>
>>>  Is there an issue with t:progressivedisplay not fully reloading and
>>> updating all the elements inside it?
>>>
>>> Example nesting:
>>>
>>>   
>>>
>>>     
>>>             >> value="mainCategoryIterator"
>>>                t:mixins="zoneUpdater" zone="primarySelectZone"
>>> event="changeMainCategory"
>>>                clientEvent="click" context="mainCategoryIterator.id"/>
>>>           ..
>>>     
>>>
>>>    >> t:update="show">
>>>        >>                t:mixins="zoneUpdater" zone="secondarySelectZone"
>>> event="changePrimarySelect"
>>>                clientEvent="change" context="mainCategory?.id">
>>>    
>>>  
>>>
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28668681.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator of Apache Tapestry
>>
>> The source for Tapestry training, mentoring and support. Contact me to
>> learn how I can get you up and productive in Tapestry fast!
>>
>> (971) 678-5210
>> http://howardlewisship.com
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28682858.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
--
http://www.bodylabgym.com - a private, by appointment only, one-on-one
health and fitness facility.
--
http://www.ectransition.com - Quality Electronic Cigarettes at a
reasonable price!
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-26 Thread Chris Darlaston

Using cmd-R, I get the right page shown again. If this is a browser related
problem does anyone have any ideas how to get Safari to reload the page or
not to cache the radio button information?

   thanks

 Chris


Howard Lewis Ship wrote:
> 
> It can be hard to say; too often, the browser is doing something
> clever for you (the way it often fills in user name and password
> fields for you). Doing a hard refresh (cmd-R) usually clarifies
> whether the problem is the browser or Tapestry.
> 
> On Tue, May 25, 2010 at 6:55 AM, Chris Darlaston 
> wrote:
>>
>> Hi,
>>
>>  I have a t:radiogroup set of buttons in a t:progressivedisplay. On
>> selection of the radio button, another zone is updated (which contains a
>> drop down list) is done via a t:mixins.  In Firefox 3, IE 8, it works
>> perfectly and on using 'Back' from the browser, the t:progressivedisplay
>> component upon loading appears to reset the page and the default radio
>> button is loaded and the default drop down list in the corresponding zone
>> is
>> loaded.
>>
>>  When I use Safari on either Windows or MacOS, and I go through the same
>> motions, the t:progressivedisplay element still appears to reset (you get
>> the Loading animation);  the state of the radio group is in the state it
>> was
>> in when you left the page and the drop down list is in the default state
>> ...
>>
>>  Is there an issue with t:progressivedisplay not fully reloading and
>> updating all the elements inside it?
>>
>> Example nesting:
>>
>>   
>>
>>     
>>             > value="mainCategoryIterator"
>>                t:mixins="zoneUpdater" zone="primarySelectZone"
>> event="changeMainCategory"
>>                clientEvent="click" context="mainCategoryIterator.id"/>
>>           ..
>>     
>>
>>    > t:update="show">
>>        >                t:mixins="zoneUpdater" zone="secondarySelectZone"
>> event="changePrimarySelect"
>>                clientEvent="change" context="mainCategory?.id">
>>    
>>  
>>
>>
>> --
>> View this message in context:
>> http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28668681.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
> 
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28682858.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-25 Thread Howard Lewis Ship
It can be hard to say; too often, the browser is doing something
clever for you (the way it often fills in user name and password
fields for you). Doing a hard refresh (cmd-R) usually clarifies
whether the problem is the browser or Tapestry.

On Tue, May 25, 2010 at 6:55 AM, Chris Darlaston  wrote:
>
> Hi,
>
>  I have a t:radiogroup set of buttons in a t:progressivedisplay. On
> selection of the radio button, another zone is updated (which contains a
> drop down list) is done via a t:mixins.  In Firefox 3, IE 8, it works
> perfectly and on using 'Back' from the browser, the t:progressivedisplay
> component upon loading appears to reset the page and the default radio
> button is loaded and the default drop down list in the corresponding zone is
> loaded.
>
>  When I use Safari on either Windows or MacOS, and I go through the same
> motions, the t:progressivedisplay element still appears to reset (you get
> the Loading animation);  the state of the radio group is in the state it was
> in when you left the page and the drop down list is in the default state ...
>
>  Is there an issue with t:progressivedisplay not fully reloading and
> updating all the elements inside it?
>
> Example nesting:
>
>   
>
>     
>                             t:mixins="zoneUpdater" zone="primarySelectZone" 
> event="changeMainCategory"
>                clientEvent="click" context="mainCategoryIterator.id"/>
>           ..
>     
>
>    
>                        t:mixins="zoneUpdater" zone="secondarySelectZone"
> event="changePrimarySelect"
>                clientEvent="change" context="mainCategory?.id">
>    
>  
>
>
> --
> View this message in context: 
> http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28668681.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-25 Thread Chris Darlaston

Hi,

  I have a t:radiogroup set of buttons in a t:progressivedisplay. On
selection of the radio button, another zone is updated (which contains a
drop down list) is done via a t:mixins.  In Firefox 3, IE 8, it works
perfectly and on using 'Back' from the browser, the t:progressivedisplay
component upon loading appears to reset the page and the default radio
button is loaded and the default drop down list in the corresponding zone is
loaded.

  When I use Safari on either Windows or MacOS, and I go through the same
motions, the t:progressivedisplay element still appears to reset (you get
the Loading animation);  the state of the radio group is in the state it was
in when you left the page and the drop down list is in the default state ...

  Is there an issue with t:progressivedisplay not fully reloading and
updating all the elements inside it?

Example nesting:

   
 
 
 
   ..
 




 

   
-- 
View this message in context: 
http://old.nabble.com/T5%3A-ProgressiveDisplay---Possibly-not-reloading-properly-on-Safari-when-user-uses-browser-%27Back%27-Button-tp28668681p28668681.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org