- To correct the error, open the
DataBindings.cpxfile and edit the page definition filenames that appear in theandelements. - The web page file (
.jspor.jspx) has been renamed but theDataBindings.cpxfile still references the original filename of the same web page.The page controller uses the page's URL to determine the correct page definition to use to create the ADF binding container for the web page. If the page's name from the URL does not match theelement of theDataBindings.cpxfile, an internal servlet error will be generated at runtime.
En mi caso no me sirvió, ya que verifique que estuviera bien la relación entre mi Page y me pageDefinitión y si lo estaba. Así que aquí va otra posible solución este problema:
- Debemos irnos a la "go to Page Definition" de nuestra "Page" y verificar en la parte de "Model", los bindings que tenemos en nuestra definicion, lo que debemos fijarnos es que ninguno de ellos debe haber sido declarado como "ADF Swing Binding", debe ser declarado como "Generic Bindings"

No hay comentarios:
Publicar un comentario