Error creating new accounts on MySQL

2003-07-17 Thread binh
Could some one please refer me to which manual contain the fix to Error creating new accounts I am getting the following error from the 'Create New Account' screen: org.apache.jetspeed.services.security.UserException: Failed to create account 'john': IdGenerator for table

JSR-168 Comments

2003-07-17 Thread Gerry Reno
The following are my comments to the JCP regarding JSR-168: --- Gerry Reno <[EMAIL PROTECTED]> wrote: > Date: Thu, 17 Jul 2003 19:52:51 -0700 (PDT) > From: Gerry Reno <[EMAIL PROTECTED]> > Subject: JSR-168 Comments > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > > I have recently reviewed J

答复: localization question

2003-07-17 Thread Ju Xiaolong
I just realize it by encoding jetspeedLocalization_zh.properties with native2ascii.exe. -原始邮件- 发件人: Saddest OfAllKeys [mailto:[EMAIL PROTECTED] 发送时间: 2003年7月18日 5:06 收件人: [EMAIL PROTECTED] 主题: localization question Short version: Should I be able to see Chinese characters in Jetspeed

Re: Re: Linking to other portlets

2003-07-17 Thread kylin
Stuart Belden, a question about link to portlets? if i know the portlet name ,i use $jslink.getPortletByName("portlet2"); to get the url.but the portlet named "portlet2" can have mutil in a pan or psml is right? so use getPortletByName() function ,it will not get the correctly portlet?! ho

Re: localization question redux

2003-07-17 Thread Saddest OfAllKeys
It looks as though the issue was a font issue: I was able to verify that the character was indeed being read in as the appropriate Unicode character. I tried another character and it worked well. I found this editor to be very useful (I have no affiliation): http://www.esperanto.mv.ru/Download/

RE: Proposal: Jetspeed View Interaction Model

2003-07-17 Thread Gerry Reno
To further illustrate the benefits of a minimally server-coupled view interaction model, consider a possible implemention of CMS authoring within Jetspeed: A good way to implement CMS authoring is via the use of an editor applet. Using a minimally server-coupled view approach this CMS editor

RE: Displaying Velocity Template

2003-07-17 Thread Mark Orciuch
> I copied the template to the portlets directory and Voila! > > So the question becomes: Why do setting > service.TemplateLocator.portlet.global.search = true > Not work?? This is because I mistyped the property name. It should start with 'services' not 'service'. I will correct this in CVS. Than

localization question redux

2003-07-17 Thread Saddest OfAllKeys
addendum to my last post: Tomcat 4.1.24 Java 1.4.1 __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

localization question

2003-07-17 Thread Saddest OfAllKeys
Short version: Should I be able to see Chinese characters in JetspeedLocalization.properties? Alternatively, what is a proven strategy for using pure Unicode with Jetspeed 1.4 b4? Long version: Background: I'm using jetspeed-1.4-b4 with Chinese characters. I have done the following: (a) rem

Forget password portlet

2003-07-17 Thread Raffaele Ragni
Hi, I was searching recently for the so well known feature to retrieve passwords from jetspeed when users forget them (by emailing). I didn't found what i searched for, so i did it myself and i thought to share it. I also named the package like the portlets of jetspeed, in the case it coul

RE: Proposal: Jetspeed View Interaction Model

2003-07-17 Thread Gerry Reno
Gang, To the best of my knowledge the cocoon portlet is very old (pre 2.0) and not updated and not compatible. Try searching the user and dev lists or even google for what others may be doing with regard to cocoon and jetspeed. Please open another thread if you want feedback regarding cocoon.

RE: Proposal: Jetspeed View Interaction Model

2003-07-17 Thread Gang Wu
Hey, Anyone know how to integrate the latest version Cocoon with latest version Jetspeed? It seems there is no cocoon portlet any more. Anyone has experience to use Cocoon and Jetspeed together? Cheers, /Gang Wu -Original Message- From: Gerry Reno [mailto:[EMAIL PROTECTED] Sent: Thursd

Proposal: Jetspeed View Interaction Model

2003-07-17 Thread Gerry Reno
Proposal: Jetspeed View Interaction Model Author: Gerry Reno Date: July 17, 2003 Need: The Jetspeed portal needs to provide users with a good view interaction (browser) experience where portal pages and portlets behave in a fast, responsive and intuitive manner. Highly server-coupled view

RE: how can I replace soap with axis in turbine?

2003-07-17 Thread Mark Orciuch
See /build/axis folder after checking out jetspeed from CVS. Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: [EMAIL PROTECTED] web: http://www.ngsltd.com > -Original Message- > From: Yu Baofeng [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 9:08 PM > To

RE: Jetspeed Content Portlet

2003-07-17 Thread Mark Orciuch
I have recently made some changes to it and it passed my tests. Please check the most recent CVS and let me know if it's still broken. Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: [EMAIL PROTECTED] web: http://www.ngsltd.com > -Original Message- > From: Carlos O

Re: Linking to other portlets

2003-07-17 Thread Stuart Belden
DST wrote in an earlier msg to the list... -- See the JSLink Examples portlet. Here are some examples of links to panes in Velocity: $jslink.getPaneById("P_12345") $jslink.getPaneById("Pane_3,SubPane_17") $jslink.getPaneByName("pane_1") jslink.getPortletById("P_56789_1234") jslink.getPortletByN

Re: Frames

2003-07-17 Thread Stuart Belden
No. That's a limitation of HTML. You can use an IFRAME (see IFramePortlet), which most version 4+ browsers support. >>> [EMAIL PROTECTED] 07/16/03 03:30PM >>> Good afternoon. Is it possible to create a portlet that contains a frameset?

Tomcat crash causes- Error retrieving Portal Page: null

2003-07-17 Thread Martin Anderson
While I was working on a Jetspeed project, tomcat crashed. On restart, the top and side and bottom navigations are generated correctly but in the portlets section of the page an error message is generated stating "Error retrieving Portal Page: null". I figure that something has been overwritten an

Jetspeed-CMS portlets problems

2003-07-17 Thread David E Noel
Return Receipt Your Jetspeed-CMS portlets problems document :

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 comes

RE: IFramePortlet maximize

2003-07-17 Thread Holger Dewes
> -Original Message- > From: Weaver, Scott [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 10:20 PM > To: 'Jetspeed Users List' > Subject: RE: IFramePortlet maximize > > > As for forms, you should be able to code your portlets to > intercept form data on minimize/maximize/cl