nishanthhampali 0 Newbie Poster

Hi,
I have hidden field in the jsp mentioned below:

<input type="hidden" name="SelectedTime" value="<%=request.getParameter("SelectedTime")%>"/>

How to set this hidden field value to null? I tried using request.setAttribute. But it is not working.
Please note i am using this field in the current page only.
Please help me out.

Regards,
hampali

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.