`
m635674608
  • 浏览: 5005458 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论

Inappropriate OGNL expression

 
阅读更多
提示错误ognl.InappropriateExpressionException: Inappropriate OGNL expression: PREVIOUS_REQUEST_PARAMETER_MAP_companyMenu&dotcurrentCityCompany&dotcompanyId
问题是你的隐藏域的无值,但是你还直接使用了它,把它当做参数传了!还是好好检查下你关于此页面的所有参数。

这个 “1”,说明你的表单提交中有一个<input name="PREVIOUS_REQUEST_PARAMETER_MAP_companyMenu&dotcurrentCityCompany&dotcompanyId " > 这样的提交项,
而struts2的机制是会自动去寻找name为PREVIOUS_REQUEST_PARAMETER_MAP_companyMenu&dotcurrentCityCompany&dotcompanyId 的action中的变量,但显然java中
PREVIOUS_REQUEST_PARAMETER_MAP_companyMenu&dotcurrentCityCompany&dotcompanyId 变量名是不合法的变量 ,所以就跑出错误了...
所以改成合法变量名就可以了。
分享到:
评论

相关推荐

    VIDIOC_QUERYCTRL: Inappropriate ioctl for device) 内核驱动文件 mx6s_capture.c

    IMX8 mini mipi 摄像头报错: VIDIOC_QUERYCTRL: Inappropriate ioctl for device) 需要在内核的驱动代码中去实现相关函数。

    nodebb-plugin-inappropriate-words

    NodeBB插件NodeBB的不合适词 Nodebb管理员可以定义坏词列表,让其他用户看不到它们想要的内容 管理员&gt;插件&gt;词不恰当 ...npm install nodebb-plugin-inappropriate-words 屏幕截图 不要忘记添加屏幕截图!

    qtcreatorcdbext.rar

    "qtcreatorcdbext.rar"这个压缩包文件似乎与Qt Creator集成开发环境(IDE)和调试器的扩展有关,特别是针对"the selected debugger may be inappropriate for the inferior"这个错误的解决方案。这个问题通常出现在...

    The effects of individual and interdependent contingencies on inappropriate classroom behavior

    The effects of individual and interdependent contingencies on inappropriate classroom behavior THE EFFECTS OF INDIVIDUAL AND INTERDEPENDENT CONTINGENCIES ON INAPPROPRIATE CLASSROOM BEHAVIOR’ ...

    Inappropriate Language Blocker-crx插件

    语言:English 这是主要针对青少年的扩展,以保护他们的眼睛免受粗俗和不适当的语言的侵害。 此扩展… 这是主要针对青少年的扩展,以保护他们的眼睛免受粗俗和不适当的语言的侵害。 此扩展名将屏蔽超过50个常见的不...

    linux设备驱动归纳总结(三):4.ioctl的实现

    在Linux系统中,设备驱动是操作系统与硬件之间的重要桥梁,它负责处理硬件操作,并将硬件功能抽象成操作系统可理解的接口。本篇文章将深入探讨Linux设备驱动中的一个重要特性——ioctl接口的实现,这是设备驱动程序...

    Python 3 邮件发送 SMTP EmailSender.py

    使用Python 自带的 smtplib 和 email。发送邮件,因为 163 smtp 的不太友好,我们选择问题更少的 QQ邮箱 进行邮件的发送

    NIST SP800-122.pdf

    PII should be protected from inappropriate access, use, and disclosure. This document provides practical, context-based guidance for identifying PII and determining what level of protection is ...

    “Chat”是聊天,“GPT”代表啥?

    “ChatGPT这么火,它到底...The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests. 对话的形式使

    英文原版-Stopping Spam 1st Edition

    Stamping Out Unwanted Email and News PostingsThis is a book about spam — unwanted email messages and inappropriate news articles — and what you can do to prevent it, stop it, and even outlaw it....

    Expert one-on-one J2EE Design and Development(part1)

    infrastructure inappropriate to the problem in hand, simply because it's available. In this book I aim to help professional J2EE developers and architects make the appropriate choices to deliver high-...

    Expert one-on-one J2EE Design and Development(part2)

    infrastructure inappropriate to the problem in hand, simply because it's available. In this book I aim to help professional J2EE developers and architects make the appropriate choices to deliver high-...

    大学英语作文十例.docx

    Mobile live streaming has become a prevalent pastime among young people, offering platforms for self-expression, entertainment, and even income generation. While it can promote creativity and social ...

    TPMs Strengthen User_and_Platform Authenticity_Final

    are necessary to protect against inappropriate access to sensitive and confidential information and valued systems. Both are required to protect the integrity of the information, prevent corruption of...

    编译错误汇总十大经验总结

    Error[000] D:\Work\standard\remo.c80: inappropriate 'else' ``` **解释**: 此错误提示`else`语句使用不当,通常是缺少了匹配的`if`语句。 **解决方法**: - **添加if语句**:在`else`之前加上相应的`if`语句。...

    重构-改善既有代码的设计+中文版

     Consolidate Conditional Expression 合并条件语句   Consolidate Duplicate Conditional Fragments 合并重复的条件片段   Remove Control Flag 去除控制标志   Replace Nested Conditional with Guard ...

    重构——改善既有代码的设计

     Consolidate Conditional Expression 合并条件语句   Consolidate Duplicate Conditional Fragments 合并重复的条件片段   Remove Control Flag 去除控制标志   Replace Nested Conditional with Guard ...

    重构-改善既有代码的设计(中文版)

     Consolidate Conditional Expression 合并条件语句   Consolidate Duplicate Conditional Fragments 合并重复的条件片段   Remove Control Flag 去除控制标志   Replace Nested Conditional with Guard ...

Global site tag (gtag.js) - Google Analytics