<c:if test =“boolean”does =“”not =“”work =“”

时间:2018-05-17 00:57:29

标签: jsf primefaces jstl

=“”

我遇到问题:如果test = boolean。 JSF总是输入false,永远不输入true。我检查了值,var有时是真的,有时是假的,事实上我可以在行中看到这个,因为我使用相同的值。

我不明白这一点,我认为c:如果test接收的值与outputText相同,但看起来并非如此。

 JsonArrayRequest arrayRequest = new JsonArrayRequest(Request.Method.GET,
                URL,
                new Response.Listener<JSONArray>() {
                @Override
                public void onResponse(JSONArray response) {
                 //this method returns the json array
                }
            },
                new Response.ErrorListener() {
            @Override
            public void onErrorResponse(VolleyError error) {
               //this method is called if any error in fetching jsonArray
                }
            });

谢谢,抱歉我的英语不好。

0 个答案:

没有答案