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
Raising Young Coders: A Parent’s Guide to Teaching Programming at Home
this week in the
General Computing
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
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
JSF
sending parameter from jsp to bean in jsf
Kranthi Kondapaka
Ranch Hand
Posts: 31
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi all,
I am unable to send a parameter from my
jsp
to my managed bean.
can anyone help me out please
Alexander Bell
Greenhorn
Posts: 7
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
there is a nice solution on the glassfish page:
https://javaserverfaces.dev.java.net/sandbox/components/prettyUrl.html
You can also use the "onLoad" Tag from
http://www.j4fry.org
In the triggered action you can get your GET-parameters from the httpRequest-parametersMap.
http://www.j4fry.org/jsfOnLoad.shtml
mfg Alex
------------------
Visit
http://www.j4fry.org
Visit <a href="http://www.j4fry.org" target="_blank" rel="nofollow">
http://www.j4fry.org</a>
;
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
form-bean init parameter
Runtime parameter?
To pass javascript variable to a Java Bean method
Passing parameter values in Struts
How to access CMR-fields in SessionBeans
More...