aspose file tools
The moose likes Struts and the fly likes No getter method for property username of bean User Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "No getter method for property username of bean User" Watch "No getter method for property username of bean User" New topic
Author

No getter method for property username of bean User

Jeroen Van Londersele
Greenhorn

Joined: Apr 07, 2004
Posts: 1
Hi y'all,
I have this problem with a bean I create from a cookie:
jsp:

class-code:

Now, when I try to write the property username for bean User, i get a "No getter method for property username of bean User" error, although I've clearly programmed it.
The .class file is in the WEB-INF/classes/app folder, so I guess it's in the right place. Also, the cookie is placed perfectly, not that that would matter because it would skip the whole block anyway if it wouldn't exist (which it does).
I'm kind of new to Struts, so perhaps I'm overlooking something obvious, but can anyone help me?
Thanks in advance.
[ April 07, 2004: Message edited by: Jeroen Van Londersele ]
[ April 07, 2004: Message edited by: Jeroen Van Londersele ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: No getter method for property username of bean User
 
Similar Threads
Placing error message near text field
cookies in struts
html:iterate or html:multibox problem
Setting HttpSession Attribute Not Working (Struts)
When to use logic:present tag