I have a scenario where i am unable to access a variable that is present in action class in DAO. Its a struts framework with EJB and really old code where JSP are written in java class file. So basically its a reverse side code that is display from jsp comes from JAVA and EJB class files as interface. This particular variable in action class is obtained from request variable. I want to use this variable in the DAO class. So i can think only of 2 options. Set this in form and use the form in DAO and get the value. But it wouldnt work as the form is reinitialised in the method it is used. 2nd set them in session or request but its value is null in DAO.
How else can I get this done. I just want to access the variable from action class in DAO. Please suggest. Thanks!
Use An Overloaded Method
Say you have
But now you need a new parameter! So you create essentially the same method and do this