* @return the paneName that should be used in the src attribute
*/
// TODO: Removed the commented code and the bogus return statement once
// Application context is checked in
private String storePaneSrcContent(String content) {
MarinerRequestContext requestContext = getMarinerPageContext().getRequestContext();
ApplicationContext appContext = ContextInternals.getApplicationContext (requestContext);
return appContext.mapSMILAsset(content.trim());
}