Customizing the ActionPanel in 6.x

Is there a way to customize the Action Panel page? I would like to add a preview option to it.

The Action Panel has 2 basic parts: a JSP page located at

/Rhythmyx/AppServer/server/rx/deploy/rxapp.ear/rxapp.war/ui/actionpage/panel.jsp

and an internal stylesheet which is located at

/Rhythmyx/sys_ActionPage/ActionPage.xsl

If you just need to modify styles, banners, etc, you can do this with the JSP page. If you need to add a new preview option, you need to dig into the stylesheet.

Of course, these pages were not written to be customized, and none of your changes will be preserved on upgrade, so make sure you have good backups of your changes.

Dave