Top "Ognl" questions

OGNL stands for Object-Graph Navigation Language.

MethodFailedException in ognl.OgnlRuntime.callAppropriateMethod

I have a working Action and JSP form that I'm using for creating new entities in my very basic Struts 2.2.1.1 …

struts2 ognl
Calling static method helper class in Struts2 JSP with Action data model value

I'm a Struts2 newbie. I'm using Struts2 with the typical datamodel UserItem inside an Action. The datamodel doesn't look good …

java jsp struts2 static ognl
Struts 2 s:select tag dynamic id

I have multiple fields of various types in a JSP page and one button. These fields are generated based on …

java javascript jsp struts2 ognl
How to pass parameter to method call in Struts 2 OGNL

I want to use a property as a param of an object's method. <s:property value="orderProductId" /> returns …

java struts2 ognl
Accessing static variable using OGNL in Struts2

Good day! I am reading Manning's struts2 book and one of the topic is accessing the static variable using OGNL …

jakarta-ee struts2 ognl
How to apply a method to a parameter in MyBatis

After reading about Mapper XMLs I can't help to wonder how one might go about appling some common transforms to …

db2 mybatis ognl
Checking request parameter value in Struts2 tag

I have the following code in my jsp: <s:property value="#parameters['test']"/> <br/><s:…

jsp struts2 ognl
How to handle multiple actions in a single form in Struts 2

I have a form contains three buttons print/export/save. <s:form action="/userAction"> <s:submit type="…

java jsp struts2 ognl dmi
Struts 2 dynamic variables

I'm trying to create a dynamic variable in Struts2 using set tag <s:set var="myNum" value="numConst" /> &…

java jsp struts2 ognl dynamic-variables
struts 2, tiles 2 dynamic title

I am using tiles 2.0.6 as my template framework together with struts 2.1.6. I am writing a simple cms page and want …

jsp struts2 ognl tiles2