Showing posts with label ADF BUG?. Show all posts
Showing posts with label ADF BUG?. Show all posts

17 May 2011

Issues about migrating to new ADF version (11.1.1.5.0)


Bug reported in "My Oracle Support" :  
Note 1321896.1 - 11.1.1.5.0 Regression: Rollback Button With Property immediate="true" Causes Replacing Existing Rows With Current One

Check Michael Koniotakis' post (Jdeveloper 11.1.1.5 severe bug.) for more details. Also check OTN post to see when it was first mentioned.


17 November 2010

Possible ADF BUG? af:popup's property autoCancel="disabled" does not work in deployed apps

In a previous how to "Keep Popup open even if you navigate to another page and return or set autocanel prop", we tried to control when the popup closes. 


Unfortunately, if you have spitted your Application (AppTotal) 
into multiple Applications (AppMain , AppPart1, AppPart2, ...), 
that is 
         App = AppTotal = AppMain + AppPart1 + AppPart2 + ...
and you use  autoCancel="disabled" in a part of a splitted app  (AppPart1, AppPart2, ...) 
that you deploy and use it from the AppMain, 
then 
the property does not work.

10 November 2010

Possible ADF BUG?: am/pm when searching DATETIME does not work

Have a DATETIME column and try to search in af:query advance mode,
Using between operator, open the af:date, put your date and your time and select pm
If you open again this date, the default am is selected. That is the component does not keep your selection of pm
Of course search does not work, because if you put between 10/11/2010 10.45.00 am - 10/11/2010 10.45.00 pm,  it will return no results because it will interpret it as between 10/11/2010 10.45.00 am - 10/11/2010 10.45.00 am

Not sure yet if it is a bug. I ll try to have a sample application reproducing it.

You might also like:

Related Posts Plugin for WordPress, Blogger...