Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using masonry.js with Spring Flow. When I call flow (from subflow) with .xhtml where I putted Masonry there is no masonry effect on the screen (boxes appear but Masonry not):/ It works very well when I open new page by click commandButton but in this case I have big problem.

I initialized masonry on several ways (in $(window).load() and $(document).ready()). No success. The same problem I have when I'm using outputLink which redirects to page with Masonry (boxes appear, masonry effect not)

Can you help me?

share|improve this question
One the rendered page when I pressed F5 everything is okay and masonry is loading. – user2095873 Feb 21 at 14:55
When Masonry is initialized in $(document).ready()) when I enter page, nothing happened, and in console last thing is: .../spring/javax.faces.resource/jsf.js – user2095873 Feb 21 at 15:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.