I have a question.
Is this possible to pass dynamically information from a beans as a shale
method parameter?
The main idea is - I need to know about bean Ids then valuator invoked.
Solution, like below does not works.
<s:commonsValidator
type="validateQuoteHoursValue"
arg="#{mtJobOperation.operationID}"
server="true"
client="false"
/>
,or something like this...
<s:commonsValidator
type="validateQuoteHoursValue"
arg="QuoteHours"
min="#{mtJobOperation.operationID}"
server="true"
client="false"
/>
Alex Yakushev.