Questions tagged [valuestack]

The ValueStack is a context for the beans evaluated via the EL expressions.

The ValueStack is a context for the beans evaluated via the EL expressions. ValueStack allows multiple beans to be pushed in and dynamic EL expressions to be evaluated against it. When evaluating an expression, the stack will be searched down the stack, from the latest objects pushed in to the earliest, looking for a bean with a getter or setter for the given property or a method of the given name (depending on the expression being evaluated).

One of the known implementations of the ValueStack is OGNL (Object Graph Notation Language). OGNL allows for dynamic OGNL expressions to be evaluated against it.

The XWork provides extension to OGNL and support for the ValueStack. While OGNL operates under the assumption there is only one "root", XWork's ValueStack concept requires there be many "roots".

The value value stack internals page: http://struts.apache.org/docs/value-stack-internals

92 questions
-1
votes
1 answer

How can I access field error by using jsp EL, not OGNL in jsp?

I wander if I can access field error(put into the ValueStack by validator interceptor) by using JSP EL in JSP?
lovespring
  • 19,051
  • 42
  • 103
  • 153
-1
votes
1 answer

c# save 2 textboxs to listbox and work with each information

Hello i'm working on my school project "roulette", but i got stuck and dont know how to continue, atm its working for just one bet. I made bet system by two textbox, where you can type number and price of bet, and after click on button it goes to…
user3159325
  • 35
  • 1
  • 5
1 2 3 4 5 6
7