Passy vemuri

Greenhorn
+ Follow
since Oct 13, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Passy vemuri

Hi

I need to pass parameter from one jsp to another jsp using <html:hidden> for a text field value.




11 years ago
Hi


I am having problem when passing text field value from JSP to popup window using JSTL when action is called.

function GetChar ()
{
{

openSearchPopup('<html:rewrite action="/jsp/showCourseSearchPopupCatalogNew.do"?/>');
}
}
</script>
a value is enter into a text field,I want to pass that value popup page.Above is the action to call the popup page.
The passed value need to be displayed in the popup window textbox

11 years ago