Oracle UIX 2.2 Migration Tool
The Oracle UIX 2.2 Migration Tool is now available on OTN.
It allows you to migrate a project built using
Oracle ADF UIX to use Oracle ADF Faces.
The Oracle UIX 2.2 Migration Tool is now available on OTN.
It allows you to migrate a project built using
Oracle ADF UIX to use Oracle ADF Faces.
There were several customers reporting the same problem with the UIX LOV (UIX component messageLovInput) in JDeveloper 10.1.2:
Line: 2664
Char: 1
Error: Invalid syntax
Code: 0
URL: http://127.0.0.1:8989/<workspace>-ViewController-context-root/<uix_page>.uix
TableName%3Aselected%3A0=0&myTable%3Aselected%3A1=1%3...
number of checkboxes * length of table name.
URL length = 2.279 bytes
GET /.../table.uix?myTable%3Aselected%3A0=0&myTable%3Aselected%3A1=1&myTable%3Aselected%3A2=2&...
URL length = 3591 bytes
GET /.../table.uix?myVeryVeryVeryLongTable%3Aselected%3A0=0&myVeryVeryVeryLongTable%3Aselected%3A1=1&...
80 * 6 (difference of characters) = 480 charactersYou should insure that the length of your URL is less than 2.083 characters
<form name="tableForm" method="POST">POST is not limited by the size of the URL for submitting name/value pairs, because they are transferred in the header and not the URL.
This page contains an archive of all entries posted to Didier's Blog in the UIX category. They are listed from oldest to newest.
Swing is the previous category.
Windows is the next category.
Many more can be found on the main index page or by looking through the archives.