As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am building a HTML in Webfocus (7.7.03) I have set the "Default Selection" property of my UI components to "Yes" so it enforces a mandatory selection on those fields. However when the user submits the page without making a selection on these fields, a red box appears around the field. QA team feels this is not intuitive to the user (QA always have to find some fault...grrrrr)..
I am thinking of writing a Javascript to pop up an alert for missing mandatory field, when the user submits the page. Before that I would like to know if there is anyway to customize the way mandatory fields work in Webfocus??
If someone has a better idea of how to handle this, please share.. Thanks much!!!!This message has been edited. Last edited by: Kerry,
Release : 7.7.02 OS : Linux App Server : Tomcat all output
each item that you don't require a user to select set the "Required " property to No in the properties
In my case, i DO want to enforce mandatory selection..The problem is with the way webfocus highlights the fields when the selection is not made. Its sometimes hard to even notice. We are looking for some kind of a flashing highlight to tell the user that he has not made a selection...
Release : 7.7.02 OS : Linux App Server : Tomcat all output
Your original thought of a Javasript alert would do it. You could also add a notation to indicate which parameters are mandatory, or add a default selection that would run the report and return an HTML message that their selection returned no results.
Thanks Alex.. I like the idea of adding a notation on the page (QA seems to agree to that). I hope in future release IBI will make the mandatory fields more intuitive to the user...
Release : 7.7.02 OS : Linux App Server : Tomcat all output