Hi Martin Cordova Hi EveryOne in the Group , When I try to do page control using the the example of webapp's paging-ctls file . I just met a problem . If I...
Hi eppencn, I am not sure I understood your question. Once you execute a search Action, the resulting recordset will be stored in session and used for all the...
Hi Martin ,thanks a lot, very patient to answer my question . I have modfied the old structure of my excrcise. now it can run exactly. I have pasted a picture...
Hi all, 1. A question about file download on IE. I would like to manage file upload and download with Dinamica, using the BLOB template from templates example....
Hello Maurizio, I will investigate this problem today, I will use the basic BLOB template. Let you know the results ASAP. Regarding ExtJS, someone from the...
Hi Maurizio, I just tested the BLOB template with PostgreSQL v8.2.4 and Dinamica (version 2.1.3 and 2.1.4), I uploaded PDFs, JPEGs, MP3 and Excel, and was able...
Hi Martin, it seems I solved it simply turning to "false" the <set-http-headers>false</set-http-headers> tag. I use the standard blog action with tomat and...
I am glad it is working. The <set-http-headers> tag should not be present, it is not needed in this case, because the BlobOutput class (and its derivatives)...
Hi, for those interested, this is the AddNew action of the new BLOB template for Dinamica v2.1.4: http://209.85.104.97/action/demo/blob/addnew We are working...
Hello Martin, thank you for your quick answer. Now it's time for another question :-) I need to have a "simple private area" without using dinamica security ...
Hi Maurizio, I think that using a Filter for this purpose is much better than an INCLUDE, and it is transparent to the code. You can base your own in Dinamica'...
Hi, I'm trying to use dinamica with AS400 iseries. May i use JTOPEN (IBM Jdbc driver for as400 ) as driver to log on db ? I saw that some years ago there were...
Welcome back Tomaso: JTOpen is very stable, I have not had a chance to test its JDBC driver for DB2-400 working along with Dinamica, but it should work fine...
Hi, finally posted the whole module, feel free to load your documents. Still lacks some validator for uploads (maybe today), but is it working fine and 99%...
Hello: I had a wrong approach to achieving the effect of alternate row colors in tables, regarding the HTML/CSS aspects. In current version, you have a class...
Hi Martin, JTOPEN 6.0 seem to work fine, i don't try all the types of data i will try them in the next days. I saw the ajax demos on your site, are there any...
Thx for the feedback. We are working to assemble the new release of the framework, in the meantime, you have these files and documents in the new hosting ...
Hi, it's me again to share a little story with you, so you don't have to waste your time as I did. Few days ago I wanted to display a grid in a page, or a "Not...
Hi Martin,
I have a problem with sql statement.
I'm using a class because i need in the before service to launch a iseries program.
After i will to view a...
The problem is that in line 30 of your class, you are executing a SELECT statement, but that method is for UPDATE, INSERT or DELETE statement. If you want to...
Hello: The new framework is available via the website: http://www.martincordova.com The website was rebuilt, but the Docs section is still missing, I hope to...
Hi Martin, thanks for the answer, i sent the previous message directly by email because i had attachements ( config.xml, .java,....) and i din't know how to...
It's an easy one. Problem: You extended GenericTableManager instead of GenericTransaction, and you defined a <query> element, which is used to execute INSERT,...
Thanks to all those testing the new website and the new framework. I already uploaded this morning several minor fixes: 1) Stylesheet outdated: webapp.zip or...
Hello: We fixed some website pages and demos, because they were not being displayed very well on 1024x768, so we had to update templates.zip too. We also...
Hi Martin, I'm trying to use the new version of framework but after the installation of tomcat6, postgresql, eclipse when i try to use the demo application ...
Hi Tommaso, I think that the name of the database is not correct. Our backup is named demodb.backup, I wonder if you used "demodb" as the name when you created...