JSF - 2 a4j:actionParam in one commandlink bug

Posted by Yurish on Stack Overflow See other posts from Stack Overflow or by Yurish
Published on 2010-03-23T09:04:36Z Indexed on 2010/03/23 10:43 UTC
Read the original article Hit count: 338

Filed under:
|
|

Hi!

I have such structure in my jsp:

<h:commandLink action=#{docbean.save}>
    <a4j:actionParam value="bill_all" assignTo="#{billdoc.billType}"/>
    <a4j:actionParam value="bill_document" assignTo="#{docbean.doctype}"/>
</h:commandLink>

While debugging i saw, that billdoc.billtype and docbean.doctype have the same values: "bill_document".

Is it bug? If not, then how can i put value to my managed-bean?

© Stack Overflow or respective owner

Related posts about jsf

Related posts about java