| evickimo 2004-08-09, 2:49 am |
| Hi, everyone,
I modify my struts tiles web app to become struts tiles portlet app, but I got many problems,
There is a serious problem in my project,
I used parameter set added in the forward path in my original struts tiles web app, and it work fine.
But when it transfer to struts tiles portlet which I use the sample modified from the wsad512 struts portlet, the parameter values become null which mean it doesn't pass to the identify jsp page.
I have tested the action has received the parameter values and when it forward to the jsp, the jsp request.getParameter("xxx") become null or empty.
My enviroment is wsad512, I use it develope and test struts tiles portlet. Now I feel it is very difficult to develope, there are lots of thing needed to be modify, for example, JSTL c:url value become wrong path, parameter values can't work fine.
Somebody can explain these thing.
|