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@...
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...
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@...
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...
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...
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@...
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@...
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 ... -- ...
... 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@...
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@...
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 ... -- ...
... 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@...
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...
Hi Martin, is there a way to have the menu and menu items in multiple languages? Many thanks, Maurizio...
Maurizio Betti
m.betti@...
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...
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@...
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...
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@...
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 -...
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...
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...
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...
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@...
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...
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:...
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: 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...