Re: Debug output

2003-11-04 Thread Micael
Look in WEB-INF/classes. At 02:06 PM 11/3/2003, you wrote: How do I adjust the logging level of struts? I am getting way too many DEBUG messages.. Peter -- This message is intended only for the personal and confidential

RE: example of jsp in WEB-INF

2003-10-29 Thread Micael
Actually, if you want your images, e.g. gifs, inaccessible, you can also serve them with an Action subclass. I have made one for all resource file types, if anyone is interested. At 01:33 PM 10/29/2003 +0800, Andrew Hill wrote: Hi Ashish, You nee to do a non-redirecting forward from an action

GURU NEEDED: Tiles Definitions and new ActionForward(TILES_DEFINITION_NAME);

2003-10-27 Thread Micael
right? I would really appreciate an answer to this from some guru. Thanks ahead of time. Micael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is it possible to remove *.do or /do/* from the URL

2003-09-18 Thread Micael
I use .Whatever, where that is some marketing term that is acceptable. At 10:39 AM 9/18/2003 -0400, Vic Cekvenich wrote: How about a hack: *.jsp It looks as jsp on top but it's a do. Or you can even say *.asp, or anything. Just pick a word marketing likes. .V Matt Raible wrote: I agree with y

RE: Converting a ResultSet to a List of POJOs

2003-09-05 Thread Micael
Okay, gotcha. At least it had a List. LOL. At 06:20 PM 9/5/2003 -0500, you wrote: This is what I'm trying to get away from. -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 5:19 PM To: Struts Users Mailing List Subject: Re: Convert

RE: Converting a ResultSet to a List of POJOs

2003-09-05 Thread Micael
getVO(rs, object.class) pretty easily, right? Or, do you want the entire thing to be done by reflection? If not, tucking the SQL into the CompositeEntity might work for you. No? Si? Micael At 06:20 PM 9/5/2003 -0500, Matt Raible wrote: This is what I'm trying to get away from. -Ori

Re: Converting a ResultSet to a List of POJOs

2003-09-05 Thread Micael
ring("type")); user.setStatus(rs.getInt("status")); user.setTime(rs.getLong("time")); list.add(user); } pstmnt.close(); pstmnt = null; } catch(SQLException sqle) { throw new ChainedException(sqle, "HsqlUserDAO: rs.nex

Re: [OT] RE: What is Java Server faces ?

2003-08-30 Thread Micael
Come on, Mark. This guy is not necessarily what you are assuming. Maybe he just cannot tell what the difference and relations are between JSF and Struts. That is not a trivial issue in some ways of interpreting this. Boy, you are MEAN! LOL. At 09:26 AM 8/29/2003 -0400, Mark Galbreath wrote:

RE: struts and flash

2003-08-27 Thread Micael
an tag. Okay? Micael At 09:22 AM 8/26/2003 -0400, Daniel Blumenthal wrote: my current plan of attack is to embed a flash object in the web page, and then use XML.sendAndLoad() to send queries to the server and get information back. i have one Action which is specifically tasked with receiving

Re: struts and flash

2003-08-26 Thread Micael
then everything is easy. Which way is it? Micael At 03:02 PM 8/25/2003 -0400, Daniel Blumenthal wrote: i saw a thread on using flash with struts from about a year ago, and i was wondering what the current state of affairs was. i was a good doobie and wrote my application in pretty strict MVC form

Struts Advanced Resoures: Flash

2003-08-21 Thread Micael
I am retrieving resources as indicated by the following two examples: src='staticResource.do?content_type=image/gif&resource_source=graphics/struts-power.gif' alt='Powered by Struts' height='15'/> href='staticResource.do?content_type=text/plain&resou

Another Try: Struts Advanced Image/Resource Retrieval and Flash

2003-08-20 Thread Micael
This email has spaces, etc., so let's see if it has this when it arrives there. If not, sorry. Presently I load images as follows, since I want to control who has access to my images and other like resources. First, an Action subclass, viz. ActionStaticResource, cf. infra, to retrieve and to

Advanced Struts Resource Retrieval and Flash

2003-08-20 Thread Micael
Presently I load images as follows, since I want to control who has access to my images and other like resources. First, an Action subclass, viz. ActionStaticResource, cf. infra, to retrieve and to deliver the image, letting me store the image inside WEB-INF and isolated from the outside. Sec

Re: [OT] RE: mesage message account

2003-08-19 Thread Micael
Tell us something we all did not already know, Mark, you commie creep! ///;-) At 02:07 PM 8/19/2003 -0400, Mark Galbreath wrote: Actually, I'm an African-American pro-Islamic militant revolutionary who is on this list only to monitor the secret Zionist elitists disguised as Struts developers and g

RE: [OT] RE: J2EE certified

2003-08-19 Thread Micael
www.java.sun.com and do the relevant searches to find the right pages on either one. Good luck. Pax nabisco! Micael At 09:37 AM 8/18/2003 -0400, Mark Galbreath wrote: Very diplomatic of you, Mark, but I won't be an apologist for a bigot. Mark -Original Message- From: Mark Lowe [mailto:[

[OT] RE: J2EE certified

2003-08-15 Thread Micael
This discussion has gotten a little wonky. Let me suggest you add [OT] to this stuff. At 02:09 AM 8/16/2003 +0400, message message wrote: Also if somebody logged on Sun Microsystems' mailing list using tomcat or JBOSS, I guess he/she would be treated some hostility because he could write appl

Re: [OT] RE: Struts Validator

2003-08-14 Thread Micael
5 PM, Micael wrote: I don't know about the rest of you, but I have found this approach generally not to work. It especially does not work on an expert at it. LOL. I would use this on the quiet type, Steve. I think that with Mark you might find it not completely or utterly or wonderfully

[OT] RE: Struts Validator

2003-08-14 Thread Micael
I don't know about the rest of you, but I have found this approach generally not to work. It especially does not work on an expert at it. LOL. I would use this on the quiet type, Steve. I think that with Mark you might find it not completely or utterly or wonderfully successful. But , hope

Re: Struts is incomplete

2003-08-14 Thread Micael
May you find the freedom of acceptance of others. The struts user list is not responsible for books. People here are very helpful if you treat them with the dignity and respect we all deserve. Well, Mark doesn't, but everyone else does! LOL. Kidding, Mark, kidding! Love and kisses At 11:0

Re: Struts and synchronization

2003-08-14 Thread Micael
Have you thought about using a multi-threaded solution with a queque such that when your database is busy you can notify the user that things are being processed and giving them a link to check back on? At 12:46 PM 8/11/2003 -0500, Nathan Rogers wrote: The request path for a standard action with

Re: Struts Wiki - Chiki?

2003-08-14 Thread Micael
Last four times I tried Chiki it was broken. It used to work in early 2002 and then it went wonky. Has not been fixed since. Maybe it is the newer Tomcat or something? At 12:37 AM 8/14/2003 +0200, Adam Hardy wrote: oops got it wrong. it was on the FAQ page. heres the link http://nagoya.apa

[OT] RE: Struts is incomplete

2003-08-14 Thread Micael
LOL. Mark, your sense of humor is doing well. ///;-) Good to see! At 10:06 AM 8/12/2003 -0400, Mark Galbreath wrote: byte me, you cretin! ;-) -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:50 AM To: Struts Users Mailing List; [EMAIL

Re: application.properties file location

2003-08-14 Thread Micael
with a different name) file in a directory/folder called "resources" in classes. 'Hope this helps. Micael At 08:27 PM 8/13/2003 +0530, Samanth Athrey wrote: Hi, I have my application.properties file stored in the classes directory. But the application is unable to locate and load

Re: Struts and synchronization

2003-08-14 Thread Micael
need a little work done, I pass it via a tunnel to the freshest ip address, which is held at the application level. Of course, it is even easier with static ips. But, my friends, like me, don't have static ips. We are POOR! LOL. Micael At 04:54 PM 8/11/2003 -0700, Micael wrote: Have

Re: IMAGE DISPLAY PROBLEM - PLEASE HELP!! (fwd)

2003-07-17 Thread Micael
Your pages are inside WEB-INF, right? That is what causes the trouble. But, you can do that, if that is really what you want. Before I tell you the solution, is that what you want? At 03:39 PM 7/17/03 +0200, you wrote: Once again, since indentation might be invisible on some clients... Sorry

Re: IMAGE DISPLAY PROBLEM - PLEASE HELP!! (fwd)

2003-07-17 Thread Micael
I have to go now, but I will give you the solution on this in an hour or so. None of the answers so far are correct. This is not an easy question. At 03:39 PM 7/17/03 +0200, you wrote: Once again, since indentation might be invisible on some clients... Sorry. -- Forwarded message

Re: WARNING: invalid welcome file

2003-07-16 Thread Micael
The leading / tells the app that this file is in the root app, and apparently it is not. At 07:11 PM 7/16/03 +0530, you wrote: Hi, This may be slightly out of topic..but I need some suggestions in this regard. Probably someone has encountered this problem before. In my struts application's web

RE: [OT] Re: 4th Of July Struts Challenge...

2003-07-16 Thread Micael
The no-argument constructor is available from default ONLY if you do not have another constructor, Mark. If you have another constructor with an argument, then the no-argument constructor is not there by default and must be coded. There is no need to test this. It is that way. I would always

?? What is up with the MDaemons ??

2003-07-12 Thread Micael
What is with the hundreds of MDaemons I am getting on this list? LEGAL NOTICE This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the in

RE: [OT] Use of Static Methods

2003-07-10 Thread Micael
But, they might not be using that implementation. Or not that version, etc. Right? At 02:46 PM 7/10/03 -0400, you wrote: Micael, I searched the Sun site and read that the JCE 1.2 implementation from Sun is thread-safe. I suppose that a provider could provide a non-thread-safe version for

RE: [OT] Use of Static Methods

2003-07-10 Thread Micael
Richard, I don't doubt what you say is true, but how do you know this? Why couldn't the implementation of the abstract class MessageDigest not be thread-safe? Micael At 01:55 PM 7/10/03 -0400, you wrote: Jerry, Your methods are thread-safe. The MessageDigest.getInstance() and Se

RE: [OT] Use of Static Methods

2003-07-10 Thread Micael
I see that it need not be. However, hard to say what to think, since Ch. 11 is not available. I will have to take a look at this book. Looks interesting. At 10:16 AM 7/10/03 -0700, you wrote: I am still downloading, but at first blush, it looks as if Johnson's context object is also a single

RE: [OT] Use of Static Methods

2003-07-10 Thread Micael
I am still downloading, but at first blush, it looks as if Johnson's context object is also a singleton? At 04:45 PM 7/10/03 +0200, you wrote: > This sounds a lot like the ServiceLocator pattern. > But ServiceLocator u

RE: [OT] Use of Static Methods

2003-07-10 Thread Micael
Could you give us the method body again? That is where we can see if there is a thread safety issue? At 07:53 AM 7/10/03 -0500, you wrote: To everyone: WOW! Talk about opening a can of worms! It's been quite interesting reading the different viewpoints regarding the use of statics vs singleto

RE: [OT] Use of Static Methods

2003-07-09 Thread Micael
rts of the FactoryMethod, Singleton,and ServiceLocator.Also as convenience methods for conversions from one type to another they are particularly handy. Not using static methods where appropriate because of a mistaken belief that they are somehow not "OO" will limit your programming. On Wed, 2003-07

RE: [OT] Use of Static Methods

2003-07-09 Thread Micael
Also, singleton classes are less global too. Singleton classes can have an interface exhibiting their method signatures. But, you cannot do this, obviously, with static methods. interface Foo { static void bar(); } class Baz implements Foo { public static void bar() { // nothing } }

RE: [OT] Use of Static Methods

2003-07-09 Thread Micael
Please give me code showing polymorphic behavior in Perl. That is a new on on me. I think this may be a mistaken claim. To get polymorphic behavior, you have to have a Superclass type and a Subclass object and get the behavior of the Subclass, e.g. Superclass object = new Subclass(); object.r

RE: [OT] Use of Static Methods

2003-07-09 Thread Micael
This use of "overriding" is mistaken. It is the wrong technical term. You can tell it does not override by building a driver and seeing results with the wrongly called "overridden" method. You will run the method from the parent class if you use a wrongly called overridden static method "stati

RE: [OT] Use of Static Methods

2003-07-09 Thread Micael
At 03:01 PM 7/9/03 -0400, you wrote: From: David Graham <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List <[EMAIL PROTECTED]> > > 2) It is not correct to say that static methods can't be overriden. They > can > be overridden with another static method. You can't override

RE: [OT] Use of Static Methods

2003-07-09 Thread Micael
At 02:36 PM 7/9/03 -0400, you wrote: > OO programs should be made up of objects passing > messages to other objects, not calling global functions. I would argue a Singleton is no better in this respect. The fact that they're instantiated into an object, don't make Singletons any less "global" than

RE: [OT] Use of Static Methods

2003-07-09 Thread Micael
I have to agree philosophically with the care that should be taken in using static methods. They really have limited use in an OO environment. They are like doing procedural code. You can run an entire Java program, by the way, without using the main(String [] params) method. A lot of people

RE: [OT] JSTL

2003-07-09 Thread Micael
There are, of course, books (or at least a book) on the topic. At 11:12 AM 7/9/03 -0400, you wrote: Did you try www.javasoft.com ? > -Original Message- > From: Davidson, Glenn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 09, 2003 11:08 AM > To: 'Struts Users Mailing List' > Subject:

Re: Accessing database in java and jsp?

2003-07-08 Thread Micael
This is probably more of an additional question than a help, but why do you want to do something other than create the datasource in your web.xml? At 01:31 PM 7/8/03 +0200, you wrote: Hello I have created a datasource in my struts-config.xml. But I cant find out how to use it. Creating my dataso

Re: db connection pooling

2003-07-06 Thread Micael
Use a plugin. At 10:09 AM 7/7/03 +0530, you wrote: Hi, Is there any ways to achieve db connection pooling and access of such pooled connection though jndi in struts action classes. Regards, Jailani.S - To unsubscribe, e-mail:

Re: Ok is it just me?

2003-07-04 Thread Micael
S! Mark is sleeping. At 01:33 PM 7/4/03 -0400, you wrote: Or did this discussion group just get very very very quiet.. ? ( must be all those americans enjoying there day off :P ) - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Could not parse deployment descriptor: java.io.IOException: cannot resolve '/WEB-INF/struts-bean.tld' into a valid tag library

2003-07-01 Thread Micael
This usually is because prior to reading the tld address in the xml file, there is another parsing problem. Check right before the tld in the xml file and you will probably find the problem. At 06:19 PM 7/1/03 +0200, you wrote: Sorry, I don't understand if you are asking something. PREETAM Bal

Re: [FRIDAY] Struts 1.1 votes passes, but, sadly, my cat died

2003-06-28 Thread Micael
If you go to google and put in "Sadly the cat dies." you will see our beloved Ted is a truth teller. LOL. I am unaware of Red Dwarf. Sounds interesting. That is high enough praise to get a person interested all right. At 07:49 AM 6/28/03 -0600, you wrote: You're talking of one of the greates

RE: Struts 1.1

2003-06-03 Thread Micael
Struts is a mature framework with its own schedule. At 09:44 AM 6/2/03 -0500, you wrote: OK, let's look at it another way. If Struts 1.1 is ready for prime time, why don't the authors trust it enough to release it? If the authors don't trust it enough to give it their stamp of approval (bugs or

Re: [OT] slackers

2003-06-02 Thread Micael
I'm a lumberjack and I'm OKAY! At 03:06 PM 6/2/03 +0900, you wrote: On Monday, June 2, 2003, at 03:03 PM, Brandon Goodin wrote: Oh, yeah, an African swallow maybe, but not a European swallow. That's my point. Brandon Goodin Well, I never wanted to be a Java programmer anyway. I wanted to be a L

RE: time to do action

2003-05-31 Thread Micael
"Mother of All Frameworks"? THAT is a hoot! At 01:02 PM 5/30/03 -0700, Craig R. McClanahan wrote: On Fri, 30 May 2003, Mike Whittaker wrote: > Date: Fri, 30 May 2003 19:09:47 +0100 > From: Mike Whittaker <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts

Re: [OT] I'm tired of restarting tomcat!

2003-05-31 Thread Micael
You using a modem with a possibility of losing connections to your ISP? You running by any chance on Win98? At 05:59 PM 5/27/03 +0200, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, this is somewhat off-topic but I don't know why I have this behaviour. I deployed my struts

Re: [OT] Calculating distance using Longitude/Latitude

2003-05-31 Thread Micael
Just so I understand the problem, why would a city not want to have a service? That makes no sense to me. At 01:46 PM 5/27/03 -0700, you wrote: Micael, Thanks for your input. My problem is limited to how far one is willing to travel to provide a service. The way I have it setup now is one

RE: [OT] RE: test

2003-05-31 Thread Micael
Not true! Oddly enough, there are some on the southwestern tip of Ireland, where the Gulf Stream dips in and makes for oddities like that. At 09:21 AM 5/30/03 -0400, you wrote: There are no coconuts in Europe. -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: JSF and Struts Actions

2003-05-30 Thread Micael
This is so cool. I was hoping for this sort of thing. This is getting close to grown up. I wish I could see this stuff now. Man! At 06:22 PM 5/29/03 -0700, you wrote: On Thu, 29 May 2003, Vic Cekvenich wrote: > > [snip] > > Simple to make formbeans emit XML of properties via reflection, an

Re: MVC - not!

2003-04-04 Thread Micael
06:30 PM 4/4/03 -0800, you wrote: On Fri, 4 Apr 2003, Micael wrote: > Date: Fri, 04 Apr 2003 16:49:55 -0800 > From: Micael <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EM

Re: MVC - not!

2003-04-04 Thread Micael
etween the components. IMO, calling it something other than MVC consuses the issue and is not helpful for a person trying to learn the pattern. David From: Micael <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List&q

Re: MVC - not!

2003-04-04 Thread Micael
I know, David, and I admire your work. But, look at the design pattern. Ted Husted is right, I think, that it is not what we normally talk about. At 03:16 PM 4/4/03 -0700, David Graham wrote: I don't see an "E" (for events) in "MVC". David From: Micael <

MVC - not!

2003-04-04 Thread Micael
Wouldn't it be better if we stopped talking about MVC patterns when they really are not MVC patterns? The patterns usually called "MVC" are not because they have no event structure. We use, as a rule, a pattern that really is just based on minimal coupling, i.e., coupling only to contiguous o

RE: 12 month contract - Toronto - immediate start

2003-04-04 Thread Micael
.)? And your university diploma is 'web development in renaissance epoch'? ~nn - Original Message ----- From: "Micael" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "'Struts Users Mailing List'" <[EMAIL PROTE

Re: 12 month contract - Toronto - immediate start

2003-04-04 Thread Micael
le 9i for 5 years. - Original Message - From: "Micael" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "'Struts Users Mailing List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 04, 200

RE: 12 month contract - Toronto - immediate start

2003-04-04 Thread Micael
this position and have appreciated the candor. Micael At 10:13 AM 4/4/03 -0500, apachep2 wrote: One thing offends me the most is Excellent communication skills, both oral and written (10/10 essential) Looks like they are looking for Winston Churchill. -Original Message- From: Scott Barr

RE: [OT]Credit card processing

2003-03-31 Thread Micael
If you are not going to process the card, your client is better not knowing what it is. At 11:08 PM 3/31/03 -0500, you wrote: The folks at PlugNPay (plugnpay.com) have a nice Java API for doing processing, I've used with with good success. James > -Original Message- > From: P Dunham [mai

MyCart MyButt MyBCentral

2003-03-30 Thread Micael
What is up with the MyCart application that is supposed to be a Struts example but seems only to lead to Microsoft's bCentral? LEGAL NOTICE This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privil

RE: Do Struts increase developer productivity?

2003-03-29 Thread Micael
If you have a good lead person on your team, that makes all the difference. Someone has to know what they are doing, and then everyone speeds up. That is especially true if you are using the pluses of the Xtremists. There are lots of good people out there to take these positions. I understa

Struts 1.1 and PlugIn Interface: Has anyone used it successfully?

2003-03-27 Thread Micael
I am getting the following difficulty loading a class that implements the PlugIn interface. I have property implement the interface (it compiles) and I have added the equivalent of the following to the struts-config.xml: Anyone know what I am doing wrong? 2003-03-27 13:34:29 StandardWrappe

[OT] Test

2003-03-27 Thread Micael
Test LEGAL NOTICE This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally privileged. This information is intended only for the use of the individual or entity to whom this electronic mail transmission

Re: Loading properties from a file and keeping them in session

2003-03-27 Thread Micael
So, you probably would want to do that at application scope, rather than session scope? If you are just storing the properties information, why transfer it to an object? Just put the properties object at application level. But, as James asked, why would you do this? Why not use a database?

RE: [OT] Contract Work: Going Rate?

2003-03-26 Thread Micael
I hope you know that my prior response that the lawyer should be fired was not aimed at you, Tammy. I appreciate your assistance. I think it is really funny, however, that a lawyer would actually associate what we are doing with antitrust behavior. Heck, I feel bigger and better now. LOL!

RE: [OT] Contract Work: Going Rate?

2003-03-26 Thread Micael
This is funny. Price fixing! Fire that lawyer. I AM a lawyer. That is ridiculous. At 10:03 PM 3/26/03 -0700, you wrote: I never thought we'd have lawyers telling use what we can and can't discuss on *our* mailing list. David From: "Tammy Cravit" <[EMAIL PROTECTED]> Reply-To: "Struts User

Re: [OT] Contract Work: Going Rate?

2003-03-26 Thread Micael
Sorry, James, you the man, Jeff. LOL. Thanks to both of you for your input. At 09:12 PM 3/26/03 -0600, you wrote: That seems pretty low to me... On Wednesday, March 26, 2003, at 09:02 PM, James Mitchell wrote: On Wed, 2003-03-26 at 21:28, Micael wrote: I have been offered a contract job and

Re: [OT] Contract Work: Going Rate?

2003-03-26 Thread Micael
You the man, James. Thanks. At 10:02 PM 3/26/03 -0500, you wrote: On Wed, 2003-03-26 at 21:28, Micael wrote: > I have been offered a contract job and asked what I wanted per hour. I am > in Washington state and the client (a web development company) is in > California. I am an experie

[OT] Contract Work: Going Rate?

2003-03-26 Thread Micael
I have been offered a contract job and asked what I wanted per hour. I am in Washington state and the client (a web development company) is in California. I am an experienced Java (certified) programmer that knows the general landscape well (Tomcat, Struts, Ant, etc., etc., with Linux, script

Re: [FRIDAY] Microsoft

2003-03-21 Thread Micael
Right! Good products transcend platforms! So, .NET has an intentional problem. No sense denying it. At 12:45 PM 3/21/03 -0500, you wrote: From a developers viewpoint, I'd say it's all moot. Developers develop. Pascal, SmallTalk, Java, C# -- a language is a language. I've been through half a

RE: [OT] Meeting in Paris this Saturday

2003-03-20 Thread Micael
Confusion? Rancor? -- BAD (I advise against these) Clarity? Harmony? -- GOOD (I suggest these as helpful) Let us agree that none of us are perfect. The foibles I see here, including my own, are within the bounds of acceptable conduct, even if they could not be endorsed. Let's celebrat

RE: html:frame

2003-03-11 Thread Micael
I gave up on the frame tags. At 11:49 AM 3/12/03 +1100, you wrote: If your tag is rendering as frameborder="0"/> it seems likely that you don't have the taglib definition in your jsp. -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 March 2003 11:35 AM

Re: [OT] Learning Curve Management or Confusions of a Newbie

2003-03-07 Thread Micael
No, you are right. This is an ongoing problem. The truth is, however, I think, that there is no easy solution. Java is easy enough to learn and open enough to all that there is just a lot there. No way to change that. At 01:05 AM 3/7/03 -0700, you wrote: I have to confess, I'm a newbie. I've

RE: Localisation

2003-03-06 Thread Micael
This is effectively unreadable in my email. At 06:06 PM 3/5/03 +, you wrote: This what I did: ++ In the homepage page: <% pageContext.setAttribute("URLPath", request.getRequestURL()); %> ++ or ++ In Struts Config: ++ In the SetLocaleAction: St

RE: Localisation

2003-03-06 Thread Micael
Chinese? At 08:02 PM 3/5/03 +0800, you wrote: So... if they click on say , the flag for Belgium, what language will they get? -Original Message- From: James [mailto:[EMAIL PROTECTED] Sent: Thursday, 6 March 2003 03:12 To: [EMAIL PROTECTED] Subject: Localisation I have a LocaleActionClass t

Re: Localisation

2003-03-06 Thread Micael
In my opinion the message solution works and this solution is messy. At 01:52 PM 3/5/03 +0200, you wrote: > You could set a group of forwards up, based on the locale ie > > > > >within Does this mean that someone has to implement a different .jsp for each language? I need to implement somet

Re: Localisation

2003-03-06 Thread Micael
Just put the locale and other choices in the same form. At 12:45 PM 3/5/03 +0100, you wrote: - Original Message - From: "James" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 8:38 PM Subject: Re: Localisation > ok simon.. thanks > > one more question, what hap

Re: Localisation

2003-03-05 Thread Micael
This assumes that you want to write a new page for each locale. Is that true? Why not use messages? At 12:28 PM 3/5/03 +0100, you wrote: You could set a group of forwards up, based on the locale ie within And you can then dynamically create the name from the selected action by the client.

Re: Localisation

2003-03-05 Thread Micael
struts-config.xml? I cannot see why you would go that direction for a solution. Configuration is for configuration. This does not seem to be a configuration issue to me. Micael At 11:11 AM 3/5/03 -0800, you wrote: I have a LocaleActionClass that sets the locale according to which wee flag

RE: Mixing currencies and locales

2003-02-24 Thread Micael
You just have to make sure that the right things get the right locale string is all. You can mix anyway you like. At 07:09 PM 2/24/03 -0500, you wrote: Hi, Can java.util.Currency in JDK 1.4 help you out here, perhaps in combination with java.text.NumberFormat.getCurrencyInstance()? Cheers, -Ste

RE: Mixing currencies and locales

2003-02-24 Thread Micael
The parameters that messaging resources take are diverse enough, and beyond what is normally needed, that you can tack a lot of unintended functionality into using the usually unused stuff. We do this often with files like: messages_en_currency.properties, for example. At 07:09 PM 2/24/03 -050

Fwd: No Redirects in Struts 1.1

2003-02-21 Thread Micael
X-Server-Uuid: 77EBEC63-E6AD-49BA-924C-CB5276DAA9C7 From: "Hossfeld, Frank" <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: No Redirects in Struts 1.1 Date: Fri, 21 Feb 2003 11:1

RE: Dynamic Forwards Offsite

2003-02-20 Thread Micael
Thanks, David. You the man! LOL. At 09:34 PM 2/20/03 +, you wrote: Micael You might try this: StringBuffer sb = new StringBuffer(); sb.append("http://www.somewhere.com/message";); response.sendRedirect(sb.toString()); return null; db > -Original Message- > From

Re: No Redirects in Struts 1.1?

2003-02-20 Thread Micael
wrote: There was a bug with absolute url redirects but it has been fixed. Try one of the recent nightlies. David From: Micael <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: No Redirects in Struts 1.1? Date: Thu

No Redirects in Struts 1.1?

2003-02-20 Thread Micael
Is there no way to redirect to an offsite url in Struts 1.1? If so, I am not sure that the new features are much better than a bug. LEGAL NOTICE This electronic mail transmission and any accompanying documents contain information belonging to the sender which may be confidential and legally

RE: Dynamic Forwards Offsite

2003-02-20 Thread Micael
ource (/application/http://www.somewhere.com/message) is not available. com At 04:08 PM 2/20/03 -0500, you wrote: The javadoc for ActionForward state you can use an absolute URI for the path parameter. I've never tried it though. > -Original Message- > From: Micael [mailto:[EMA

Dynamic Forwards Offsite

2003-02-20 Thread Micael
How does one do a dynamic forward offsite, e.g. "http://www.somewhere.com/index.htm";, within the context of the struts framework? This does not work with ActionForward, apparently, because the forwards there have a context of the application root in the container. I know how to do these with

Struts 1.1: File Structure for Modules???????

2003-02-09 Thread Micael
Just about everything you want to know about modules is around except what file structure is being talked about. I find nothing on that. Can someone direct me to something on this. There is nothing in the struts book or the manuals that I can see. I find nothing anywhere on this. Does someo

RE: Rendering alternate rows of a table in Struts

2003-02-07 Thread Micael
That is, as they say, "WAY COOL". Someone is thinking. At 12:28 PM 2/7/03 -0800, you wrote: On Fri, 7 Feb 2003, Mark Galbreath wrote: > Date: Fri, 7 Feb 2003 14:35:18 -0500 > From: Mark Galbreath <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Micael
.well I was thinking about configuring openssh on my home server > (port > > 21) and controlling that one from here > > > > I used to use PCAnyWhore, but since I installed my router/firewall at > home, > > I cannot do that anymore.any more suggestions? > > >

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Micael
content area so ugly I cannot stand it. If you have any questions on how to do any part of this, send me your personal email address and I will be glad to share anything I know. Micael At 02:34 PM 2/6/03 -0500, you wrote: oh.well I was thinking about configuring openssh on my home server (port 21

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Micael
: "Micael" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 1:29 PM Subject: Re: [OT] how do people work in project with one server for development > If you have the time, you can set up an environment in which y

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Micael
I am not completely aware of what is normal and what is not. Certainly Jason Hunter provides all the details needed to do this in his book on servlets. Are we on the same wave length? Micael At 02:04 PM 2/6/03 -0500, you wrote: Do tell! -- James Mitchell - Original Message -

Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-06 Thread Micael
How do you have JBoss setup James? At 01:13 PM 2/6/03 -0500, you wrote: Not sure about WebLogic, but if you are working with an expanded webapp in JBoss, you can just touch the web.xml and it auto-reloads the app. -- James Mitchell - Original Message - From: <[EMAIL PROTECTED]> To:

Re: [OT] how do people work in project with one server for development

2003-02-06 Thread Micael
If you have the time, you can set up an environment in which you can do everything through port 80 that you want to do. At 01:11 PM 2/6/03 -0500, you wrote: > Recently, I have been wondering if there are any sourceforge like > environments that can be used on a temporary basis for doing proprieta

Responses without Requests

2003-02-03 Thread Micael
Is there any reason why I could not send a response to another server without a request by having an automated background servlet do something akin to the following when something happened? Could this be part of the business logic of a action in Struts, so that more than one response could be

s2s -- sending responses to servers without a request.

2003-02-03 Thread Micael
= url.openConnection(); conn.setDoOutput(true); conn.setRequestProperty("Content-Type","application/x-www-form-urlencoded"); PrintWriter pw = new PrintWriter(conn.getOutputStream()); pw.println(str); pw.cl

  1   2   3   4   >