Menu

#7 start.jsp not included in mail.zip

v1.0_(example)
open
nobody
5
2005-03-30
2005-03-30
Anonymous
No

From MailViewer.doView()..

// Include the target JSP
String target =
request.getParameter( "target" );
if ( target == null )
{
target
= "/sdk/portlets/mail/start.jsp";
}

Thing is /sdk/portlets/mail/start.jsp is not in the zip file.
Could anyone please add it?

Thank you.

Discussion


Log in to post a comment.