Jdeveloper 11.1.2.3 is out with ADF Essentials – ADF Free to develop and Deploy.. 🙂
http://www.oracle.com/technetwork/developer-tools/jdev/documentation/index.html
Jdeveloper 11.1.2.3 is out with ADF Essentials – ADF Free to develop and Deploy.. 🙂
http://www.oracle.com/technetwork/developer-tools/jdev/documentation/index.html
I am happy to announce that two of the assignment that I have worked, had gone live.. 🙂
Nevada Business Portal – https://www.nvsilverflume.gov/
Hub Group – http://www.hubgroup.com/map-shipping-routes/
Scenario:
How to have a Time format restriction for the adf inputText component?
Solution:
To have the time format restriction to restrict the time for upto 23:59 we will have a regex pattern for the af:inputText
<af:inputText label="" id="time" simple="true" value="" contentStyle="width:30px;" maximumLength="5"> <af:validateRegExp pattern"([01][0-9]|2[0-3]):[0-5][0-9]" messageDetailNoMatch="Time Format must match HH:MM" hint="Time Format: HH:MM"/> </af:inputText>