• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Nothing found to display

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I`m new in Java, and I have a problem that I cannot solved.

Here`s my code.

In Action

ActionForward forward = new ActionForward();
ConsTipoPoderForm ConsTipoPoderForm = (ConsTipoPoderForm) form;
ArrayList<Poder> poderes = null;

.....


request.getSession.setAttribute("lstPoderes", poderes);



In JSP

<display:table name="lstPoderes" id="poder">
<display:Column property="fecha" title="fecha"/>
</display:table>


What am I doing wrong?

please help me.

Thanks in advance
 
Ranch Hand
Posts: 94
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you should use <display:table name="sessionScope.lstPoderes" id="poder"> here is Link for additional information
 
Ranch Hand
Posts: 43
MyEclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi user,
can you say one thing. your list fully loaded in the sense. can able to get list.size(). if so means go ahead as above rancher says.
 
Are you here to take over the surface world? Because this tiny ad will stop you!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic