javax.el.PropertyNotFoundException: Property 'foo' not found on type com.example.Bean

前端 未结 6 2125
-上瘾入骨i
-上瘾入骨i 2020-11-21 23:37

I have results from

Query query = session.createQuery(\"From Pool as p left join fetch p.poolQuestion as s\");

query and I would like to di

6条回答
  •  渐次进展
    2020-11-22 00:08

    Check the items in forEach

         
    
            ${pool.name}
    
        
    

    Some times items="${pools}" has an extra space or it acts like string, retyping it should solve the issue.

提交回复
热议问题