03-13-06 10:56 PM
Yes, In-fact you can write a web app using STRUTS framework and follow the s
teps as defined in info center to convert an existing STRUTS applicaiton to
a portlet application.
If you want to use multiple forms and multiple portlets on a single page, th
e form name and other variables have to be unique. One way of doing this is
by using namespace encoding for various elements on your form. Same rule app
lies to the JavaScript func
tions too. However JavaScript warning and error messages might be confusing
for the user as there are more than one portlet on the page and user might n
ot know, which one has triggered this error or warning.
[ Post a follow-up to this message ]
|