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 1014 - 1043 de 1869   Más antiguo  |  < Más antiguo  |  Más reciente >  |  Más nuevo
Mensajes: Simplificar | Agrandar   (Agrupar por tema) Autor Ordenar por fecha ^
1014
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...
eppencn
Sin conexión Enviar correo
12 de Sep, 2007
5:26 pm
1015
I'm sorry, It looks like that the ajaxpage example had done the same things . ... pages....
eppencn
Sin conexión Enviar correo
12 de Sep, 2007
5:47 pm
1016
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
12 de Sep, 2007
6:50 pm
1017
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...
eppencn
Sin conexión Enviar correo
13 de Sep, 2007
3:40 pm
1018
Thanks for posting the feedback and the picture. Are you migrating the PetStore to Dinamica? if so, could you please send me the ZIP to my inbox...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
13 de Sep, 2007
4:26 pm
1019
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....
Maurizio Betti
m.betti80
Sin conexión Enviar correo
8 de Oct, 2007
11:35 am
1020
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
8 de Oct, 2007
12:28 pm
1021
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
9 de Oct, 2007
2:03 am
1022
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...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
9 de Oct, 2007
4:45 pm
1023
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)...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
9 de Oct, 2007
8:19 pm
1024
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
9 de Oct, 2007
8:35 pm
1025
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 ...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
9 de Oct, 2007
11:32 pm
1026
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'...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
10 de Oct, 2007
2:01 am
1027
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...
sbirigolo
Sin conexión Enviar correo
10 de Oct, 2007
11:07 am
1028
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...
dinamica4java
Sin conexión Enviar correo
10 de Oct, 2007
11:17 am
1029
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%...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
10 de Oct, 2007
5:46 pm
1030
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de Oct, 2007
4:42 am
1031
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...
sbirigolo
Sin conexión Enviar correo
11 de Oct, 2007
12:03 pm
1032
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 ...
dinamica4java
Sin conexión Enviar correo
11 de Oct, 2007
12:06 pm
1033
Hello Martin, I used filter as your suggestion and everything runs perfectly! Thank you again for the suggest. Best regards, Maurizio Betti...
Maurizio Betti
m.betti80
Sin conexión Enviar correo
11 de Oct, 2007
1:21 pm
1034
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
11 de Oct, 2007
4:10 pm
1035
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...
tommaso.scarpa@...
sbirigolo
Sin conexión Enviar correo
21 de Oct, 2007
8:27 pm
1036
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
21 de Oct, 2007
8:39 pm
1037
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
22 de Oct, 2007
6:24 am
1038
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...
sbirigolo
Sin conexión Enviar correo
22 de Oct, 2007
11:53 am
1039
It's an easy one. Problem: You extended GenericTableManager instead of GenericTransaction, and you defined a <query> element, which is used to execute INSERT,...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
22 de Oct, 2007
12:03 pm
1040
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
22 de Oct, 2007
1:49 pm
1041
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
24 de Oct, 2007
4:48 am
1042
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 ...
sbirigolo
Sin conexión Enviar correo
25 de Oct, 2007
11:08 am
1043
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...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
25 de Oct, 2007
11:34 am
Mensajes 1014 - 1043 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