Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7873513
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:32:11+00:00 2026-06-03T02:32:11+00:00

What i know: actionformbean that we create is a sub class of ActionForm Now

  • 0

What i know: actionformbean that we create is a sub class of ActionForm

Now let’s suppose we create…
Struts action form bean: productbean.java
Struts action class: productaction.java

In productaction.java’s execute() method:- I did

{
productbean p1 = new productbean();
String n =p1.getName();   // calling the getter, that returns the product name 
}

But n is null, when written into database

With this in execute method everything works fine:

{
productbean p1 = (productbean)form; // downcasting of ActionForm object
String n = p1.getName(); 
}

My question is if actionclass and formbean are in same package, why can’t we just create an object of the formbean and call its getter function in actionclass? Why downcasting of ActionForm object is necessary?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T02:32:13+00:00Added an answer on June 3, 2026 at 2:32 am

    Because if you create a new ProductBean instance and get the name from this new instance, you will always get the default value of the name property (null, typically), instead of the value that was extracted from the name request parameter, stored into the ProductBean instance that Struts has created and has passed to the execute() method of your action.

    When a request comes in for your action, Struts instantiates the form bean, populates it with the request parameters, and invokes your action with the form bean. If you create another form bean instance, it will not get magically populated with the request parameters.

    What you’re doing is similar to the following:

    • ask someone (Struts) to write their name on a sheet of paper and to give you this sheet of paper
    • take another blank sheet of paper, read what’s written on this blank sheet of paper, and be surprised not to find the name written by Struts.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to struts and as far as i know that .do extension
I know how to slice array with numpy, for example v[1, :, :] now
I know that != is not equal, but what does it mean when you
I know this is a stupid question, but I've looked for 45 mins now
I know that design patterns is generally something that's connected to OO programming, but
I know that in Rails all ActiveRecord callbacks are executed inside transaction. So if
I know that there's something fishy about the malloc part, but I'm having trouble
Know of a way to mock %[]? I'm writing tests for code that makes
Know someone, how to create Browse for folder dialog in Adobe FLEX? And it
I know that this may be common knowledge, but is there a way to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.