simon peter
simon peter

Reputation: 403

XPages control is not displaying properly

Running my XPages application on RedHat Enterprise Linux Server 6.5 i notice problem with my control, for example i am unable to open and close section control also the Rich Text control(CKEditor) is display like a textbox. see image below: enter image description here

can anyone tell me what is wrong or what i need to fix the problem

Upvotes: 0

Views: 72

Answers (1)

Paul Stephen Withers
Paul Stephen Withers

Reputation: 15739

I don't know anything about RedHat to know if there could be OS-specific issues.

Is the database set to compile to a specific (older) version of Domino? If so, it could be looking for a specific release's Dojo components. A newly-installed server will only have the latest Dojo version, not historical versions, which can explain it looking different on one server and another.

Using Firebug should confirm the Dojo version it's looking for and whether it's failing to find files at a specific location.

Upvotes: 1

Related Questions