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
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
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
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
though - I was only
> evaluating Eclipse at the time and switched to another tool.
>
> Regards,
> John
>
> [EMAIL PROTECTED]
> Ph (09) 372-5010
>
>
> |-+->
> | |
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
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
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
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
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 ???
>
>
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo