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...
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.-...
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...
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="......."/> ...
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...
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, 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 ...
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...
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...
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...
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 =...
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...
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...
With current version you have to write a very simple Transaction class that extends GenericTransaction or GenericTableManager. With the new version (I already...
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...
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...
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...
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...
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...
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...
Francisco Delgado, a Dinamica user from Mexico, has created an enhanced version of the template "orders2", complex search filter with paged view. In his...
* Recommended JDBC driver: http://jtds.sourceforge.net/ Works with Sybase too. Place this JAR into /resin/lib * Resin datasource configuration template for...
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 ...
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" ...