[java ee programming] jstl homework question

2009-08-17 Thread pacior

Good Morning,
I have copied HelloWeb project and opened it.
When i run application i get exception in the output.
It look like the servlet Init cannot be execeuted and no data can be
passed to servlet context.
Additionally, similar application in JSTLExamples contain the same
Init servlet and works fine.
Do someone know what problem may it be?

Regards
Pacior

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~--~~~~--~~--~--~---



[java ee programming] JSTL Homework Question

2009-03-12 Thread Don Brumbaugh
I have started doing the JSTL homework assignment and I am confused by the
instructions. Their are two steps to complete this task. 1) Modify index.jsp
2) Modify response.jsp.

If I only modify response.jsp to just output the customerTable I get the
expected results. My question is, what am I accomplishing by modifying the
index.jsp code?


Thanks,
Don
   -Original Message-
  From: java-ee-j2ee-programming-with-passion@googlegroups.com
[mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com]on Behalf Of
ruchir pandit
  Sent: Tuesday, March 10, 2009 5:21 PM
  To: java-ee-j2ee-programming-with-passion@googlegroups.com
  Subject: [java ee programming] Calling Java Script in java file


  Hi,


  I am working on one servlet where I need to submit data to one tool. In
existing application this can be done by using java script.


  For example :


  We are taking the value of id using JSTL in jsp page.


  


  var id = '';



  document.feedback.id.value = id;



  


  In new flow, we will bypass this function and need to do these (submit
value to tool)  in java file ( Servlet ). We can also this in  java file
(servlet) by calling a java script.


  Any pointers in this will be very helpful.


  Thanks,
  Ruchir

  

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~--~~~~--~~--~--~---