The following code does not work as expected:

NavigationMenuItem item = new NavigationMenuItem(proj.getName(),
"projectWiki");
item.setValue(proj.getId());
item.setExternalLink("/projectWiki.jsf?dbId=" + proj.getId()); 

I expect to be directed to /projectWiki.jsf?dbId=51966 (for example), but
the paremter is not passed! Anyone know why? I need to solve this by the end
of the day (Boss, who I'm trying to convince to use jsf, wants a war of my
project), so any help would be greatly appreciated. Thank you for atleast
reading this message.
-- 
View this message in context: 
http://www.nabble.com/setExternalLink-on-NavigationMenuItem-not-working-as-expected-tf2063338.html#a5684035
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to