Posted By:
Dinesh_Venkateswaran
Posted On:
Thursday, September 19, 2002 04:49 AM
hi Could anyone help me in sorting out this error regarding java beans.The process is explained in the following steps: 1) first the jsp WAD_WRI_DETJsp.jsp gets some parameters from a html file. 2) it passes those values to a Java Bean using set property tag in JSP. 3) in the bean i m having setter and getter methods to recieve the values from these parameters. But when i run my application i m getting the following error in my netscape browser: ************************************************************ 500 Internal Server Error Error parsing JSP page /rssjsp/WAD_WRI_DETJsp.jsp line 64 Property 'Flag' of bean 'rssbean.WAD_WRI_DETBean' is read only *****************
More>>
hi
Could anyone help me in sorting out this error regarding java beans.The process is explained in the following steps:
1) first the jsp WAD_WRI_DETJsp.jsp gets some parameters from a html file.
2) it passes those values to a Java Bean using set property tag in JSP.
3) in the bean i m having setter and getter methods to recieve the values from these parameters.
But when i run my application i m getting the following error in my netscape browser:
************************************************************
500 Internal Server Error
Error parsing JSP page /rssjsp/WAD_WRI_DETJsp.jsp line 64
Property 'Flag' of bean 'rssbean.WAD_WRI_DETBean' is read only
************************************************************
What must i do to solve this problem.
<<Less