Hi all,
I’m just getting into some initiatives with XPages here and I’m having a lot of trouble with something that seemed like it’d be pretty simple.
What I have is an XPage with 2 data sources bound to it, one an informational document for retrieving data that has an ignoreRequestParams of true and another that defaults to New Document. Everything worked fine as I did all the controls and fields and things, but I’m having trouble now with hiding and validations, on top of which I can’t seem to get values to appear in the UI or pull them into other fields. What I’d like to have happen is a radio button (set of 2, simple yes/no) control a section of a table to appear/disappear.
The system also needs to have validations on it to control the data, there are 2 fields outside of this area that are needed for submit and 3 fields within (that are only needed if the section is visible)
I’ve tried using session variables, using getSubmitted paramaters, but I can’t seem to utilize the data on the form nor can I seem to get this to work. Any resources or help would be greatly appreciated.
Thanks
Aaron Brake