Struts and OLAP

2004-06-04 Thread Julio Cesar De Salvo
Have you worked in this environment?? Do you have any ideas, thanks Julio Cesar De Salvo - Project Leader iTechnology S.R.L. - Ciudad de la Paz 2846 - piso 1 Tel 54 11 4782.6901 / Fax 54 11 4782.6901 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] AVISO DE CONFIDENCIALIDAD. La información in

RE: Why not Torque?

2004-06-03 Thread Julio Cesar De Salvo
ference is that torque has a table based api, where hibernate has a stronger bias towards Objects. I'll have to give torque another go to have a better idea, but your question "Why not torque?" is as good a reason as any to stick with it. Mark On 3 Jun 2004, at 16:35, Jul

Why not Torque?

2004-06-03 Thread Julio Cesar De Salvo
Hi, I ‘ve been using Torque with Struts for quite a while and performs very well. But I’ve seen that you guys usually uses Hibernate with Struts. Can you tell me what are the dis/ad vantages. Thanks Julio Cesar De Salvo - Project Leader

best error page approach

2004-06-01 Thread Julio Cesar De Salvo
Hi, what would be the best error handling approach in the Strut framework. I need to caught the error in the jsp pages and forward to an action that sends an email with error information and then redirects to a jsp that shows a message. Thanks, Julio Cesar De Salvo - Project Leader iTechnology

how to reset only some fields from the form.

2004-05-26 Thread Julio Cesar De Salvo
What’s the best way to do so? Redefine the reset() method in each ActionForm and call it from the action? Or hold the values and do: form = new ActionForm(); in the action call? Thanks, Julio Cesar De Salvo - Project Leader iTechnology S.R.L. - Ciudad de la Paz 2846 - piso 1 Tel 54 11

[OFF TOPIC] - iterate over Two Dates

2004-05-19 Thread Julio Cesar De Salvo
Hi , sorry about this but maybe someone has had the same trouble. I need to iterate over to Date object, what's the best way? Thanks, Julio Cesar De Salvo

how to create a MessageResouces

2004-05-18 Thread Julio Cesar De Salvo
What's the best way to create a MessageResource object that loads the ApplicacitonResources.properties outside the struts framework (for eg. In a servlet)? Thanks

how to read ApplicationResources.properties from a servlet

2004-05-11 Thread Julio Cesar De Salvo
Hi, I was wondering if there's a chance to read the ApplicationResources.propoerties file outside the struts frame work (a servlet) and what the best way to do so. Thanks

RE: is this posible? return to the same page after being executed

2004-05-05 Thread Julio Cesar De Salvo
mple solutions best - but then again, I doubtless don't understand the complexities of your situation.. Geeta > -----Original Message- > From: Julio Cesar De Salvo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 11:38 AM > To: 'Struts Users Mailing List' >

RE: is this posible? return to the same page after being executed

2004-05-05 Thread Julio Cesar De Salvo
Mailing List Asunto: RE: is this posible? return to the same page after being executed Yes, this will work: try it! :) Geeta > -Original Message- > From: Julio Cesar De Salvo [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 11:06 AM > To: 'Struts Users Mailing List&#x

is this posible? return to the same page after being executed

2004-05-05 Thread Julio Cesar De Salvo
Is there some way to return to the page / action that called to action that is being executed? I've 1 jsp that forwards to an action and I would like to return to the same page that called the action, by setting the path in the ActionForward object. Thanks.

Action -> nothing

2004-04-21 Thread Julio Cesar De Salvo
I was wondering if there's any chance to create an action that do some processing and then return to the same page it was called. Thanks, Julio

RE: nesting c:forEach loops

2004-03-29 Thread Julio Cesar De Salvo
You have to use the html-el tag libraries in the contrib. directory. Julio -Mensaje original- De: Jarnot Voytek Contr AU/SC [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 29 de Marzo de 2004 02:02 p.m. Para: '[EMAIL PROTECTED]' Asunto: nesting c:forEach loops Is it possible to nest forEac