Hello?

You can see the picture below, when I edit the exist record on the list, it open a form with grid, then I try to edit this value, it show me a popup form with a pop select box, but the value is not display on this pop select box. would you please help me to find out what's the matter?

attached app for your reference.

APP_test2-1-20150426215312.zip

Thanks and Best Regards
Gene

  • No labels

2 Comments

  1. Hi there,

    Please check your datalist and make sure that your hash variable will return what's intended.

    SELECT username,firstName FROM dir_user
    WHERE username='#requestParam.username#'

    Hope this helps.

    Thanks.

  2. Hi Hugo,

    It's exactly return what's I wanted, the record I showed in picture is also get this pop select box, please check.

    I think it's a bug for this pop select box.

    Thanks

    Gene