The first error is likely because you're navigating to the JSP directly, rather than going through a SimpleFormController. As for the 2nd issue, what is your Controller named? The ControllerClassNameHandlerMapping determines how URLs are created for controllers:
http://tinyurl.com/3ce2zn Matt On 5/16/07, Aled Rhys Jones <[EMAIL PROTECTED]> wrote:
Hi everyone I've started developing with appfuse and so far its been great. I've created two services, url and company, and all the tests pass including the webb ones. I think there's a problem with my jsp's however, as when I click on a url in my url list page (urls.jsp) to go to the urlForm.jsp page, I get the following error: [myapp] ERROR [btpool0-8] HiddenInputTag.doStartTag(84) | Neither BindingRe sult nor plain target object for bean name 'url' available as request attribute java.lang.IllegalStateException: Neither BindingResult nor plain target object f or bean name 'url' available as request attribute My companies page (list of companies) doesn't load either. I get the error: [myapp] WARN [btpool0-9] PageNotFound.noHandlerFound(1003) | No mapping for [/companies.html] in DispatcherServlet with name 'dispatcher' Any ideas? Cheers Aled --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
