Forms inside portlets

D

Da Silencer

helo all, i desperatly need a help in portlets.....
i wan t to make a portlet that contains a form.... i want to direct
all the form parameters to a servlet, and then the servlet would
redirect me to another jsp inside the portlet.....

please i need a code example of :
1. the jsp containing the form,
2. the code inside the portlet class (and in which method?!?!)
3. the code inside the servlet (this servlet have only operational
functionnality ==> not needed to print...etc...)

thx a lot...
 
M

Manish Pandit

helo all, i desperatly need a help in portlets.....
i wan t to make a portlet that contains a form.... i want to direct
all the form parameters to a servlet, and then the servlet would
redirect me to another jsp inside the portlet.....

please i need a code example of :
1. the jsp containing the form,
2. the code inside the portlet class (and in which method?!?!)
3. the code inside the servlet (this servlet have only operational
functionnality ==> not needed to print...etc...)

thx a lot...

If you are using BEA Weblogic Workshop, creating portlets is as easy
as drag and drop. However, if you are using any other barebones
container with JSR 168 support (tomcat+pluto, jbossportal), you might
want to read up on portlets (refer to Pluto http://portals.apache.org/pluto/).
I am not sure what you mean by the code with a form inside a JSP -
that should be very straightforward.

The method you will write your code in will be processAction( ), and
since there is nothing to print back, the render( ) method will be
empty (call super in it). Your class will implement
javax.portlet.Portlet.

Hope this helps.

-cheers,
Manish
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top