Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.1.7-SNAPSHOT, 1.1.7, 1.1.8-SNAPSHOT
-
None
-
None
-
myfaces-api-1.2.4
Description
We use outpuLable tags and t:messages replaceLabelWithId=true in many projekts on many sites.
But now that we want to switch to Myfaces 1.2.x it dosn't work anymore.
the messages are rendered like
outerid:nextcontainerid:Label: Message
istead of
Label: Message
With the old version of myfaces and tomahawk this was fine.
So i debuged the tomahawk Renderer and wonderd why this is explicitly done in the Method
public static String findInputId(FacesContext facesContext, String inputClientId)
I will provide a patch, which solved the problem for me.
Attachments
Attachments
Issue Links
- duplicates
-
TOMAHAWK-1365 Input field id in error messages is not properly replaced with label text
- Closed