Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No bean found under attribute key

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
0
0
US
Hello All,

I'm getting below mentioned error in my J2EE application using Struts. Any ideas what might be causing this. I even tried with adding scope='request' in bean:write tag. But it did not help. Really appreciate any suggestions. Thanks

Error : javax.servlet.jsp.JspException: No bean found under attribute key Profile


LoginAction.java
user = new ProfileBean();
:
:
session.setAttribute("Profile",user);

reportmain.jsp
<input type="hidden" id="reportDescription" name="reportDescription" value="<bean:write name='Profile' property='selectedReportDescription'/>">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top