Hi,<br><br>I am trying to use the value of bean in JSP by using the getProperty,but I am getting the following error<br><br>500 Internal Server Error<br><br>Can't find resource key "BeanUtils.NoGetter" in base name allaire/jrun/jsp/resource.properties<br>java.util.MissingResourceException: Can't find resource key "BeanUtils.NoGetter" in base name allaire/jrun/jsp/resource.properties<br><br>Get method is there in bean,I don't know,where is the problem.Moreover while setting the property,if I have to put quotes around the value,I get error<br><br>This works fine <br><jsp:useBean id="sa" class="pmis.SecurityAudit1" scope="session"/><br><jsp:setProperty name="sa" property="domain" value="Boston" /><br><br><br>But when I set the value using the following code<br><jsp:setProperty name="sa" property="domain" value="<%=request.getParameter("domain"%>" /><br><br>I get the lexical error,is this wrong way to put value in quotes.<br><br>Any help will be highly appreciated.<br><br>Thanks<br>Rajit<br><br><br><br>