replaceLableWithId only replace last parts of the id
----------------------------------------------------
Key: TOMAHAWK-1322
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1322
Project: MyFaces Tomahawk
Issue Type: Bug
Affects Versions: 1.1.7-SNAPSHOT, 1.1.7, 1.1.8-SNAPSHOT
Environment: myfaces-api-1.2.4
Reporter: K. Ghadami
Priority: Critical
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.