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.

<Javascript>

var id = '<c:out value="${MDFNAME}"/>';

document.feedback.id.value = id;

</javascript>

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to