• 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:

sending parameter from jsp to bean in jsf

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
I am unable to send a parameter from my jsp to my managed bean.

can anyone help me out please
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic