Skip to content

DataTable: Row stops rendering when Command in column has update="@id" #2350

Answered by melloware
melloware asked this question in PrimeFaces
Discussion options

You must be logged in to vote

I totally understand i can't reproduce it anywhere but in my production app. VERY FRUSTRATING! But I was able to fix it for my client by adding this to their code and now everything goes back to working. @tandraschko not sure if this is worth putting in to PF core or not since I can't reproduce it.

import java.util.regex.Matcher;
import java.util.regex.Pattern;

import javax.faces.FacesException;
import javax.faces.component.UIComponent;
import javax.faces.component.search.SearchExpressionContext;
import javax.faces.component.search.SearchKeywordContext;
import javax.faces.component.search.SearchKeywordResolver;

import org.primefaces.util.ComponentTraversalUtils;

public class IdExpressi…

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

melloware
Jul 19, 2024
Collaborator Author

You must be logged in to vote
13 replies
@melloware
Comment options

melloware Jul 22, 2024
Collaborator Author

@melloware
Comment options

melloware Jul 23, 2024
Collaborator Author

@tandraschko
Comment options

@melloware
Comment options

melloware Jul 23, 2024
Collaborator Author

Answer selected by melloware
@tandraschko
Comment options

@melloware
Comment options

melloware Jul 23, 2024
Collaborator Author

@melloware
Comment options

melloware Jul 24, 2024
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working Resolution: Workaround Workaround for the issue is found
3 participants