RE: [OT] RE: Struts and Large ResultSet

2002-09-08 Thread James Mitchell
Sorry for getting in late on this one. I was just at Google, and Google's an all-MySQL shop. Why did they do it? Because they looked at DB2 and it was expensive and it didn't offer any added value. - Jonathan Schwartz Here's the full story: http://news.com.com/2008-1082-947510.html James

Re: Off topic-building PC's

2002-09-08 Thread Rosdi bin Kasim
This is autrageous. You can find that easily in google yet you still cant resist the temptation to post off-topic questions to an already heavy-traffic mailing list. - Original Message - From: Ron Day [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday,

[OT] [Announce] French book

2002-09-08 Thread mailinglist
A new book about UML named Modéliser un site e-commerce en UML from Pascal Roques will be available mid September. Summary : http://www.dotnetguru.org/downloads/tabledesmatieres.pdf Implementation code is provided with Struts, .Net and PHP -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Tree Folder navigation

2002-09-08 Thread Keven
Pary I am alos interested in your tree tag. Could you please share it? Thank you very much. Keven - Original Message - From: Parveen Kumar Hooda [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 6:12 AM Subject: Re: Tree Folder

Re: Validating DATE field

2002-09-08 Thread David Derry
Actually, it's a test for ! isBlankOrNull(). The block of code encased by that test didn't extend quite far enough. A statement that should have been included was outside the closing '}'. As i mentioned, it was fixed in the nightly shortly after b2. Or you can patch your own source by just moving

Re: Off topic-building PC's

2002-09-08 Thread Ron Day
Sorry you find it autrageous ?? I wanted a learned opinion, and I respect the views on this board. Google gives me 5000 responses of crap as you well know. It was a short question, and it was labelled off topic and building PC's on purpose so you knew what was in it. You didn't have to read

RE: Off topic-building PC's

2002-09-08 Thread Michaël
Did you really try Google? The first website seems to be quite good, it even has pictures of each step involved in building a PC. This is far better than any email response you will get here. http://www.google.fr/search?q=how+to+build+a+PCie=UTF-8oe=UTF-8hl=frbtnG =Recherche+Googlemeta=

RE: Off topic-building PC's

2002-09-08 Thread Ron Day
Yes I did -Original Message- From: Michaël [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Date: Sun, 8 Sep 2002 19:47:32 +0200 Subject: RE: Off topic-building PC's Did you really try Google? The first website seems to be quite good, it even has pictures of

How to install on Oracle9iAS?

2002-09-08 Thread David Griffiths
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone know of a good tutorial on how to use struts on an Oracle 9iAS server? It isn't listed as far as I can see on http://jakarta.apache.org/struts/userGuide/installation.html Having looked at the structure of it, Oracle 9iAS appears to be

Re: How to install on Oracle9iAS?

2002-09-08 Thread mailinglist
Does anyone know of a good tutorial on how to use struts on an Oracle 9iAS server? It isn't listed as far as I can see on http://jakarta.apache.org/struts/userGuide/installation.html Having looked at the structure of it, Oracle 9iAS appears to be made up of an Apache server with jserv

Re: How to install on Oracle9iAS?

2002-09-08 Thread Rick Reumann
On Sunday, September 8, 2002, 2:03:48 PM, David Griffiths wrote: DG -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DG Does anyone know of a good tutorial on how to use struts on an Oracle DG 9iAS server? It isn't listed as far as I can see on DG

html:link and parameter appending does not work

2002-09-08 Thread Thomas Fahrmeyer
Hi, i just want to create a link with URL-Encoding and adding some parameter the the link. I tried it with html:link href=/modifyPersonSelections paramId=selectionId paramProperty=1remove/html:link to get a href=/modifyPersonSelections?id=1remove/a but the link generated does not contain the

Re: html:link and parameter appending does not work

2002-09-08 Thread David M. Karr
Thomas == Thomas Fahrmeyer [EMAIL PROTECTED] writes: Thomas Hi, Thomas i just want to create a link with URL-Encoding and adding some parameter the Thomas the link. I tried it with Thomas html:link href=/modifyPersonSelections paramId=selectionId Thomas

RE: Improving performance by splitting JSP?

2002-09-08 Thread Joe Barefoot
Wow. I dunno, but here's a guess (you could look at the code generated to get a better idea if this is a contributing factor): Since each JSP compiles down to a single method call in the generated source class, and (depending on how the JSP compiler generates Java source) each custom tag could

Re: Prakash Malani article on JavaWorld

2002-09-08 Thread Anen Wu
Hi Sri, Yes, now it's workingapologized, forget to put the html taglib. : ( Thanks, Anen - Original Message - From: Sri Sankaran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 06, 2002 10:18 PM Subject: RE: Prakash Malani article on

Re: struts tags can not be displayed using tiles:insert

2002-09-08 Thread Anen Wu
Hi Cedric, It works ! : ) Thanks a lot for your help. I have spent most time try to stick on struts template, however, looks like Tiles really helps much more and easy to do, thanks...thanks...thanks... Regards, Anen - Original Message - From: Cedric Dumoulin [EMAIL PROTECTED] To:

path problem

2002-09-08 Thread Jenny
Hi, All: I have a index.jsp and a folder called templates in same directory as WEB-INF directory does. In the template directory, I have welcome.jsp. In my index.jsp, I will refer welcome.jsp. The way I refer it is as following: index.jsp --- % page language=java % % taglib

Re: path problem

2002-09-08 Thread Boney Sze
hello Jenny, try this one... template:insert template=templates/welcome.jsp try removing the / before templates which is your templates directory. Boney Jenny wrote: Hi, All: I have a index.jsp and a folder called templates in same directory as WEB-INF directory does. In the

Re: path problem

2002-09-08 Thread Jenny
Hi, Boney: Thank you for your reply. I have tried both way(Sorry I forgot to mention it in the previous email)--- have / before templates and remove / before templates, in both way, I got exactly the same error. Jenny. - Original Message - From: Boney Sze [EMAIL PROTECTED] To:

Actions and set-property

2002-09-08 Thread Cliff Rowley
Greetings, very quick question. From the struts config DTD, I understand that action classes, like plugins, can be configured via bean style properties using the set-property in an action element: quote The set-property element specifies the method name and initial value of an additional

RE: global forwards in forms.

2002-09-08 Thread Todd Pierce
Thanks for the information, Ted. I note with amusement that the debate for this feature is still warm ;-) I'd vote for it! -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, 6 September 2002 8:41 PM To: Struts Users Mailing List Subject: Re: global forwards in

Cross Site Scripting (XSS) issues with Struts 1.1-b2?

2002-09-08 Thread Van Riper, Mike
If you are not familiar with what I mean by cross site scripting (XSS), here are two links with information about it: http://www.cgisecurity.com/articles/xss-faq.shtml http://www.cert.org/advisories/CA-2000-02.html According to the first FAQ above, some of the things that should be done

Re: Actions and set-property (revisited)

2002-09-08 Thread Cliff Rowley
I've just been through the source, and I believe the correct place the the action properties should be set is in RequestProcessor.processActionCreate(), but there appears to be no code to that effect (Struts 1.1-b2). I will download the nightly build now (as it appears the rest of the world is

Re: Actions and set-property (revisited again)

2002-09-08 Thread Cliff Rowley
Righty, just been through the CVS version (just in case) and still nothing. Please someone tell me I'm looking in the wrong place :) On Mon, 2002-09-09 at 06:22, Cliff Rowley wrote: I've just been through the source, and I believe the correct place the the action properties should be set is