| Author |
Query string in jsf
|
yogesh jarad
Greenhorn
Joined: Jun 10, 2010
Posts: 5
|
|
I have a problem with query string value in the managed bean . the below code return null . but value is get append to URL. any suggestion ?
this is my Jsf code
<f:param name="citemno" value="#{Inventory.entity.citemno}">
</f:param>
|
 |
 |
|
|
subject: Query string in jsf
|
|
|