I have a view with actions on it. When I view this on the web the action bar looks great. If I embed the view on a form and then preview the view that way, the action bar applet doesn’t run and it just looks like it’s HTML. I have Using Java Applet set in the properties of the embedded view. Does anyone know what the problem is?
Subject: Action Bar Java Applet Not Running
Typically you will have an action bar associated with the form. The embedded view doesn’t need it’s own action buttons, since the form has a set.
Check the action button setup on your form the view is being embedded in.
Subject: RE: Action Bar Java Applet Not Running
I did have the actions on the view. I moved them to the form instead and it didn’t make any difference. They are still showing as HTML and not with the correct formatting that you’d get if the applet was running.