Does anyone know the correct way to implement a portlet for a dynamic web
application within a portlet but retain most of the control of the
presentation within the server application?

The server application would present a form within the portlet such as:

  +-----------------------------+
  |  Input: [_______]  <submit> |
  +-----------------------------+

Then the server application would process the form and send the output back
such as:

  +-----------------------------+
  |  Input: [_______]  <submit> |
  |                             |
  |  Response back............  |
  +-----------------------------+

This could obviously be done with some simple JSP, but I have a client that
desires to have the server application control all the presentation, the
output format, etc.


Robert Keith


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to