[java ee programming] package javax.portlet does not exist

2011-10-10 Thread Saji
Hi All I am trying to do some portlet programming As a first step of doing my program, I have to import import javax.portlet.ActionRequest; import javax.portlet.ActionResponse; I get error message saying that package javax.portlet does not exist I am getting this error because, required jar

[java ee programming] Re: cannot understand this section

2010-11-24 Thread Saji
Hi Rammohan I had also faced problems in understanding struts, I am slowly and consistently learning it. I have prepared some notes for my reference. I have copied almost all of it from manning pubisheser Struts in Action). My notes is as follow # Struts explanation Struts

[java ee programming] Exercise 2 StrutsExamples :- Where where editRegistration.do comes

2010-11-21 Thread Saji
Hi I am trying to understand the struts examples on 4207_strutsexamples . I am working on Exercise 2: Build and run struts-example sample application In index.jsp , there is code like this h3bean:message key=index.heading//h3 ul lihtml:link

[java ee programming] Problem in running GetParamMetaData.java

2010-11-02 Thread Saji
Hi I am going through the work assignment /tutorials at http://www.javapassion.com/portal/java-ee-programming-basics-i-with-passion/java-ee-programming-with-passion#JDBC When I run GetParamMetaData.java I am getting this error java.sql.SQLException: Parameter metadata not available for the

[java ee programming] Why only CreateCoffees.java execute when I run JDBCSamples_mysql project

2010-10-27 Thread Saji
Hi When I am running JDBCSamples_mysql I have notices only one table is created ie COFFEES. This is because only CreateCoffees.java is executed. Can any one guide me, How only CreateCoffees.java is run when the project is run thanks Joseph John -- You received this message