Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前からググってみたのですが、どうやら正しいフレーズがヒットしないようです。
私が知りたかったのは、struts1 でサポートされている静的メソッドの呼び出しです。はいの場合、それを構成する方法は? struts-config.xml を変更しますか?
よろしく
Struts 1 には OGNL はありません。
関数の呼び出しを含む標準の JSP カスタム タグ機能を使用できます。
それ以外の方法を設定Actionまたは使用することはできません。他のメソッドを実行するには、メソッドを動的に呼び出すだけの が必要です。ForwardActionexecuteDispatchAction
Action
ForwardAction
execute
DispatchAction