I need to use JSP as templating engine for an application hosted within Jetspeed. I 
have few questions in this regard any suggestion is appreciated?

1. When using JSP is it possible to attach multiple Action classes to one portlet?
2. Is there any guidelines how many pages should map to one portlet?
3. Is there any way via configuration file that I can provide mappings of output page 
(result) based on different values. I would like to define something lie
        onsuccess="search.jsp" 
        onerror="index.jsp" 
        onfail="error.jsp"
and have this information to be available to my Action class(es).
4. Other consideration when using JSP within Jetspped?

Thanks,
Vijay

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

Reply via email to