0

私はストラットでZKを使用しています

when i submit the input zul page , the control is correctly going to the action class, there printed the form values correctly .From i am forwarding to another zul. there i cant get the form value
4

1 に答える 1

0

あなたの質問は、ZUL ファイルのアクション クラスの値を取得する方法だと思います。変数リゾルバーを実装し、次のように zul ファイルでリゾルバーを宣言できると思います。

次に、ZUL ファイルで、${whatever.you.want} などの EL を使用してそれらに直接アクセスできます。

それが役に立てば幸い。

于 2010-08-22T05:15:27.053 に答える