problems on deploy Jetspeed2

2004-11-04 Thread Sihong Fan
I load the J2 Oct 28 2004 version from CVS and change the properties file to link MySQL by using maven. But I got a blank page. System out shows a error of ClassNotFound. And I found that class is in a jar under WEB-INF\lib of jetspeed. Does any one have this problem before? Please help JNDI Syste

Re: I am getting Connection Not avaiable error when I run Jetspeed for 5 hrs.

2004-10-28 Thread Sihong Fan
I have same problem. Which version are you using? --- Sunil Sheshadri <[EMAIL PROTECTED]> wrote: > Hi, > We have developed a portal application that is built > on Jetspeed Framework. > Our application has huge user database (1 users) > and because of this we > were doing a reliability testing

MVC control

2004-09-01 Thread Sihong Fan
How do you guys use/implement MVC in jetspeed action? __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail - To unsubscribe,

Re: displaying only minimize and maximize buttons for portlet

2004-08-17 Thread Sihong Fan
Browser -> User > Role. > 3)Then change the permissions here to just Minimize > and Maximized. > > It didn't work. > > Am I doing anything wrong ? > Can you please give me detailed steps so that I can > restrict the user to just control minimize and > maximize

Re: displaying only minimize and maximize buttons for portlet

2004-08-15 Thread Sihong Fan
user and permission login as admin, change permission for the portlet will solve your problem. Basicly, it's base on permission, not by portlet. SH --- Mallhar Kadam <[EMAIL PROTECTED]> wrote: > Hi All, > > For given portlet, right now it displays links for > "customize", "print", "information

Error rendering Velocity template

2004-08-09 Thread Sihong Fan
Does anyone meet this problem before? Thanks org.apache.turbine.util.TurbineException: Error rendering Velocity template: /controls/html/jetspeed.vm: Invocation of method 'getContent' in class org.apache.jetspeed.portal.security.portlets.CacheableStatefulPortletWrapper threw exception class java.la

Re: how to print max content instead of normal

2004-07-22 Thread Sihong Fan
al Message - > From: "Stijn de Witt" <[EMAIL PROTECTED]> > To: "Jetspeed Users List" > <[EMAIL PROTECTED]> > Sent: Monday, July 19, 2004 8:53 PM > Subject: Re: how to print max content instead of > normal > > > > presumably call se

how to print max content instead of normal

2004-07-19 Thread Sihong Fan
How to print max content( I have different template for max) instead of normal content? I can see Maximize action run 'org.apache.jetspeed.modules.actions.controls.Maximize.java' first and then go to action class under 'org.apache.jetspeed.modules.actions.portlets'. How can I adding new method in p

non-text in JSP(mixed content type in portlet)

2004-05-21 Thread Sihong Fan
I want hide(security reason) a group of static PDF in jetspeed. So I read and write the PDF in jsp. This jsp page can read and write jsp out side jetspeed. But after I put it into jetspeed. It give me 'getWriter() has already been called for this response ' error. Does any one know how to solve th

how to control access to a group of html page

2004-05-19 Thread Sihong Fan
I know we add 'security-ref' in xreg for a portlet. But how can I control access to a group of html page or files under one directory? Thanks __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/

security config question

2004-05-18 Thread Sihong Fan
I set the security for a html portal. It works fine. But I still can access that static html page without login by typing the URL. Does anyone knows how to config the access control? thanks __ Do you Yahoo!? SBC Yahoo! - Internet access a

new permission,icon and action

2004-04-23 Thread Sihong Fan
How can i add a new permission and let it shows next to maximize? I mean how to config the icon and action. Thanks __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25ยข http://photos.yahoo.com/ph/print_splash

redirect JSP in action

2004-04-13 Thread Sihong Fan
Does any one know how to redirect JSP in a action? For example, I want load a JSP in the action java class just like the what we can do in Struts. I want load a different JSP page when I click max icon in portlet. What should i do? Thanks __