|
Thank you, two people upstairs. I used inputHidden to pass the attribute value of a session bean to another bean through the page.
For example, users send messages. After logging in, the user.name attribute value is hidden on the message input page. When submitting, the implicit value is passed to another backbean dbin.name. The function is to save the message content and the sender in the database.
I have now bypassed this problem, using commandLink plus <f:param to achieve the transfer of parameters
But I still don’t know how to use inputHidden. I haven’t tried it for a long time. Can you give me an example? I read a few examples on the Internet. It seems that I have misunderstood this thing. I can’t see that it can pass the property values of other beans to the function of another bean. Can you tell me more in detail and what value , Where did it go?
Thanks huh |
|