User Activity

  • Posted a comment on discussion Ayuda (Español) on OpenXava

    Hola JE: Este bug ya está arreglado y el arreglo se incluirá en la versión 7.7.2, disponible en unas pocas semanas.

  • Posted a comment on discussion Help (English) on OpenXava

    Hi Dusan, This bug was fixed in 7.6.4.

  • Posted a comment on discussion Ayuda (Español) on OpenXava

    Hola Gregorio: Este bug ya está resuelto y el arreglo se incluirá en la versión 7.7.2, disponible en unas pocas semanas.

  • Posted a comment on discussion Help (English) on OpenXava

    Hi Kabongo, The bug is solved and its fix will be included in OpenXava 7.7.2, available in a few weeks. The problem arose only when the reference names does not contain the referenced model name, so in the meantime you can avoid it just renaming: @Id @ManyToOne(fetch=FetchType.LAZY) @JoinColumn(name="depcod", referencedColumnName="depcod") private Department depcod; As: @Id @ManyToOne(fetch=FetchType.LAZY) @JoinColumn(name="depcod", referencedColumnName="depcod") private Department department; Help...

  • Posted a comment on discussion Ayuda (Español) on OpenXava

    Hola Gregorio: No tenemos una opción en xava.properties, sin embargo lo puedes con CSS. Ayuda a otros en este foro como yo te ayudo a ti.

  • Posted a comment on discussion Ayuda (Español) on OpenXava

    Hola Gregorio: Puedes hacer: private Boolean siVisible(String member) { return getView().getMembersNames().containsKey(member); } Ayuda a otros en este foro como yo te ayudo a ti.

  • Modified a comment on discussion Help (English) on OpenXava

    Hi Jim: To avoid that NullPointerException you have to do a getView().setModelName() in the action that show the dialog, in this way; showDialog(); getView().setModelName("Period"); // ADD THIS I understand that we have no a code example just for your case, a dialog with an arbitrary list where you can do some action over selected element, so we took note to add an example to the documentation with this case for future references. In the meantime, I put here a complete code example, that works, just...

  • Posted a comment on discussion Help (English) on OpenXava

    Hi Jim: To avoid that NullPointerException you have to do a getView().setModelName() in the action that show the dialog, in this way; showDialog(); getView().setModelName("Period"); // ADD THIS I understand that we have no a code example just for your case, a dialog with an arbitrary list where you can do some action over selected element, so we took note to add an example to the documentation with this case for future references. In the meantime, I put here a complete code example, that works, just...

View All

Personal Data

Username:
javierpaniza
Joined:
2004-10-11 20:24:18

Projects

This is a list of open source software projects that Javier Paniza is associated with:

  • OpenXava Automatic frontend engine for Java Last Updated:

Personal Tools

MongoDB Logo MongoDB