Re: AW: talking about paradigms

2004-11-16 Thread Lucas Gonzalez Pearson
This is a simple sintaxis issue... parameters in java are not passes as pointers.. they are passed as values ( the memory address of the object in the heap ).. so if we are to be precise there are no real pointers in java... however.. the main difference with C/C++ is that you cannot do ar

Problems with nested:form

2004-10-26 Thread Lucas Gonzalez Pearson
Hi.. I´m not exactly what the problem is, but I´ll try to explain it to see if anyone can help me out... we have this on a jsp: and this is the action mapping in struts-config: The problem is with the attribute parameter. If it is "CustomerCrud" validation works properly, but I d

Re: Dynamically Display in the Textarea Based on Menu Selection Made by Users

2004-09-24 Thread Lucas Gonzalez Pearson
Easy... everything has already been fetched before... take a look at the source ( no copyrights violation intended ): var programSelectionTable; var programDescription; var programSubProgramSelect; var programHigestLevel; function showOtherFields(n){ var selectedProgramName = document

Re: [FRIDAY] GMail invites

2004-09-10 Thread Lucas Gonzalez Pearson
You get your invitations (I think) depending on how long you have the account and how much you use it. I´ve already given away 10 invitations and every month I get 4 or 5 more... - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Frid

Re: [OT]: ant + eclipse not working .. eclipse bug?

2004-09-10 Thread Lucas Gonzalez Pearson
though - I was only > evaluating Eclipse at the time and switched to another tool. > > Regards, > John > > [EMAIL PROTECTED] > Ph (09) 372-5010 > > > |-+-> > | |

[OT]: ant + eclipse not working .. eclipse bug?

2004-09-09 Thread Lucas Gonzalez Pearson
I have a really strange problem! I made a mistake like this in a class System.out.println( ) asdfa ; after saving the file, running ant compile throws this: compile: BUILD SUCCESSFUL It seems like the javac task is not recompiling the class ( since using a ant clean, ant compile work

Re: [OT] Setting up a struts project in IDEA

2004-09-03 Thread Lucas Gonzalez Pearson
Denis, place the cursor over the TLD reference ( it will be probably in RED )... and then press ALT + ENTER and idea will take care of everything for you. (It will add it to the project resources list) Exitos Lucas - Original Message - From: "Denis Avdic" <[EMAIL PROTECTED]> To: "Struts

Re: [OT] Good luck Dream Team

2004-08-27 Thread Lucas Gonzalez Pearson
Hey we won! Lucas ps.- an argentinian guy - Original Message - From: "ksitron" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 27, 2004 5:45 PM Subject: Re: [OT] Good luck Dream Team > That's Ok. You guys can talk smack now. But, I'm sure i

Re: ApplicationProperties_es_ES

2004-08-27 Thread Lucas Gonzalez Pearson
I thought that if no resource bundle matched the ones you had, then the default would be chosen... isn´t that correct? We are developing in argentina, and many people has es_ES instead of es_AR in their locales, so the default resource bundle is used (english in our case) =/ - Original Mess

Re: Deploying Struts ???

2004-08-20 Thread Lucas Gonzalez Pearson
TED]> Sent: Friday, August 20, 2004 2:19 PM Subject: RE: Deploying Struts ??? > -Original Message- > From: Lucas Gonzalez Pearson [mailto:[EMAIL PROTECTED] > Sent: Friday, August 20, 2004 10:15 AM > To: Struts Users Mailing List > Subject: Re: Deploying Struts ??? > >

Re: Deploying Struts ???

2004-08-20 Thread Lucas Gonzalez Pearson
If you deploy two different war to a jboss server, the one that is deployed the latest will be used. I am experiencing this problem. Maybe Jboss classloader is does not support hierarchies? - Original Message - From: "Jim Barrows" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMA

Re: form submit problem...

2004-08-18 Thread Lucas Gonzalez Pearson
Why don´t you just follow the instructions to remove YOURSELF from the mailing list? thanks for not spamming us anymore Regards, Lucas - Original Message - From: "Jones, Demian" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, August 18, 2004 3:

Tiles problem when uploading war .... was [Re: Extending Request Processor]

2004-07-16 Thread Lucas Gonzalez Pearson
compatible with TilesRequestProcessor at org.apache.struts.tiles.TilesPlugin.initRequestProcessorClass(TilesPlugin.ja va:360) ( doing a restart throws no errors )... Any ideas? pointers? Thanks... =) - Original Message - From: "Lucas Gonzalez Pearson" <[EMAIL P

Re: Extending Request Processor

2004-07-08 Thread Lucas Gonzalez Pearson
the following in your struts configuratin file (struts-config.xml). Follow the comments to understand the Tiles plugin : I have also extended my RequesteProcessor class from TilesRequestProcessor class. Thanks, Venkat -Original Message- From: Lucas

Re: struts automation

2004-07-08 Thread Lucas Gonzalez Pearson
Try Camino I believe the company that owns it is called ScioWorks Lucas - Original Message - From: "Tate Austin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 5:52 PM Subject: struts automation Is there a struts tool out there tha

Extending Request Processor

2004-07-08 Thread Lucas Gonzalez Pearson
Hi I´ve recently extended the requestProcessor with one of my own and found this error: javax.servlet.ServletException: TilesPlugin : Specified RequestProcessor not compatible with TilesRequestProcessor at org.apache.struts.tiles.TilesPlugin.initRequestProcessorClass(TilesPlugin.ja

Re: Session facade

2004-07-07 Thread Lucas Gonzalez Pearson
Zhang, It depends on what you want. Using session facade gives your architecture forward compatibility towards EJB technologies and maybe new technologies that might come in ... the overhead of using this pattern isn´t that important and you will have a clearer separation of areas... Regards, Luc

Re: OT - How to add icon in browser url field

2004-07-06 Thread Lucas Gonzalez Pearson
David, you must place a favicon.ico file in the root dir of your webserver Lucas - Original Message - From: "David Gagnon" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 5:41 PM Subject: OT - How to add icon in browser url fie

Re: Struts and PL/SQL

2004-06-23 Thread Lucas Gonzalez
Message - From: "Joe Germuska" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, June 23, 2004 3:33 PM Subject: Re: Struts and PL/SQL At 3:06 PM -0300 6/23/04, Lucas Gonzalez wrote: >Hi all! > >I´ve been using St

Struts and PL/SQL

2004-06-23 Thread Lucas Gonzalez
Hi all! I´ve been using Struts a lot with EJB and Hibernate with no problems. But I always wondered if it´s possible to use an architecture that uses STRUTS and goes directly to PL/SQL for the database layer. I know it is possible in many way, but I would like to know if there is any special prod

Re: Logic:iterate

2004-06-09 Thread Lucas Gonzalez
Logic:iterate < bean : write name="navigationPage" property="title" />   - Original Message - From: Naresh Sharma To: Struts Users Mailing List Sent: Tuesday, June 08, 2004 1:39 PM Subject: Logic:iterate Hi, I am setting a bean from my action class, this bean class has

Re: best error page approach

2004-06-01 Thread Lucas Gonzalez
Julio, Using a global forward for error pages might be a good choice, and if you combine it with global-exceptions you have a pretty good solution. ie: Hope it helps Best Regards, Lucas ps.- vivis en argentina? - Original Message - From: "Julio Cesar

Re: [OT] Struts users in Capital Federal, BA, Argentina

2004-05-24 Thread Lucas Gonzalez
Any Strut user from Argentina? - Original Message - From: "Wiebe de Jong" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Monday, May 24, 2004 3:34 PM Subject: [OT] Struts users in Vancouver, BC, Canada > Since we're on the topic of finding users, is the

File Browsing with struts

2004-05-12 Thread Lucas Gonzalez
Hi, We have a reporting app (struts+jaspereports) that creates reports and leaves them in a dir on the server, the problem is that we need that directory to have the webapp security filters, so we can´t just put them into an accesible directory Does anyone here knows of any file browsing modul

Re: JBoss two Web Apllications Actions overlapping

2004-05-06 Thread Lucas Gonzalez
Hi, I´m not if this will help, but Jboss 3.2.3 classloader has no hierarchies, so if you have two classes that has the same name ( i.e: main.application.StartApplicationAction) the last class that was deployed will be used for all your apps... This is a problem because you have to be extremely ca