Re: Basic CRUD

2003-06-15 Thread Jing Zhou
- Original Message - From: Vic Cekvenich [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 9:48 PM Subject: Re: Basic CRUD Maybe in 3rd world countries this works, maybe you should spend a few $ with IP Lawyer? You can't make generalization because some open

RE: Basic CRUD

2003-06-03 Thread Shane Mingins
) and therefore I avoid JavaScript. Cheers Shane -Original Message- From: Eric Miles [mailto:[EMAIL PROTECTED] Sent: Sunday, 1 June 2003 2:24 p.m. To: [EMAIL PROTECTED] Subject: Re: Basic CRUD Problem solved. Basically, I added a hidden form property called 'key' that gets set during

Re: Basic CRUD

2003-06-01 Thread Eric Miles
PROTECTED] Sent: Thursday, 29 May 2003 13:36 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Basic CRUD - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 9:57 PM Subject: RE

Re: Basic CRUD

2003-06-01 Thread David Graham
] Subject: Re: Basic CRUD - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 9:57 PM Subject: RE: Basic CRUD Mate, that answer is about as useful as a chook that doesnt lay eggs

Re: Basic CRUD

2003-05-30 Thread Eric Miles
product without having to join the Carrier group etc... if he wants to distribute whatever it is he is writing? -Original Message- From: Jing Zhou [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 May 2003 13:36 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Basic CRUD

Re: Basic CRUD

2003-05-30 Thread jing
On Thu, 29 May 2003 22:04:36 -, Eric Miles [EMAIL PROTECTED] wrote : Chicks that don't lay eggs are still good for cooking, eh? ;-) Jing, Your source code is Open Source licensing, right? Not going to sue me when I resell or make $$$ off your code?!? Here are what I did before I

Re: Basic CRUD

2003-05-30 Thread Vic Cekvenich
Maybe in 3rd world countries this works, maybe you should spend a few $ with IP Lawyer? You can't make generalization because some open source license requires attribution (this was built using) , or licensing in kind (they own your source), or are only for non commercial use or worse.

RE: Basic CRUD

2003-05-29 Thread Shane Mingins
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 May 2003 3:02 p.m. To: [EMAIL PROTECTED] Subject: Basic CRUD I am putting together a simple web app that performs CRUD operations on a database table. The web app consists of 1 jsp page which handles all CRUD actions. The first part

Re: Basic CRUD

2003-05-29 Thread Jing Zhou
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 May 2003 3:02 p.m. To: [EMAIL PROTECTED] Subject: Basic CRUD I am putting together a simple web app that performs CRUD operations on a database table. The web app consists of 1 jsp page which

RE: Basic CRUD

2003-05-29 Thread Andrew Hill
:[EMAIL PROTECTED] Sent: Thursday, 29 May 2003 12:43 To: Struts Users Mailing List Subject: Re: Basic CRUD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 May 2003 3:02 p.m. To: [EMAIL PROTECTED] Subject: Basic CRUD I am putting together

Re: Basic CRUD

2003-05-29 Thread Jing Zhou
- Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 9:57 PM Subject: RE: Basic CRUD Mate, that answer is about as useful as a chook that doesnt lay eggs. If you go answering peoples _struts_ questions

RE: Basic CRUD

2003-05-29 Thread Andrew Hill
[mailto:[EMAIL PROTECTED] Sent: Thursday, 29 May 2003 13:36 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Basic CRUD - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 9:57 PM Subject: RE

Basic CRUD

2003-05-27 Thread emiles
I am putting together a simple web app that performs CRUD operations on a database table. The web app consists of 1 jsp page which handles all CRUD actions. The first part of the page contains a form with 2 fields and 'create' and 'retrieve' buttons. Both these functions work fine. When a

Basic CRUD

2003-05-27 Thread emiles
I am putting together a simple web app that performs CRUD operations on a database table. The web app consists of 1 jsp page which handles all CRUD actions. The first part of the page contains a form with 2 fields and 'create' and 'retrieve' buttons. Both these functions work fine. When a