English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

javax.servlet.ServletException: No getter method for property CorpID of bean org.apache.struts.taglib.html.Bean. How to solve this error.

2006-11-20 18:32:04 · 1 answers · asked by nanaji j 1 in Computers & Internet Programming & Design

1 answers

Means your servlet needs a function called getCorpID() that returns something (depends upon what corpID is -- probably a Long).

You'll also want a setCorpID(WhatEverCorpIDIs obj) and implement that as well for struts to be nice.

2006-11-21 01:13:19 · answer #1 · answered by mchenryeddie 5 · 0 0

fedest.com, questions and answers