hi,all
I am new to webwork ,and trying to build a
web application with it.
I didn't use webwork ui taglib to present
the result,I use ValueStack instead.
when some parameters post to an Action, the
action(controller) process it,then the dispatcher push the Action into the
ValueStack
and forword to the result jsp. The result jsp then pop the
Action out,and get some data from it.
so, In fact ,I'm using the Action as the
model for that jsp page.
I am wondering whether I am using webwork
correctly.
|