isabel_valero

Show:

What's happening?

  • Reports with multieschema don't work fine

    Session lost the value of the new schema variable on the default openxava list reports. temporally i was added the next code on generateReportServlet doGet private method: ModuleContext contexto = (ModuleContext) request.getSession().getAttribute("context"); String esquema=contexto.get(request, "inventarioweb_defaultSchema").toString(); XHibernate.setDefaultSchema(esquema); And now...

    2009-10-07 11:37:01 UTC in OpenXava

  • customized values to save on SaveElementInCollection action

    Required the quality of modify the map of properties of the save action on a collection. solution: we can make a protected method on the save clase 'SaveElementInCollectionAction' named getValuesToSave protected Map getValuesToSave() throws Exception { return getCollectionElementView().getValues(); } and change the getCollectionElementView().getValues() on the whole...

    2009-09-17 11:50:02 UTC in OpenXava

  • Sometimes links on the junit doesn't work after popups

    After open a lot of popups with reports, the junit test try to open another link on the principal page, after thise we recibe the error 'unexpected class of page.' Solution, place thise code on Module test base class if (element != null) { Page newPage = element.click(); if (newPage instanceof HtmlPage) { page = (HtmlPage) newPage; resetForm(); } else...

    2009-09-03 12:45:17 UTC in OpenXava

  • Error listado pdf por defecto en colección

    Al imprimir el listado pdf de una colección lanza el siguiente error: No se encuentra el objeto xava_collection_seccion4 Cliente: Onda.

    2009-06-04 10:13:54 UTC in OpenXava

  • Mejora del modulo de añadir campos al filtro del tab

    Se ha pedido una mejora del aspecto del modulo que permite la adicion de columnas al filtro del tab. cliente: Onda.

    2009-05-27 09:38:18 UTC in OpenXava

  • Punto del teclado numérico para decimales

    El punto del teclado numérico debe poder utilizarse como separador decimal. cliente: Onda.

    2009-05-27 09:33:24 UTC in OpenXava

  • optimizacion de la carga de imagenes de galeria

    Ocurren problemas de ralentizacion al cargar la visualizacion de imagenes en la galeria de imagenes de tipo IMAGE GALLERY de un registro. Onda - Inventario Web.

    2009-02-11 16:58:35 UTC in OpenXava

  • OpenXava

    isabel_valero committed patchset 166 of module OpenXava to the OpenXava CVS repository, changing 1 files.

    2005-08-11 08:44:41 UTC in OpenXava

  • OpenXava

    isabel_valero committed patchset 166 of module OpenXava to the OpenXava CVS repository, changing 1 files.

    2005-08-11 08:44:41 UTC in OpenXava

About Me

  • 2005-07-05 (4 years ago)
  • 1307696
  • isabel_valero (My Site)
  • isabel_valero

Send me a message