• 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

Problem with this Action class

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

I have two Action classes
1)RequisitionAction.java
and
2) JobApplication.java

I am using stuts 2. The method for populating beans is bean - backed.

The two beans, using, JPA, are,

1) Requisition.java
2)JobApplication.java

Here is my JobApplicationAction class

It is not holding values???







This class calls bean multiple times and hold only one value is tel home.

Here is the jsp file calling this action.




RequisitionAction.java is very similar. It constructs Requistion bean object only once and uses it only. This JobApplication is not behaving as expected

Thanks in advance,

Maki Jav
reply
    Bookmark Topic Watch Topic
  • New Topic