Hi Ken,
Thanks for your changes. I applied the same and all seemed to work
fine. There were two issues that I am not able to resolve.
- The breadcrumbs on the SIP Modules page do not come up
- I always get a Missing Resource exception. the resource it is not
able to fine was sip.resources.Strings; This was wrongly mentioned in
the modules*.jsf. The correct resource is resources.sip.Strings,
however even after changing the same, updating the sip.jar and
restarting GF, I still see this error.
Thanks and Warm Rgds,
Irfan.
$page{configName});
/>
$attribute{oldComp});
setAttribute(key="parent" value="#{oldComp.parent}");
// Replace it with something temporary to hold position
// Needed, or it it will just find the old one vs. create it
createComponent(type="staticText" component=>$attribute{temp});
replaceUIComponent(old="${oldComp}" new="$attribute{temp}");
// Rengenerate it
getLayoutComponent(clientId="$requestParameter{updateTreeNode}" component=>$attribute{desc});
buildUIComponentTree(layoutElement="$attribute{desc}" parent="#{parent}" result=>$attribute{newComp});
replaceUIComponent(old="${temp}" new="$attribute{newComp}");
/>
$page{treeId});
/>
$attribute{encodedUrl});
redirect(page="webService/webServiceGeneral.jsf?webServiceKey=$attribute{encodedUrl}&webServiceName=#{click.parent.attributes.webServiceName}" );
/>
"