今天测试struts时仿照书上写了一个小的表单提交代码 <html:form action="helloa.do" method="post"> <html:submit value="提交"></html:submit> </html:form> 报 Form bean not specified on mapping for action: "helloa.do"错. str…
Error creating form bean of class com.onlinebookstore.presentation.CatalogBean 可能是action form未编译 这个问题出现的主要是web-inf文件下classes中没有生成src下的那么多包和class文件. http://blog.sina.com.cn/s/blog_9965673001014ymu.html 在java build path中通过edit手动选择build后的文件到web-inf 的cla…
/* * Copyright 2014-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://…