RE: How to disable URL rewriting for session id?

2005-07-03 Thread David G. Friedman
Julian, I just skimmed through cvs and have this idea for you: Edit a copy of the Html Taglib's helper class, org.apache.struts.taglibs.TagUtils, so any methods that would pull in the session variable to append to the new URL don't do that. When it's built, put it under WEB-INF/classes/org/apach

Re: IDE Wars (was Struts vs World)

2005-07-03 Thread Yan Hu
> > What w/ F22 and Democracy being invoked. Hahaah. You can not even understant what the anaogly I made means. I doubt your ability to reason logically. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: How to disable URL rewriting for session id?

2005-07-03 Thread Julian Kerr
Ahh, the problem spreadeth... also need to use plain old forms, which means no struts help there either. Guess this boils down to either finding a way to tell struts to stop rewriting url's, or another moving to another context... Julian Wendy Smoak wrote: From: "Julian Kerr" <[EMAIL PROT

Re: IDE Wars (was Struts vs World)

2005-07-03 Thread Vamsee Kanakala
Frank W. Zammetti wrote: I very much DO NOT look forward to the day when we all must use the same toolset, whether its because we mostly agree its the best or because other factors leave us little choice. People are different, why shouldn't the tools we use to get our jobs done be as well?

Re: IDE Wars (was Struts vs World)

2005-07-03 Thread Frank W. Zammetti
Craig McClanahan wrote: From a personal perspective, I was a die hard Emacs user until about a year ago, when IDEs finally started getting to the point where they could make *me* more productive. This has really been one of the more entertaining "drivel threads" in some time, as have the seemi

Re: IDE Wars (was Struts vs World)

2005-07-03 Thread Craig McClanahan
On 7/3/05, netsql <[EMAIL PROTECTED]> wrote: > Craig McClanahan wrote: > > > > From a personal perspective, I was a die hard Emacs user until about a > > year ago, when IDEs finally started getting to the point where they > > could make *me* more productive. > > > > > http://www.jroller.com/page/

Re: IDE Wars (was Struts vs World)

2005-07-03 Thread netsql
Craig McClanahan wrote: From a personal perspective, I was a die hard Emacs user until about a year ago, when IDEs finally started getting to the point where they could make *me* more productive. http://www.jroller.com/page/fate/20050305 I quote above bile: "JSF is NOT for real java develop

Re: R: Struts vs .NET???

2005-07-03 Thread Craig McClanahan
On 7/3/05, netsql <[EMAIL PROTECTED]> wrote: > > Do you yealy think people on level of Craig, Husted, Clinton, Linus, > Marti C, etc. use painters? Or that you are not productive? > Guns don't kill. People kill. Tools don't matter. A good developer is > key, and you are not going to get one at $10

[HELP] Who have ever used Quartz in Struts, help me :(

2005-07-03 Thread Pham Anh Tuan
Hi all, I got error when I use Quartz as a plugin in Struts. For more details. I will show all you 2 files which I defined like below: MyBot.java: import java.text.ParseException; import org.quartz.CronTrigger; import org.quartz.JobDetail; import org.quartz.Scheduler; import org.quartz.Schedu

Re: Iterate without collection

2005-07-03 Thread Tony Smith
That is cool. But is this going to work: <%= Character.toString (idx + 65) %> ${id} Suppose I have a list in my form with data "d1", "d2", "d3"... I want to print out: A d1 B d2 C d3 ... --- Thomas Corte <[EMAIL PROTECTED]> wrote: > Hi, > > Tony Smith wrote: > > > How can I cast in

Re: [OT] Tools do not matter? Wrong

2005-07-03 Thread Tony Smith
I agree. I am sick of people who uses vi and thinks anyone else is an idiot. --- Yan Hu <[EMAIL PROTECTED]> wrote: > > > Do you yealy think people on level of Craig, > Husted, Clinton, Linus, > > Marti C, etc. use painters? Or that you are not > productive? > > Guns don't kill. People kill.

[OT] Tools do not matter? Wrong

2005-07-03 Thread Yan Hu
> Do you yealy think people on level of Craig, Husted, Clinton, Linus, > Marti C, etc. use painters? Or that you are not productive? > Guns don't kill. People kill. Tools don't matter. A good developer is > key, and you are not going to get one at $10. How many people are out there like Craig a

Re: R: Struts vs .NET???

2005-07-03 Thread netsql
Simone - Dev wrote: For my point of view the differences between the 2 platforms are nil... (ok, one has that, the other has something else, but generally speaking they are the same) +1 While setting up Eclipse, to debug Struts application with Apache Tomcat is a pain... -1. It just not

AW: Struts vs .NET???

2005-07-03 Thread Leon Rosenberg
> Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 2. Juli 2005 22:07 > An: Struts Users Mailing List > Betreff: Re: Struts vs .NET??? > ... > Ooo, I'll hafta disagree on both of these. > > A) Renaming something to better describe its function isn't a > crime or bad design; s

AW: Struts vs .NET???

2005-07-03 Thread Leon Rosenberg
> Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 2. Juli 2005 22:07 > An: Struts Users Mailing List > Betreff: Re: Struts vs .NET??? > ... > Ooo, I'll hafta disagree on both of these. > > A) Renaming something to better describe its function isn't a > crime or bad design; s

RE: R: Struts vs .NET???

2005-07-03 Thread Martin Gainty
Well put Simone. I think we all have to take a look at everything that is available to implement OOA/OOD/MVC and concentrate on the goal to produce working code for the client What is Radio controlled land sailing? Please feel free to contact me offline- Molte Grazie, Martin Gainty

Re: Iterate without collection

2005-07-03 Thread Thomas Corte
Hi, Tony Smith wrote: How can I cast int to char in jsp? Try <%= Character.toString (i + 65) %> -- Thomas Corte [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: and Struts 1.2.7 possible bug?

2005-07-03 Thread Tobias Neumann
On 2005-07-01 18:04:41 +0200, Eduardo José Hernández Cisneros <[EMAIL PROTECTED]> said: Hi everybody, I recently upgrade my struts libraries to 1.2.7 from 1.2.4. I am using the tag with: … In 1.2.4 version the html:form tag renders correctly the form name attribute, but when a

Re: Iterate without collection

2005-07-03 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> How can I cast int to char in jsp? I'm more than willing to help, but I really need to see what you're working with. At the very least I want to know what the form property that's behind this table looks like. What type is it? (And can you change it

Re: Iterate without collection

2005-07-03 Thread Tony Smith
How can I cast int to char in jsp? Thanks, --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Tony Smith" <[EMAIL PROTECTED]> > > >I am using jsp to print out a table. The data (dxx) > > comes from a formbean. At the beginning of every > row, > > I would like to print a character starting from

Re: Convert int to string in jsp

2005-07-03 Thread Martin Gainty
Good Morning Tony I would say follow Wendy's advice on that specific conversion but only after I consulted with the client and made sure they want to convert their numeric digits to alpha indices If they dont then I would suggest setting up some sort of validation either thru JS (client-side)or

R: Struts vs .NET???

2005-07-03 Thread Simone - Dev
Pardon my intrusion, I just came home from a job trip, and saw more than 100 messages about struts vs .net, and I was not able to read all the messages. I just want to tell my opinion on this topic: I use both Struts and .NET for my job.. Well.. Stuts for my opensource development and .NET for my

Re: Iterate without collection

2005-07-03 Thread Martin Gainty
this example from Kumar at JGuru: //this takes the contents of ArrayListName and assigns an iterator //write out the contents of iterator id based on keyvalue supplied at property Be mindful that Currently, this tag cannot deal with arrays of primitive data types. Only arrays of Java objec

Re: Struts vs .NET??? -> Real Stats

2005-07-03 Thread Gregory Seidman
On Sat, Jul 02, 2005 at 11:48:37PM -0700, Dakota Jack wrote: } What is your basis for your assessment of .NET and Struts? What sort } of problem are you talking about/ My assessment is based on my own development experience with both, plus lurking on this list for a few years. I will reiterate th

Re: Struts vs .NET???

2005-07-03 Thread Gregory Seidman
On Sat, Jul 02, 2005 at 07:56:23PM -0700, netsql wrote: [...] } And now this is realy going to piss you off: You can do Apache Struts } MVC in C#: } http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/overdrive/Nexus/Core/?rev=208875 See, now *that's* a cool idea. I'm afraid the straight code

RE: Re: Struts vs .NET???

2005-07-03 Thread John Henry Xu
Lots of links on internet. I asked him to give particular links so we can analyze the structure of the site and how many struts were used there. The link he gave many are just information about struts. Some are broken links. Maybe you can tell your struts sites. I don't use .net. and I would be

Re: Struts vs .NET???

2005-07-03 Thread Gregory Seidman
On Sat, Jul 02, 2005 at 11:34:44PM -0700, Dakota Jack wrote: } And how does C# run on Apple? LOL See http://www.mono-project.com/ --Greg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [OT] Re: Unacceptable Behaviour of Mark Galbreath

2005-07-03 Thread Niall Pemberton
Isn't it French for duck? - Original Message - From: "Dakota Jack" <[EMAIL PROTECTED]> Sent: Sunday, July 03, 2005 7:43 AM You know what a "canard" is Newton? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: J2EE vs .Net (was Struts vs .NET???)

2005-07-03 Thread John Henry Xu
Dakota Jack, I asked you again you provide us large sites you have developed using struts. If you cannot provide web site links, we can reasonably say you have no REAL experience of struts application. And I noticed it is your habit to accuse people if they don't agree with you. Jack H. Xu Te

Re: Iterate without collection

2005-07-03 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> I am using jsp to print out a table. The data (dxx) comes from a formbean. At the beginning of every row, I would like to print a character starting from 'A'. A d11 d12 d13... B d21 d22 d23... C d31 d32 d33... If you put the rows into a TreeMap and us

Re: Struts vs .NET???

2005-07-03 Thread Pedro Salgado
2 more Struts sites to add to the list (http://wiki.apache.org/struts/StrutsWebLinks): http://www.iberia.com/ https://caixadirecta.cgd.pt/ (bank) Of course I cannot be sure but it sure seems like it :) PS On 03/07/2005 09:44, "Jesse Alexander (KBSA 21)" <[EMAIL PROTECTED]> wrote: > -Origin

RE: Re: Struts vs .NET???

2005-07-03 Thread Jesse Alexander (KBSA 21)
-Original Message- . . . What makes you think http://wiki.apache.org/struts/PoweredBy is a struts site? Don't give wrong information. . . . Technology columnist and editor -/Original Message - No wonder I have such a low consideration for technology columns and their writers... He