setComponentValue(context,component,parameter);
MessageBroker msgBroker = context.extractMessageBroker();
String testResourceKey = getTestResourceKey();
if(sMeaningType != null && sMeaningType.equalsIgnoreCase(Meaning.MEANINGTYPE_RESOURCE_URL)
&& testResourceKey.length()>0){
String testResourceLabel = msgBroker.retrieveMessage(testResourceKey);
UIComponent inputComponent = applyHint(context,component);
HtmlPanelGroup panel = new HtmlPanelGroup();
panel.getChildren().add(inputComponent);
HtmlCommandButton testBtn = new HtmlCommandButton();
String inputComponentId = getFacesId();