[java ee programming] Problem with parameter in Lab 4003

2009-02-23 Thread Enrique Estelles
Hello to all, In the 4003 lab, I forward the flow to midde.jsp adding an extra parameter myparameter like this c:if test=${fn:length(param.username) 0} jsp:forward page=middle.jsp jsp:param name=myparameter value=Passion/ /jsp:forward

[java ee programming] Re: Problem with parameter in Lab 4003

2009-02-23 Thread Enrique Estelles
specified something on the 'action' attribute? If you did so, remove it. I don't have any other idea. - Original Message - *From:* Enrique Estelles kikeestel...@gmail.com *To:* Java EE (J2EE) Programming with Passion!java-ee-j2ee-programming-with-passion@googlegroups.com *Sent:* Monday

[java ee programming] Re: Remotely access of MYSQL server

2009-04-12 Thread Enrique Estelles
Try using the 3306 port. *Enrique Estellés Arolas kikeestel...@gmail.com* Universidad CEU-Cardenal Herrera Departamento de Matemáticas, Ciencias Físicas y de

[java ee programming] Re: Query

2009-04-21 Thread Enrique Estelles
Just read the FAQ: http://www.javapassion.com/coursefaq.html -- *Enrique Estellés Arolas kikeestel...@gmail.com* Universidad CEU-Cardenal Herrera Departamento de Matemáticas, Ciencias Físicas

[java ee programming] Re: NetBeans IDE and Tomcat - versions reg.

2009-04-21 Thread Enrique Estelles
I think that the homeworks should work perfectly. Obviously, there will be differences in the homework screen snapshots and in the Netbeans menu explanations.

[java ee programming] Re: jasper reports

2009-05-01 Thread Enrique Estelles
Although I think that this question doesn't fit the mail group purpose... In order to use reports created by Jasper Reports, use iReports to design it. It's really easy. After creating the report, you will obtain a .jasper file that you can fill dinamically using a servlet. I learnt to set up