• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

making of grid using display in struts 1.2

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
I have encountered one example of display tag on some website.I implemented the same but still it is not working properly.

1)I have following class ActorData having tvShow,userName,emailId as variables



2)FormBean Class-UserForm



3)Action Class-UserAction




4)First Page-actor.jsp


5)Targeted Page-actorDetails.jsp


6)Struts-config.xml



Here request is successfully redirected from acotr.jsp to actorDetails.jsp.
On actorDetails.jsp it is printing all acotor data but for display tag is showing nothing to display

What could be wrong in above case?

Here is link that I referred.

Thanks in advance,
Manish



reply
    Bookmark Topic Watch Topic
  • New Topic