Re: AjaxLazyLoader

2014-12-19 Thread Sven Meier

Hi,

can you provide a quickstart?

Regards
Sven


On 19.12.2014 14:53, F.O.O wrote:

My production app switched to the AjaxLazyLoad rendered panel which has a
ListView component added to it. But I noticed a pattern that the first
render of the LazyLoadPanel results to an error because it renders the list
without adding one of its components.

However,on refreshing the page  it seems to render all components which I
find strange. It is as though components are not full initialized before the
page is rendered. Does this AjaxRefresh and the initialisation of components
happen in two separate threads or what could be responsible for this?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoader-tp4668849.html
Sent from the Users forum mailing list archive at Nabble.com.

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




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



Re: AjaxLazyLoader

2014-12-19 Thread wiseguy2
Hi Sven,


My LazyLoadPanel uses the following 
getApplication().getRequestCycleSettings().setGatherExtendedBrowserInfo(true); 
which happens to be interrupting with the request cycle because with the 
message saying the browser doesn't support Js. 



Would this be peculiar to building in Development, because it fixed itself when 
I removed the function.



Thanks,





Folarin





From: Sven Meier [via Apache Wicket]
Sent: ‎Friday‎, ‎December‎ ‎19‎, ‎2014 ‎2‎:‎59‎ ‎PM
To: wiseguy2




Hi, 

can you provide a quickstart? 

Regards 
Sven 


On 19.12.2014 14:53, F.O.O wrote: 

 My production app switched to the AjaxLazyLoad rendered panel which has a 
 ListView component added to it. But I noticed a pattern that the first 
 render of the LazyLoadPanel results to an error because it renders the list 
 without adding one of its components. 
 
 However,on refreshing the page  it seems to render all components which I 
 find strange. It is as though components are not full initialized before the 
 page is rendered. Does this AjaxRefresh and the initialisation of components 
 happen in two separate threads or what could be responsible for this? 
 
 -- 
 View this message in context: 
 http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoader-tp4668849.html
 Sent from the Users forum mailing list archive at Nabble.com. 
 
 - 
 To unsubscribe, e-mail: [hidden email] 
 For additional commands, e-mail: [hidden email] 
 


- 
To unsubscribe, e-mail: [hidden email] 
For additional commands, e-mail: [hidden email] 







If you reply to this email, your message will be added to the discussion below:
http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoader-tp4668849p4668851.html
 
To unsubscribe from AjaxLazyLoader, click here.
NAML

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoader-tp4668849p4668853.html
Sent from the Users forum mailing list archive at Nabble.com.

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