`
weiweichen1985
  • 浏览: 141101 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

does not contain handler parameter named 'method'

阅读更多
does not contain handler parameter named 'method'.   This may be caused by whitespace in the label text

这个异常往往是大家对DispatchAction 不熟悉造成,在用它的时候别忘记了在STRUTS-CONFIG中的<action>属性加parameter="method",还有<html:form>和普通的<form>是有区别的,在用form提交表单的时候别忘记要家范围method="post",不然也会有错,还有在action.do/method=XXXX这个中间不要有空格!


分享到:
评论
2 楼 天空之城 2009-10-23  

谢谢!真是粗心。呵呵
1 楼 luojiy 2009-05-11  
解决了我的问题,我就是没有写<form 中的method=""属性,就提示楼主此错误,

相关推荐

    xcode报错SDK does not contain 'libarclite' at the path

    然而,开发者们时常会遇到各种各样的错误,其中“SDK does not contain 'libarclite' at the path”是一个常见的问题,主要与Apple的Automatic Reference Counting (ARC)机制有关。本文将深入探讨这个错误的原因、...

    SDK does not contain 'libarclite'

    标题中的问题"SDK does not contain 'libarclite'"指的是某个SDK缺少一个名为`libarclite`的库文件。这可能是一个错误或者是因为SDK未完整安装或配置不当导致的。 `libarclite`是一个特定的库,尤其在Android开发中...

    mybatisMapped报错 Statements collection does not contain value for

    ### mybatisMapped报错 Statements collection does not contain value for 在使用MyBatis框架进行数据库操作时,可能会遇到“Mapped Statements collection does not contain value for”这样的错误提示。这通常...

    apache-maven-3.5.4

    - Check that Maven settings.xml does not contain http repositories - Check that Maven pom files do not contain http repository ----- - Check that Maven pom files do not contain http repository ----- -...

    xcode 15 找不到libarclite 等文件

    clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the ...

    iOS Xcode SDK does not contain 'libarclite'

    xcode 运行支持的arc文件,报错信息:SDK does not contain 'libarclite'

    GEE错误-Dictionary does not contain key constant.pdf

    The error is " List (Error) Dictionary.getNumber: Dictionary does not contain key:constant." Would be generous to take some time out and help me correct the error? 我无法纠正代码中的错误。错误如下 ...

    libarclite-arc

    解决 Xcode 14.3,Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphone...

    反编译工具ILSpy.exe

    ILSpy.exe是一款强大的开源反编译工具,专为.NET Framework和.NET Core应用程序设计。它允许开发者查看、理解和分析编译后的.NET程序集的内部结构,包括IL(中间语言)代码、元数据、类、方法、属性和事件等。...

    14.3(FromXcode_12.3_beta_xip).zip

    xcode真机调试文件14.3 DeviceSupport iOS 14.3 真机调试文件 位置/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    libarclite-arc,xcode, 解决 Xcode 14.3,Xcode 15 旧项目可能报错

    解决 Xcode 14.3,Xcode 15 旧项目可能报错 SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphone...

    Android Studio配置本地SDK的方法

    问题一:Android Studio报错:SDK does not contain any platforms. 解决方法:本地SDK应放到名为platforms的外层文件夹内。 例子:D:\SDK\platforms… (选择路径时选取到SDK文件夹即可) 问题二:Android SDK ...

    Android NDK环境搭建及遇到的问题详解

    Android NDK环境搭建及遇到的问题详解,我就是看它搭建JNI开发环境的。

    pdfbox最新版

    PDFBox是Apache软件基金会的一个开源项目,专门用于处理PDF(Portable Document Format)文档的Java库。这个最新的版本“pdfbox2.0.4”提供了全面的功能,帮助开发者在Java环境中创建、编辑、读取和操作PDF文件。...

    unity 可以使用的System.Drawing.dll

    Unity是一款强大的跨平台游戏开发引擎,它主要用于创建2D和3D交互式内容。在Unity中,开发者通常会使用内置的Unity图形系统来处理游戏中的图像和视觉元素。然而,有时候开发者可能需要更高级的图像处理功能,比如...

    ENVI中利用矢量边界裁剪栅格数据详解

    在ENVI(Environment for Visualizing Images)中,利用矢量边界裁剪栅格数据是一项常见的地理信息系统(GIS)操作,用于根据特定区域的边界精确提取栅格数据。ENVI提供了简单易用的工具来实现这一功能,使得用户...

    chromedriver_linux32.zip

    标题中的"chromedriver_linux32.zip"是一款专为32位Linux系统设计的Chrome浏览器自动化测试工具,名为Chromedriver。在Python编程或网络爬虫的场景中,它扮演着重要角色,允许开发者通过WebDriver接口与Chrome浏览器...

    Safe Type-level Abstraction in Scala

    ### Safe Type-level Abstraction in Scala:深度解析与关键知识点 #### 概述 在软件工程领域,特别是面向对象编程(OOP)与函数式编程(FP)的融合中,Scala语言以其独特的特性脱颖而出,成为现代软件开发的重要...

    iOS组件化之cocoapods私有库的创建 说全啦

    iOS 组件化之 Cocoapods 私有库的创建 本资源摘要信息将详细介绍 iOS 组件化之 Cocoapods 私有库的创建过程,从准备工作到创建私有库的整体流程,并涵盖了相关的知识点。 准备工作 在开始创建私有库之前,需要...

    rh-dotnet31-dotnet-host-3.1.0-1.el7.x86_64.rpm

    官方离线安装包,亲测可用

Global site tag (gtag.js) - Google Analytics