I recall an earlier post where the problem was that you needed to add <media-type ref="html"/>
within the as a child of the <portlet-entry> nest. I don't know if it still applies, but you could try it. Steve B. BTW - did you find any errors reported in your WEB-INF/log/jetspeed.log? ----- Original Message ----- From: "Cohns, Willie M Mr USAREC" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Friday, January 04, 2002 11:57 AM Subject: RE: problem installing HellowWorldPortlet > yep. I even cut and pasted the registry entries directly from the how-to. > > I'm using version a2. > > It's wierd because I've set it up to display on the default page and I've > even made modifications, so I know it works. I just can't add it from the > list of portlets. > > -----Original Message----- > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 04, 2002 2:39 PM > To: Jetspeed Users List > Subject: Re: problem installing HellowWorldPortlet > > > Did you follow the build and deploy steps in the tutorial? > What version of Jetspeed are you using? > > ----- Original Message ----- > From: "Cohns, Willie M Mr USAREC" <[EMAIL PROTECTED]> > To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> > Sent: Friday, January 04, 2002 11:32 AM > Subject: RE: problem installing HellowWorldPortlet > > > > Actually, I can't see anything at all. > > > > Thanks Paul, > > > > Willie > > > > -----Original Message----- > > From: Paul Spencer [mailto:[EMAIL PROTECTED]] > > Sent: Friday, January 04, 2002 2:07 PM > > To: Jetspeed Users List > > Subject: Re: problem installing HellowWorldPortlet > > > > > > Willie, > > If you are seeing "unavailable" while adding portlets in the customizer, > > then it is the portlet's description that is "unavailable". I will look > > into changing the message. > > > > Paul Spencer > > > > Cohns, Willie M Mr USAREC wrote: > > > > > David, > > > > > > Would you happen to know what might cause the Hello World example to be > > > unavailable in the add portlets screen? I can see the portlet if I > > manually > > > add it to the default psml so I know it works. > > > > > > Thanks, > > > > > > Willie > > > > > > -----Original Message----- > > > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, January 03, 2002 1:31 PM > > > To: Jetspeed Users List > > > Subject: Re: problem installing HellowWorldPortlet > > > > > > > > > Satish, > > > > > > Ive recently started rewriting the Portlet-Howto at > > > http://www.bluesunrise.com/jetspeed-docs/PortletHowTo.htm > > > > > > I also include the sample code and an ant build and deployment > > > http://www.bluesunrise.com/jetspeed-docs/how-to-examples.jar > > > > > > I am still in the middle of writing it, but the first few sections are > > > completed and may be of some help, > > > > > > David > > > > > > ----- Original Message ----- > > > From: "Patel, Satish" <[EMAIL PROTECTED]> > > > To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> > > > Sent: Thursday, January 03, 2002 9:06 AM > > > Subject: RE: problem installing HellowWorldPortlet > > > > > > > > > > > >>I am still having problem compiling. I am sorry, but can any one of you > > >>send me a detailed direction on how to do this because I think I am > > >> > > > getting > > > > > >>confuse. I really appreciate you all trying to help me. Thanks, and > > >> > > > again > > > > > >>I am using Jetspeed 1.3a2 with Tomcat to accomplish this. > > >> > > >>I added ecs.jar file to my classpath and everything still compiling the > > >>HelloWorldPortlet.java gives me errors indicated below. > > >> > > >>thanks again, > > >>Satish. > > >> > > >>-----Original Message----- > > >>From: Kris Cheemal [mailto:[EMAIL PROTECTED]] > > >>Sent: Wednesday, January 02, 2002 11:26 PM > > >>To: Jetspeed Users List > > >>Subject: RE: problem installing HellowWorldPortlet > > >> > > >> > > >>Hi Satish, > > >> > > >> After you deploy the Jetspeed war in TOMCAT > > >>assuming that you are running Jetspeed in Tomcat, you > > >>can locate the jar files in > > >>TOMCAT_HOME\webapps\jetspeed\Web-inf\lib directory. Or > > >>if you are building them from source, you can locate > > >>them in the lib directory after a successful build. If > > >>you are building portlets, you need ecs.jar and > > >>jetspeed-1.3a1.jar in your class path. > > >> > > >>Cheers! > > >>Krishna > > >> > > >> > > >>--- "Patel, Satish" <[EMAIL PROTECTED]> wrote: > > >> > > >>>How do I do that Steve???? I am not sure what you > > >>>mean... > > >>> > > >>>Can you please explain little further...thanks, > > >>> > > >>>Satish. > > >>> > > >>>-----Original Message----- > > >>>From: sbelt [mailto:[EMAIL PROTECTED]] > > >>>Sent: Wednesday, January 02, 2002 3:50 PM > > >>>To: Jetspeed Users List > > >>>Subject: Re: problem installing HellowWorldPortlet > > >>> > > >>> > > >>>Sounds like you need to set your classpath to > > >>>include the .jar files in > > >>>jetspeed's lib directory. This directory includes > > >>>the ecs.jar as well as > > >>>other necessary .jar files. > > >>> > > >>>Steve B. > > >>> > > >>> > > >>>----- Original Message ----- > > >>>From: "Patel, Satish" <[EMAIL PROTECTED]> > > >>>To: <[EMAIL PROTECTED]> > > >>>Sent: Wednesday, January 02, 2002 12:35 PM > > >>>Subject: problem installing HellowWorldPortlet > > >>> > > >>> > > >>> > > >>>>Hello folks, > > >>>> > > >>>>I am a newbie with Jetspeed. I have successfully > > >>>> > > >>>installed Jetspeed > > >>>1.3a2, > > >>> > > >>>>and trying to create this new portlet for my > > >>>> > > >>>portal. I tried to follow > > >>> > > >>>>direction of creating the simple portlet of "Hello > > >>>> > > >>>World", but can't > > >>>compile > > >>> > > >>>>the HelloWorldPortlet.java it gives error saying > > >>>> > > >>>that "package > > >>> > > >>>>org.apache.ecs doesn't exist" also "Can't resolve > > >>>> > > >>>symbol AbstractPortlet > > >>>or > > >>> > > >>>>Rundata...any help would be great. My code of > > >>>> > > >>>HelloWorldPortlet.java is > > >>>as > > >>> > > >>>>follows: > > >>>> > > >>>>import > > >>>> > > >>>org.apache.jetspeed.portal.portlets.AbstractPortlet; > > >>> > > >>>>import org.apache.turbine.util.RunData; > > >>>>import org.apache.ecs.*; > > >>>>public class HelloWorldPortlet extends > > >>>> > > >>>AbstractPortlet { > > >>> > > >>>>publicConcreteElement getContent (RunData > > >>>> > > >>>aRunData) { return (new > > >>> > > >>>>StringElement ("Hello World!!")); } > > >>>> } > > >>>> > > >>>> > > >>>>-- > > >>>>To unsubscribe, e-mail: > > >>>> > > >><mailto:[EMAIL PROTECTED]> > > >> > > >>>>For additional commands, e-mail: > > >>>> > > >>><mailto:[EMAIL PROTECTED]> > > >>> > > >>> > > >>>-- > > >>>To unsubscribe, e-mail: > > >>> > > >>> > > >><mailto:[EMAIL PROTECTED]> > > >> > > >>>For additional commands, e-mail: > > >>><mailto:[EMAIL PROTECTED]> > > >>> > > >>>-- > > >>>To unsubscribe, e-mail: > > >>> > > >>> > > >><mailto:[EMAIL PROTECTED]> > > >> > > >>>For additional commands, e-mail: > > >>><mailto:[EMAIL PROTECTED]> > > >>> > > >> > > >>______________________________________________________ > > >>Send your holiday cheer with http://greetings.yahoo.ca > > >> > > >>-- > > >>To unsubscribe, e-mail: > > >><mailto:[EMAIL PROTECTED]> > > >>For additional commands, e-mail: > > >><mailto:[EMAIL PROTECTED]> > > >> > > >>-- > > >>To unsubscribe, e-mail: > > >> > > > <mailto:[EMAIL PROTECTED]> > > > > > >>For additional commands, e-mail: > > >> > > > <mailto:[EMAIL PROTECTED]> > > > > > >> > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
