Entrar
¿No tienes cuenta? Registrarse
dinamica4java · Dinamica Framework
? ¿Ya tienes membresía? Entra a Yahoo!

Consejos

¿Sabías que...
Puedes acompañar la descripción de tu grupo con una foto.

Mensajes

  Mensajes Ayuda
Avanzado
Mensajes 855 - 884 de 1869   Más antiguo  |  < Más antiguo  |  Más reciente >  |  Más nuevo
Mensajes: Simplificar | Agrandar   (Agrupar por tema) Autor Ordenar por fecha ^
855
Hi to all. I have a problem using Dinamica in Tomcat. Until yesterday all was right and the application was working, but today it doesn't work, and in Tomcat...
Andrea Mirandola
borchiaman
Sin conexión Enviar correo
5 de Jul, 2006
12:37 pm
856
Hello Andrea, could you please give us the more information: 1.- Did anything change in your environment? like Tomcat version, or Dinamica framework.jar? 2.-...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
5 de Jul, 2006
1:01 pm
857
Hi 1. Nothing changed in my enviroment 2. I do not use Dinamica security layer, I have a login page but I use a simple query to check data in my database. I...
Andrea.Mirandola@...
borchiaman
Sin conexión Enviar correo
5 de Jul, 2006
1:14 pm
858
OK, from the stacktrace it looks to me that the Action that generates the error contains at least one element: <on-exit return-code="0" forward-to="......."/> ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
5 de Jul, 2006
3:16 pm
859
I had to add a slight modification to a section of the dinamica.Controller class, and that fixed the problem with Tomcat, as reported by Andrea, who tested...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
5 de Jul, 2006
6:09 pm
860
Right. Thanks to Martin and it's new framework 2.1.3 now all is working. Just a summary of my problem: it could be useful to anyone: 1. I created an...
Andrea Mirandola
borchiaman
Sin conexión Enviar correo
6 de Jul, 2006
6:33 am
861
Andrea, I am glad it worked, but for the nature of the patch, I can't understand how it was working before. Also I can't see relation between the inclusion of ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
6 de Jul, 2006
12:02 pm
862
How can i upload an image but instead of saving it to a blob column in a database, i want to save it to the local filesystem? Hope you can help me Julio...
seuzito
Sin conexión Enviar correo
7 de Jul, 2006
7:57 pm
863
Yes you can! and it is easy too. The answer is in the sorce code of a small generic class: dinamica.SaveBlob - we can use this class as a base to build what...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
8 de Jul, 2006
12:02 am
864
Hello Dinamica friends! I'm trying to find s a simple way to non-print a block depending from a querystring variable. In example: I've the follow block code in...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
31 de Jul, 2006
11:41 am
865
Hi there. If you want to solve the problem with css, you shold use the display propertie instead of the the visibility. it works like: -> display:block =...
ne
nezteixeira
Sin conexión Enviar correo
31 de Jul, 2006
11:54 am
866
I solved as you suggestion!!! Thank you very much!! Maurizio...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
31 de Jul, 2006
12:00 pm
867
I use these properties in conjunction with set-request-attribute in config.xml. Example: sometimes you may want to display something in EDIT mode but not in...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
31 de Jul, 2006
12:52 pm
868
Hi, while working on version 2.1.3 and using this JAR on a new project that generates a page containing several charts based on the same recordset, a nasty bug...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
4 de Ago, 2006
1:20 pm
869
Martin i`m interested on this fix would you send me the JAR Alejandro...
Alejandro Ramírez
alejor3028
Sin conexión Enviar correo
4 de Ago, 2006
1:55 pm
870
... Any suggestions, will be appreciated Alejandro...
Alejandro Ramírez
alejor3028
Sin conexión Enviar correo
4 de Ago, 2006
1:55 pm
871
With current version you have to write a very simple Transaction class that extends GenericTransaction or GenericTableManager. With the new version (I already...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
4 de Ago, 2006
2:14 pm
872
Hi to all, i'm trying to asyync sample but when i submit the first page ( description, data file ) in the next page appear : form data need to be fixed Data...
sbirigolo
Sin conexión Enviar correo
10 de Ago, 2006
12:49 pm
873
Are you using the upload.jar supplied in the /dinamica/extra directory? or are you using Resin's own upload facility. If the first case (recommended), you have...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
10 de Ago, 2006
12:54 pm
874
Hi Martin, i'm using the first with the problem that i told you yesterday. I also add in the web.xml the directive about resin upload facilities without...
sbirigolo
Sin conexión Enviar correo
11 de Ago, 2006
12:30 pm
875
No need to write additional code, except for you Transaction class that executes the inserts in batch (the async stuff). If you are using Resin and its upload...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de Ago, 2006
3:08 pm
876
I just installed and run the Async template as is, using the upload filter instead of Resin's own upload facitily. These are the steps: 1.- Remove...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de Ago, 2006
10:43 pm
877
Hello friends, I need to execute 2 sql query elements (<query>1.sql</query><query>2.sql</query>) in the same transaction (dinamica.GenericTableManager). How...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
22 de Ago, 2006
2:43 pm
878
Hy all, I solved specifing two query elements. There was only a little bug on my sql code. Thanks, Maurizio Betti...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
22 de Ago, 2006
3:11 pm
879
Hi Maurizio, I a glad it worked, in fact it can handle any number of query elements, as long as they are insert, update or delete. Or an stored procedure that...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
22 de Ago, 2006
4:11 pm
880
Francisco Delgado, a Dinamica user from Mexico, has created an enhanced version of the template "orders2", complex search filter with paged view. In his...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
25 de Ago, 2006
5:09 am
881
Hi there, I was sometime using resin+dinamica+MaxDb. Now i need to connect a MS Sql Server database, but i don´t know how....
karlosn
Sin conexión Enviar correo
27 de Ago, 2006
11:34 pm
882
* Recommended JDBC driver: http://jtds.sourceforge.net/ Works with Sybase too. Place this JAR into /resin/lib * Resin datasource configuration template for...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
28 de Ago, 2006
12:30 am
883
Hello friends! just a little question about sql scripts: is it possibile to share some sql scripts from different config.xml without duplicate the same sql ...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
14 de Sep, 2006
3:43 pm
884
Two possible solutions: 1.- Use an absolute path in the id attribute of the recordset element: <recordset id="/WEB-INF/shared-sql/query.sql" source="sql" ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
14 de Sep, 2006
6:58 pm
Mensajes 855 - 884 de 1869   Más antiguo  |  < Más antiguo  |  Más reciente >  |  Más nuevo
Avanzado

Copyright © 2007 Yahoo! Inc. Todos los derechos reservados.
Normativa de confidencialidad - Condiciones del servicio - Reglas - Ayuda