Re: I need help running an example

2005-07-18 Thread Laurie Harper
Stéphane Zuckerman wrote: First of all, you should understand that using JBoss, Tomcat (which implicitly is run under JBoss), or any other application server doesn't change anything. If you embed the right libraries (jar, ear, war, whatever), everything should work fine for your server. Anythin

Re: I need help running an example

2005-07-18 Thread Stéphane Zuckerman
Mohamed, First of all, you should understand that using JBoss, Tomcat (which implicitly is run under JBoss), or any other application server doesn't change anything. If you embed the right libraries (jar, ear, war, whatever), everything should work fine for your server. Anything else is a pro

RE: I need help running an example

2005-07-18 Thread Marco Mistroni
- From: Mohamed Fathi [mailto:[EMAIL PROTECTED] Sent: 18 July 2005 11:09 To: user@struts.apache.org Subject: I need help running an example Hi I am new to Struts framework and I was trying to run a simple example downloaded from "sourceforge" called "car-rental-system" it worked

I need help running an example

2005-07-18 Thread Mohamed Fathi
Hi I am new to Struts framework and I was trying to run a simple example downloaded from "sourceforge" called "car-rental-system" it worked fine on JBOSS except of a single problem. all buttons are disabled when I opened the JSP file containing a submit button I found this piece of code I