[
https://issues.apache.org/jira/browse/MYFACES-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855039#action_12855039
]
Werner Punz commented on MYFACES-2642:
--------------------------------------
Hi I am currently digging around whether client id wildcarding made it in or
not on the f:ajax side of things,
for the pure javascript side of things, you could use a query api like query to
get a list of client ids to rerender.
It is very performant to use such an API!
> jsf.ajax.request(), Ajax Render identities issues
> -------------------------------------------------
>
> Key: MYFACES-2642
> URL: https://issues.apache.org/jira/browse/MYFACES-2642
> Project: MyFaces Core
> Issue Type: Improvement
> Components: JSR-314
> Affects Versions: 2.0.0-beta-3
> Environment: apache 6, java 1.6 (mac os), safari
> Reporter: Mark Li
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> jsf.ajax.request(this, event,{render:'clientids'}) , the 'clientids' have to
> give the full client id. this is bad when i dont want to give h:form or other
> name container a specific id on the page side.
> please fix it.
> there should be a fuzzy search for closest component. but I think
> PartialViewContextImpl is not design for this, it will take some time to
> refactoring the java codes. I will change the jsf.js to work around this
> thing.
> Mark.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.