• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

f:param at "rendered processing" time

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi... I'm using JSF h:commandLink and I want something that I think won't work this way.

I wanted to use f:param inside the h:commandLink to pass parameters by using a "rendered" property to the backing bean.

Here is the code:

h:commandLink rendered=UserMB.permission value="Menu Customers"
f:param name="functionalityParam" value="customerList"
h:commandLink

It seems the parameter is "loaded" in the Map only at Action time, and don't at "rendered processing" time.

Is it impossible to get what I want?

Best regards, saloon!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic