Database with struts

2003-12-04 Thread Divya B Sridhar
Hi all, I am trying to do a database connectivity using struts. Actually, the database resides on another machine and I have tomcat running on my local machine. The other machine is a linux box(a linux machine) which has the database installed(PostgreSQL). So, apart from the data-sources tags

Re: Database with struts

2003-12-04 Thread Gurpreet Dhanoa
hi You have to Configure DataSource and then u can get the refernce of the same it in the ACtion and can use it Regards gary - Original Message - From: Divya B Sridhar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:03 PM Subject: Database with struts Hi

Re: Database with struts

2003-12-04 Thread Markus
Hi, follow this link: http://sourceforge.net/projects/struts/ Regards, Markus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Database with struts

2003-12-04 Thread Ramachandiran, Karuna
with struts Hi all, I am trying to do a database connectivity using struts. Actually, the database resides on another machine and I have tomcat running on my local machine. The other machine is a linux box(a linux machine) which has the database installed(PostgreSQL). So, apart from the data-sources

Re: Database with struts

2003-12-04 Thread Vic Cekvenich
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:03 PM Subject: Database with struts Hi all, I am trying to do a database connectivity using struts. Actually, the database resides on another machine and I have tomcat running on my local machine. The other machine is a linux

Re: Database with struts

2003-12-04 Thread virupaksha
] To: [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:24 AM Subject: Re: Database with struts I disagree. DataSource should not be used, you should use a DAO, for example iBatis.com. .V Gurpreet Dhanoa wrote: hi You have to Configure DataSource and then u can get the refernce of the same

Database Tomcat/Struts

2003-10-28 Thread Mathieu Grimault
For those who are in the same newbies problems like me, i found an answer here : http://www.jguru.com/forums/view.jsp?EID=1120573 I was having Cannot load JDBC Drivers 'null' when i was getting a connection on my database (getConnection()). Thx all.

using Message Resource Database with struts 1.1

2003-06-09 Thread Greg Roll
I'm looking for some direction in setting up a message resource database using struts 1.1. Our application is very dynamic and requires real-time updates to screen literals, in multiple languages. Are there any sample implementations or blueprints as to how to go about setting this up

Using a database with Struts

2003-01-15 Thread Kevin . Bedell
Given the amount of discussion of database usage and O/R mapping I've seen on this list, I thought this article on Jakarta OJB would be interesting to some on the list. Kevin http://www.onjava.com/pub/a/onjava/2003/01/08/ojb.html

Re: What is the best way to display pictures from a database using Struts

2002-01-09 Thread Ted Husted
); - Instead of the servlet you could probably use an action img src=/ImageAction.do?id=1234432 and write the bytes in the perform method, but I did not test this one. Hi I need to retrieve pictures from a database and use struts

Re: What is the best way to display pictures from a database using Struts

2002-01-08 Thread antony
); - Instead of the servlet you could probably use an action img src=/ImageAction.do?id=1234432 and write the bytes in the perform method, but I did not test this one. Hi I need to retrieve pictures from a database and use struts to display them. I am not sure about the best way

Re: What is the best way to display pictures from a database using Struts

2001-11-24 Thread Ted Husted
to look at using PDF or an applet. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel +1 716 737-3463 -- http://www.husted.com/struts/ [EMAIL PROTECTED] wrote: Hi I need to retrieve pictures from a database and use struts to display them. I am

What is the best way to display pictures from a database using Struts

2001-11-21 Thread antony
Hi I need to retrieve pictures from a database and use struts to display them. I am not sure about the best way to do this. Can someone please tell me how they do it and what they beleive the best approach is. Cheers Antony -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

iteration of users database in struts-example

2001-06-21 Thread Corneliu Rachieru
Hello everyone, I am trying to modify the struts example to display a list of users at the end of the registration form when someone selects edit registration from the main menu. I have three users in database.xml and this is code i've added to registration.jsp: table logic:iterate id=user

Re: iteration of users database in struts-example

2001-06-21 Thread Mike Thompson
] Sent: Thursday, June 21, 2001 2:46 PM Subject: iteration of users database in struts-example Hello everyone, I am trying to modify the struts example to display a list of users at the end of the registration form when someone selects edit registration from the main menu. I have three users

RE: iteration of users database in struts-example

2001-06-21 Thread Corneliu Rachieru
Thank you, that was exactly the problem... Regards, Corneliu -Original Message- From: Mike Thompson [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 4:01 PM To: [EMAIL PROTECTED] Subject: Re: iteration of users database in struts-example My guess is that database