Re: Uploading file 1MB

2003-10-13 Thread Gokul Poduval
The turbine configuration file sets a limit on the file upload size. by default it is 1mb. just increase this limit to whatever you want. Gokul http://pod.homelinux.net florian.brunswicker wrote: Hi, i have some problems uploading a file 1MB. I tried both services

Re: What is Content Feeds?

2003-09-16 Thread Gokul Poduval
Hello, I think content feeds are the same as RSS feeds. AFAIK, they are two different names for the same thing. -- Gokul http://pod.homelinux.net Zufeng Huang wrote: All, What is Content Feeds? Does Content feeds has any relationship with OCS/RSS, what's the difference between? 3Q.

RE: Problem in some portlet:K@N@!:

2003-08-02 Thread Gokul Poduval
Look at Jetspeed Bugzilla Bug 21131. On Fri, 2003-08-01 at 20:51, Pascal DeMilly wrote: Aurelien, I looked on the archive as you suggested and apart from downgrading java jdk to 1.4.1 I didn't see any other solution to that problem. I read messages from thread 06776 in the dev list which

RE: Problem in some portlet

2003-08-01 Thread Gokul Poduval
Look at Jetspeed Bugzilla Bug 21131. On Fri, 2003-08-01 at 20:51, Pascal DeMilly wrote: Aurelien, I looked on the archive as you suggested and apart from downgrading java jdk to 1.4.1 I didn't see any other solution to that problem. I read messages from thread 06776 in the dev list which

Error in Jetspeed - problem in SAX transform

2003-07-25 Thread Gokul Poduval
I am running Jetspeed 1.4-b4 on Tomcat 4.1.24. Everything was going fine till one fine day I started getting this error in portlets - problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException: The output format must have a '{http://xml.apache.org/xalan}content-handler' property! The

fileUpload

2003-07-21 Thread Gokul Poduval
I am trying to make a portlet to perform fileUpload. My .vm file is as follows - form method=post enctype=multipart/form-data action=$jslink.setAction(portlets.FileUpload) table width=40% #fileUploadField (file) tr align=center td colspan=2 input type=submit

Re: Linking to other portlets

2003-07-18 Thread Gokul Poduval
Hello, Here are some examples of links to panes in Velocity: $jslink.getPaneById(P_12345) $jslink.getPaneById(Pane_3,SubPane_17) $jslink.getPaneByName(pane_1) I tried this, but it does seem to work. I am not really sure if what I want to link to is a subpane. I have a MenuControl which

Linking to specific portlets

2003-07-17 Thread Gokul Poduval
Hello, I have a portal with different panes, A,B and C. Pane B contains a menu on the left similar to this 1 2 3 4 I want to give a link on Pane A, such that it brings up item 3 in pane B. When I use jslink, I am only able to link to pane B, but cant link in such a way that when pane B

Linking to other portlets

2003-07-16 Thread Gokul Poduval
Hello, I have a portal where the navigation is done though a tab pane in the following fashion Home | About Us | etc | etc | Contact Us In the Home Tab, I have 4-5 portlets. One of these portlets requires a link which takes me to another tab pane. How can I provide such a link ? Gokul

Re: Linking to other portlets

2003-07-16 Thread Gokul Poduval
, 2003-07-17 at 12:41, Gokul Poduval wrote: Hello, I have a portal where the navigation is done though a tab pane in the following fashion Home | About Us | etc | etc | Contact Us In the Home Tab, I have 4-5 portlets. One of these portlets requires a link which takes me to another tab

Re: Don't Understand

2003-06-09 Thread Gokul Poduval
portlets. Best Regards, Javier. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Yours Sincerely, Gokul Poduval [EMAIL PROTECTED

Re: user's guide

2003-06-08 Thread Gokul Poduval
This is a good place to start http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm -- Yours Sincerely, Gokul Poduval [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Dynamically changing portlet

2003-06-05 Thread Gokul Poduval
Hello, I have a situation where I display three portlets in a three column layout. The left most portlet is a search portlet, and depedning on the action there, I need to keep changing the portlet in the centre. Is it possible to do this ? Gokul

adding own portlet

2003-06-03 Thread Gokul Poduval
Hello, I was trying to create a Hello World portlet, and managed to compile it succesfully. Then I added a reference to it sample.xreg in webapps/jetspeed/WEB-INF/conf/. However when I login as turbine in my jetspeed portal, and try to add this HelloWorldPortlet, I am not able to view this

XSLT Portlet

2003-05-30 Thread Gokul Poduval
Hello, I have a CMS which stores documents in HTML. I am intresting in extracting some info from these files and put them in a portlet. Initially, I was planning to use cocoon along with XSLT stylesheets to produce some HTML/XML which I could then feed to a portlet. However, the

Jetspeed Tutorial

2003-05-28 Thread Gokul Poduval
Hello, I was going through the Jetspeed tutorial at http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm. I have downloded jetspeed-src, jetspeed-war and jportal.jar, and unzipped them all to the same directory. When I try to compile the tutorials using ant, this is the error I