(Unsupported major.minor version 48.0) Exception

2004-07-06 Thread Mallhar Kadam
Hi All, I'm getting following exception when i build jetspeed 1.4 source and deploys its. I'm using jdk1.3.1... Is that the one causing problem. pls help me, mk javax.servlet.ServletException: com/sun/tools/javac/Main (Unsupported major.minor version 48.0) at org.apache.jasper.servlet.JspServl

JSP Portlet - Form Submission questions

2004-07-06 Thread Arthur D'Alessandro III
Questions: 1) Is there a programmatic way built into the Jetspeed framework so that you can present multiple portlets (all of which may have forms and their own form handlers) and have a portlets form post the data only to itself? 2) Although I read mentions of portlet instance session informatio

Pointers/instructions on how to utilize velosurf within Jetspeed-1

2004-07-06 Thread Reid Thompson
I'd like to utilize velosurf within jetspeed 1.5 final. Could anyone point me in the right direction? Thanks, reid - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: problem with passing link from one JSP Portlet to another JSP Portlet

2004-07-06 Thread Robin Antony
Hi, Try getting your Rundata value in the second jsp like this RunData data = (RunData) request.getAttribute("rundata"); And then get the String dynamicLink=(String) data.getRequest.getParameter("dynamicLink"); Hope this helps. Robin Antony Phone: +65 - 6588 3343, Cell: +65 - 91004930 Emai

PSML files outside Tomcat

2004-07-06 Thread Ksypolitos Nikos
Hi! We had the same problem with the users customized psml files. We solve the problem moving the psml files outside the directory tree that comes from the Jetspeed.war. To do that you must go to the JetspeedResources.properties file and change the entry Services.PsmlManager.root If you w

PSML files outside Tomcat

2004-07-06 Thread Sachdeva, Khemchand
Hi All We are using Tomcat 5.0.24 alongwith Jetspeed. The problem that we are facing is that everytime we deploy a new WAR file all the personalizations(stored in psml files) are lost because psml files are stored under webapps directory. What should I do if I want my PSML files to be stored out