Skip to content

Commit

Permalink
Improved message
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jan 25, 2025
1 parent 10ba058 commit fa92f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void encodeBegin(FacesContext context, UIComponent component) throws IOEx
}

if (context.isProjectStage(Development) && !((UIForm) component).isPrependId()) {
LOGGER.warning("The <h:form> attribute 'prependId' is deprecated as of Faces 5.0 and should not longer be used.");
LOGGER.warning("The <h:form prependId=\"false\"> is deprecated as of Faces 5.0 and should not longer be used.");
}

ResponseWriter writer = context.getResponseWriter();
Expand Down

0 comments on commit fa92f87

Please sign in to comment.