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

Consejos

¿Sabías que...
Decide qué mensajes pueden llegar al grupo. Simplemente, modifica las preferencias.

Mensajes

  Mensajes Ayuda
Avanzado
Mensajes 711 - 740 de 1869   Más antiguo  |  < Más antiguo  |  Más reciente >  |  Más nuevo
Mensajes: Simplificar | Agrandar   (Agrupar por tema) Autor Ordenar por fecha ^
711
Hi to everybody, I have a very strong action that consumes a lot of time to be executed. I would like to show an animated gif "loading..." during the...
Maurizio Betti
m.betti@...
Enviar correo
2 de Abr, 2006
10:54 am
712
Hello Maurizio, there are several ways to do this, these are my suggestions: 1.- You can use an asyncronous model. For more information please read the How-to...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
2 de Abr, 2006
1:21 pm
713
Thanks! I used the third solution! Maurizio...
Maurizio Betti
m.betti@...
Enviar correo
2 de Abr, 2006
5:42 pm
714
Hi Martin, Is it possible to add in a "forward" (in config.xml), a parameter computed in the "master" custom Transaction, or do I have to store it in the...
Maurizio Betti
m.betti@...
Enviar correo
2 de Abr, 2006
6:31 pm
715
Yes you can, actually you have several options: 1.- Forwarded Action can receive same input params as the original Action, you may want to use a validator.xml...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
2 de Abr, 2006
11:08 pm
716
Maurizio: Keep in mind that if your server process lasts too long, your users may experience timeout errors. For those cases the asyncronous model may be a...
dinamica4java
Sin conexión Enviar correo
4 de Abr, 2006
2:36 pm
717
Hello Martin, thanks for your specification. In my case the task takes 5 seconds, so I can use the #3. Thanks again, Maurizio...
Maurizio Betti
m.betti@...
Enviar correo
4 de Abr, 2006
6:37 pm
718
Hello to everybody, just some little tips to use "Security" app with FirebirdSql (www.firebirdsql.org): 1. Download the last Firebird Jdbc Driver (JayBird...
Maurizio Betti
m.betti@...
Enviar correo
6 de Abr, 2006
1:32 am
719
Maurizio, thank you very much, I will include this script into the security.zip file. Did you have a chance to test the "Admin" webapp? Regards, Martin ... -- ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
6 de Abr, 2006
12:12 pm
720
... Yes. I currently use it on my project. It seems right. If I'll find a bug, I'll report it immediatly. Thanks, Maurizio...
Maurizio Betti
m.betti@...
Enviar correo
6 de Abr, 2006
12:22 pm
721
Hello Martin, I think I found a little javascript bug using security app on Firefox 1.5. When I go to http://fedora:8080/security/action/user/view, and I try...
Maurizio Betti
m.betti@...
Enviar correo
6 de Abr, 2006
2:00 pm
722
OK, I will check it, but in the meantime if you manage to fix the bug, please send me the template, I will appreciate the contribution. Regards, Martin ... -- ...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
6 de Abr, 2006
2:55 pm
723
Hello Martin, the error occurs because Firefox doesn't support the "eventSrc" properties of window.element in event_MouseOver() function ...
Maurizio Betti
m.betti@...
Enviar correo
6 de Abr, 2006
3:36 pm
724
OK, that's old javascript code, it should be removed, I will take care. Thanks. Regarding the reserved word, I will take note when publishing this...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
6 de Abr, 2006
4:40 pm
725
... I see now that's still error occurs using 'position' in query sql. The best choice would be replaced everywhere postion -> positions. Regards, Maurizio...
Maurizio Betti
m.betti@...
Enviar correo
6 de Abr, 2006
5:04 pm
726
Try using double quotes: I mean: select "position" from YourTable.... It's ANSI SQL (I think), whenver you want to use a reserved word, enclose it in...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
6 de Abr, 2006
5:14 pm
727
Hi Martin, is there a way to have the menu and menu items in multiple languages? Many thanks, Maurizio...
Maurizio Betti
m.betti@...
Enviar correo
6 de Abr, 2006
6:21 pm
728
Maurizio, you can store label markers instead of actual titles for menus and menu items. I mean, instead of storing a menu title like "Customer Mngmt." you...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
6 de Abr, 2006
8:35 pm
729
Hello to everybody, I'm trying to use the codewiz on Firebird db, but there's something wrong. When I start the codewiz app (after configure in web.xml the ...
Maurizio Betti
m.betti@...
Enviar correo
14 de Abr, 2006
11:22 pm
730
I am not familiar with FireBird, but it may be the case that FireBird does not support the concept of schemas? I have seen this problem with some versions of...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
15 de Abr, 2006
12:35 am
731
Hi Martin, I verified that Firebird doesn't support schema. So I bypassed the problem in codewiz forcing the javascript "schema" var with the name of my db. ...
Maurizio Betti
m.betti@...
Enviar correo
16 de Abr, 2006
4:23 pm
732
Is everything working fine after that? if that is the case, then it could be convenient to make this "schema" field editable. Regards, Martin ... -- Dinamica -...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
16 de Abr, 2006
9:10 pm
733
This time it comes from Italy (Maurizio Betti), in record time this highly productive fellow is creating the new release of its software for the tourism...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
18 de Abr, 2006
11:24 pm
734
Hi to everybody. I am from México and I am newbie in java and i depeloping a single application with dinamica framework. I like know the steps to configure...
lsc_bchan
Sin conexión Enviar correo
19 de Abr, 2006
2:54 am
735
Hello, that's easy to do, Dinamica webapps comes ready to be used with Eclipse. If you are using Resin (v2.1.17 suggested) it will be easier. 1.- When you...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
19 de Abr, 2006
11:18 am
736
Hello friends: I have a little problem by parsing a date value coming with null value from the database. The framework changes the "null" value for an ...
Jonathan Sarabia
jonathansarabia@...
Enviar correo
19 de Abr, 2006
6:26 pm
737
Hi Jonathan, I assume the following: 1.- You are using <print mode="table".../> to print a set of records which contain a DATE column. 2.- You are not printing...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
19 de Abr, 2006
10:04 pm
738
Hi to all. Thanks for your help . It was very easy to configure, the eclipse IDE and DINAMICA. I am already developing in eclipse. until soon friends. atte:...
lsc_bchan
Sin conexión Enviar correo
20 de Abr, 2006
2:45 pm
739
Excellent. Next step is to be able to debug your server side code. You can have step-by-step debugger on any class of your webapp. I will explain that later,...
Martin Cordova
dinamica4java
Sin conexión Enviar correo
20 de Abr, 2006
4:59 pm
740
Martin: It is right. I changed the config.xml and it works at once. Thanks for everything and receive my apologizes for not reading the documentation as...
Jonathan Sarabia
jonathansarabia@...
Enviar correo
20 de Abr, 2006
5:41 pm
Mensajes 711 - 740 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