0

Does method parameters of ui:repeat work in JSF postback request?

Example :

<ui:repeat value="#{mybean.method(param, data.param)}"/>

When I test it, it is not work in Postback request.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Zaw Than oo
  • 9,651
  • 13
  • 83
  • 131
  • @Pradeep, I test Weblogic 10.2 and JBoss 7.1.1_Final – Zaw Than oo Oct 16 '12 at 09:45
  • is there error getting in console – NPKR Oct 16 '12 at 09:49
  • When `Postback action`, the method will get `null` of `parameter`. There is no error in console. – Zaw Than oo Oct 16 '12 at 09:50
  • 1
    @CycDemo: Please stop formatting non-code as code. Use code formatting for code only. Phrases like "method parameters", "postback request", "parameter", etc are **not** code. Code is whatever you've actually placed in your real code, such as `ui:repeat`, `null`, etc. – BalusC Oct 16 '12 at 11:07
  • possible duplicate of [Does not ui:repeat's value method (with parameter) work when ajax request?](http://stackoverflow.com/questions/12884049/does-not-uirepeats-value-method-with-parameter-work-when-ajax-request) – BalusC Oct 16 '12 at 11:09

0 Answers0