Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSF
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JSF
to pass values between jsp
rosaria italia
Greenhorn
Posts: 28
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello, How can I pass hidden's value from a
jsp
page to other?
My code is:
a.jsp
...
<h:form id="insUser">
...
<h:inputHidden id="flag" value="1"></h:inputHidden>
...
</h:form>
b.jsp
<%String flag="";
flag=request.getParameter("flag");
out.print("flag="+flag);
%>
b.jsp shows: flag=null
Could you help me?
Richard Green
Ranch Hand
Posts: 536
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
just out of curiosity, why do u need this hidden variable for? cant u access this variable from ur managed bean?
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)
my overalls have superpowers - they repel people who think fashion is important. Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to get the value which changed by javascript in pagecode?
navigation issue
Passing values to JSp with href
Performance of a JSF page
Error on console RenderResponsePhase execute
More...