-
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
-
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
-
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
-
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
-
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
-
El punto del teclado numérico debe poder utilizarse como separador decimal.
cliente: Onda.
2009-05-27 09:33:24 UTC in OpenXava
-
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
-
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
-
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