zk with struts 1

时间:2010-08-10 07:46:23

标签: zk

我正在使用带有struts 1的ZK。   1.i有四个文件,两个zul文件一个用于输入,第二个用于带有输入值的成功消息   2.Action类获取表单值,在服务器中打印并转发到成功zul文件

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

1 个答案:

答案 0 :(得分:0)

我假设你的问题是如何在ZUL文件中检索动作类的值。我认为你可以实现一个变量解析器,然后在zul文件中声明解析器,如下所示。

然后,在ZUL文件中,您可以直接使用EL访问它们,例如$ {whatever.you.want}。

希望它有所帮助。