volosied commented on PR #435: URL: https://github.com/apache/myfaces/pull/435#issuecomment-1359905237
Currently (RC2), we don't. We only render `name="jakarta.faces.ViewState"`. This PR prefixes with the id (via Java) now so it looks more like: `name="j_id__v_0:jakarta.faces.ViewState"`. However, it doesn't address the cases where the input is rendered via JavaScript. After an Ajax response, the updated form has `name="jakarta.faces.ViewState"` again. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
