Hi!
My problem is as such, have a
java bean with some method. In my
JSP page am using <jsp:useBean...> . I have to invoke a bean method which takes a
String variable as a parameter which is to be fetched from the JSP page's text field. How do I do this?? What concatenation is to be used?
-Navin.