Git Product home page Git Product logo

Comments (6)

nickrussler avatar nickrussler commented on May 19, 2024

So you had the issue that the page did not change upon page change because the value of the current page was stored inside a session bean, could you resolve the problem yourself or is it still present?

from commentbox.

MohitSaluja avatar MohitSaluja commented on May 19, 2024

I have resolved the issue, as i am using standard JSF2 scopes, i have used @javax.faces.bean.ViewScoped instead of SessionScope. But you are using javax.enterprise.context.SessionScoped, So you can not switch to ViewScope.

In your case you can reset currentpage value to 1 when home button is clicked.

from commentbox.

nickrussler avatar nickrussler commented on May 19, 2024

Do you refer to the extended demo source? This is deprecated.

from commentbox.

MohitSaluja avatar MohitSaluja commented on May 19, 2024

you have used SessionScope(javax.enterprise.context.SessionScoped?) in Main.java
if you were using standard JSF scopes(javax.faces.*), you could replace that with ViewScope

from commentbox.

MohitSaluja avatar MohitSaluja commented on May 19, 2024

Ok, So is there any new one???

from commentbox.

nickrussler avatar nickrussler commented on May 19, 2024

Yes, the Demo (https://github.com/nickrussler/commentbox/tree/master/demo-source), i believe the extended demo is way too bloated and the the Demo explains how commentBox works.

from commentbox.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.