08-09-04 07:49 AM
Hi, everyone,
I modify my struts tiles web app to become struts tiles portlet app, but I g
ot many problems,
There is a serious problem in my project,
I used parameter set added in the forward path in my original struts tiles w
eb 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 mea
n it doesn't pass to the identify jsp page.
I have tested the action has received the parameter values and when it forwa
rd 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. N
ow I feel it is very difficult to develope, there are lots of thing needed t
o be modify, for example, JSTL c:url value become wrong path, parameter valu
es can't work fine.
Somebody can explain these thing.
[ Post a follow-up to this message ]
|