business object ==>boaction  调用 bo.foo();
jsp 也可以调用 bo.foo();

解决方案 »

  1.   

    <logic:redirect page="youraction"/>
      

  2.   

    bdsc() ( ) :实在是看不懂
    xunyiren(从jsp开始) :你的方法和我通过用form submit一样,都发生404错误Error 404--Not Found
      

  3.   

    像这样为什么不行?
    <body>
    <a href="swith.do">go</a>
    </body>
      

  4.   

    那是路径问题:
    <logic:redirect page="/youraction"/>
    <logic:redirect page="/yourcontextPath/youraction"/>
      

  5.   

    我给你个例子:
              <td width="112"><a  href="./adminInit.do?adminFlag=adminList"   target="main" class="menu1">管理员列表</a><font color="3399CC"><img src="images/arrowright.gif" width="14" height="16" align="absmiddle"></font></td>
      

  6.   

    <a href="<%=request.getContextPath()%>/swith.do">go</a>