I’m experimenting with XPages, and I have to say that the technology and implementation’s impressive. I ran into an issue that’d I’d like to report.
I built an XPage whose data source indicates a form with two rich text fields. If I relate one rich text field to a rich text control and one to a simple text control, it works. It can be the first or second rich text control; both conditions work. However, if I try to use two rich text controls, clicking on the button to save the data sources and navigate to a menu XPage just seems to do nothing. The page looks like it’s going to submit, but then it just redisplays.
No errors in log.nsf. No errors on the Domino console. Nothing in any of the HTTP logs.
Workstation is Windows Vista with SP1 running on an iMac with Core Duo (32-bit) with 2Gb of RAM. Server has 1Gb of RAM, a single 64-bit Opteron processor, and CentOS 5.0.
I can provide more info as needed.
Thanks.
Subject: Just looked at this using yesterday’s build
I had no problem putting the two rich test controls on an Xpage and associating them to a form’s two rich text fields… I saved the XPage and rendered in preview correctly.
When you try this are the any errors in the “Problems” panel?
We can look at the trace and logs.
Shutdown Notes and designer
Navigate to your logs directiory it’s under the workspace dir (mine is C:\notes85\data\workspace\logs)
delete the files named "error-log-#.xml " where # = 0-5
delete the files named "trace-log-#.xml " where # = 0-5
Restart Designer
reproduce the problem
shutdown designer and attach the entire contents of the log directory as a response to this doc.
Subject: XPages on Server
Good evening!
I’m sorry I didn’t make this clear in my original post, but I’m running the XPages from a browser on my Vista workstation connected to the Notes 8.5 beta 1 application running on CentOS. So, the Designer wasn’t involved.
In other words, based on what I think I know, I don’t think I’d get client-side logs.
Or is there something new with 8.5? Maybe a JMX connection from the Designer to the HTTP’s JVM?
Thanks!