Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle INSERT jsf changes too #7

Open
marcorinck opened this issue Dec 22, 2014 · 1 comment
Open

handle INSERT jsf changes too #7

marcorinck opened this issue Dec 22, 2014 · 1 comment

Comments

@marcorinck
Copy link
Owner

current implementation only handles jsf UPDATES, not INSERTS.

(apparently inserts are seldom used, standard mojarra jsf doesn't seem to use them at all)

@stephanrauh
Copy link

Neither MyFaces nor Mojarra use UPDATE, INSERT nor DELETE, but they do support them. AFAIK these commands are only used by ICEFaces and BabbageFaces (which is a project of mine). Also see http://www.beyondjava.net/blog/jsf-understanding-optimizing-ajax-response/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants