RE: Getting back to the original port page (JSP pages and actions)

2004-07-29 Thread Wilson, Allen
Portlet) request.getAttribute("portlet"); RunData rundata= (RunData) request.getAttribute("rundata"); %> ... --- End JSP Snipplet And for this portlet, you'll need this in your xreg for the portleT: This is relative to the tubineresources (from me

RE: Getting back to the original port page (JSP pages and actions)

2004-07-29 Thread Wilson, Allen
riginal Message----- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 7:45 PM To: Jetspeed Users List Subject: RE: Getting back to the original port page (JSP pages and actions) Pardon...my stupidity...but what is "this" declare to the JetSpeedRunData object? -O

RE: Getting back to the original port page (JSP pages and actions)

2004-07-29 Thread Wilson, Allen
/04 12:12 PM, "Wilson, Allen" <[EMAIL PROTECTED]> wrote: > Question. > > I know how to get to a template page by set the SetTemplate() property > of the Jetspeed object but I am having a problem getting back to the > original portlet page. For example... &g

RE: Getting back to the original port page (JSP pages and actions)

2004-07-29 Thread Wilson, Allen
() method, which clears any known attributes, including our requesttemplate attribute. -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 3:35 PM To: Jetspeed Users List Subject: RE: Getting back to the original port page (JSP pages and actions)

RE: Getting back to the original port page (JSP pages and actions)

2004-07-29 Thread Wilson, Allen
uding our requesttemplate attribute. -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 3:35 PM To: Jetspeed Users List Subject: RE: Getting back to the original port page (JSP pages and actions) Will these reset it to the portlet along with the menu items

RE: Getting back to the original port page (JSP pages and actions)

2004-07-29 Thread Wilson, Allen
Users List' Subject: RE: Getting back to the original port page (JSP pages and actions) Same concept, except, you can do this.resetTemplate(rundata); We do this, as well as clear up any portlet session state using an action like doResetstate(). -Original Message----- From: Wilson

Getting back to the original port page (JSP pages and actions)

2004-07-29 Thread Wilson, Allen
Question. I know how to get to a template page by set the SetTemplate() property of the Jetspeed object but I am having a problem getting back to the original portlet page. For example... Portlet 1 - Submit button is pressed and action processes information and sends user to template page Tem

RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Wilson, Allen
s...Allen > > -Original Message- > From: Raphaël Luta [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 3:01 PM > To: Jetspeed Users List > Subject: Re: Jetspeed within a HTTP Server/Tomcat Config > > > Le 6 avr. 04, à 17:35, Wilson, Allen a écrit : > >

RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Wilson, Allen
avr. 04, à 17:35, Wilson, Allen a écrit : > Michael... > > Thanks for the reply... > > It still has the same thing going onboth the HTTP server and Tomcat > start but I can only reach the Tomcat information if I supply the port. > > http://myserver.com - gets me the H

RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Wilson, Allen
orker.list=ajp13 worker.ajp13.host=localhost worker.ajp13.type=ajp13 worker.ajp13.port=8009 ps=/ and add this to your tomcat4 server.xml file Mike. -Original Message----- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: April 2, 2004 6:27 PM To: Jets

RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-05 Thread Wilson, Allen
ecify the paths to the template directory so it recognizes those areas? Allen -Original Message- From: Raphaël Luta [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 12:32 AM To: Jetspeed Users List Subject: Re: Jetspeed within a HTTP Server/Tomcat Config Le 3 avr. 04, à 01:26, W

Jetspeed within a HTTP Server/Tomcat Config

2004-04-02 Thread Wilson, Allen
Good Afternoon Has anyone implemented Jetspeed in an environment where you have Apache and Tomcat working together? If so, how do you config the Apache Server to deal with the Jetspeed mapping? For example, the URL for requesting a new Jetspeed account is http://yourserver.com/portal/portal/t

Reference point in VM files....

2004-03-23 Thread Wilson, Allen
Title: Message Good afternoon   I am looking to do some reformatting of the vm email files (templates/vm/emails). Does any know where the class files are located?   I see the reference #set ($ignored = $email.addTo($user.Email, "$!(user.Firstname) $!(user.Lastname)") ) and w

Transforming an XML Doc with XSL

2004-01-30 Thread Wilson, Allen
Title: Message Does anyone have any experience with using XML and XSL in portlet?   Here is my scenario...   I have a JSP portlet that provides the user with links to other documents. When a link is clicked the Action class for the JSP page will go out find the XML document. At th

Using rundata.setScreenTemplate()

2003-12-11 Thread Wilson, Allen
Title: Message I am trying to set a JSP page as the return part of an action (it is a different jsp page than the one submitted to the Action). I know that you can use rundata.setScreenTemplate( ) to set the item to return to but when is that informatioin stored (i.e. the names of the

Make a portlet open in a new window

2003-12-02 Thread Wilson, Allen
Title: Message Is it possible to make the content inside a portlet open in another window. I have a portlet with links to other pages. I would like the pages to open in a separate window when the user clicks on them. Is this possible?   Thanks..Allen This message may contain propriet

RE: HelloWorldPortlet problem

2003-09-08 Thread Wilson, Allen
Hi It should like the org.apache information is not in your classpath. Try adding the path to that directory or jar file (depending on whether you are using source or binary) and that should fix it. allen -Original Message- From: Dinanath Sulakhe [mailto:[EMAIL PROTECTED] Sent: Mond

RE: Getting a JSP portlet to submit to another JSP Page

2003-08-18 Thread Wilson, Allen
rds, Jan. -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 7:10 PM To: [EMAIL PROTECTED] Subject: Getting a JSP portlet to submit to another JSP Page I've created a JSP portlet that I would li

Getting a JSP portlet to submit to another JSP Page

2003-08-14 Thread Wilson, Allen
I've created a JSP portlet that I would like to submitted back to itself (where the parameters that the user enter can then be processed ) or to another JSP page. I have JSP pages (submitting to itself) working fine when it is not in the portlet but when it is it returns an error about not bein

Frames

2003-07-16 Thread Wilson, Allen
Good afternoon. Is it possible to create a portlet that contains a frameset? This message may contain proprietary or confidential company information. Any unauthorized use or disclosure is prohibited. - To unsubscribe, e-mai

Portlet not submitting to Action

2003-06-09 Thread Wilson, Allen
I have the following portlet entry set up MARC Research File Transer For upload files org.apache.jetspeed.portal.portlets.JspPortlet When I click on the submit button for the template...it returns to the sam

RE: Using the JspPortlet Action

2003-06-09 Thread Wilson, Allen
to implement action events to handle use submissions. hth, *===* * Scott T Weaver    * * Jakarta Jetspeed Portal Project   * * [EMAIL PROTECTED] * *===*   > -Original Message- > From: Wilson, Alle

Using the JspPortlet Action

2003-06-09 Thread Wilson, Allen
Does anyone know of more information on how to proper use the JspPortlet Action. I have looked through the Bluesunrise tutorial and the example does not provide much information. I am trying to implement a JSP that submits to a class extending the JSPPortletAction and I not sure how to implement/

RE: CGI Script (Perl) in a Portlet

2003-05-30 Thread Wilson, Allen
ormFieldName"); hth, *===* * Scott T Weaver    * * Jakarta Jetspeed Portal Project   * * [EMAIL PROTECTED] * *===*   > -Original Message- > From: Wilson, Allen [mailto:[EMAIL PROTECTED] > Sent: Th

CGI Script (Perl) in a Portlet

2003-05-30 Thread Wilson, Allen
Has anyone used a perl script in a portlet? Is that possible and what type of portlet would you use? I know the first question is why not use a JSP page. Well I am trying to do file uploads and maintenance (where use can come back and delete an upload file) and I am relatively new to Java. I have

RE: Removing the Jakarta JetspeedPortalinformationfromtheBrowsertitle

2003-03-26 Thread Wilson, Allen
# # # html page title text prefix - prepended to portal page title if defined. portalpage.title_prefix=Jakarta Jetspeed Portal: Wilson, Allen wrote: >And like I said before...that entry does not exist in the >JetspeedResource file and when I tried entering it in (and restarting) >it d

RE: Removing the Jakarta JetspeedPortalinformationfromtheBrowsertitle

2003-03-26 Thread Wilson, Allen
# # # html page title text prefix - prepended to portal page title if defined. portalpage.title_prefix=Jakarta Jetspeed Portal: Wilson, Allen wrote: >And like I said before...that entry does not exist in the >JetspeedResource file and when I tried entering it in (and restarting) >it d

RE: Removing the Jakarta Jetspeed PortalinformationfromtheBrowsertitle

2003-03-26 Thread Wilson, Allen
:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 2:42 PM To: Jetspeed Users List Subject: Re: Removing the Jakarta Jetspeed PortalinformationfromtheBrowsertitle Like Scott said previously : portalpage.title_prefix=JPortal Tutorial: See on point 1.5 in the tutorial. Christophe Wilson, Allen

RE: Removing the Jakarta Jetspeed PortalinformationfromtheBrowsertitle

2003-03-26 Thread Wilson, Allen
if that's >the question ? > >Wilson, Allen a ecrit : > > > >>That is the version I am using.Is it another location... >> >>From: Aurelien Pernoud [mailto:[EMAIL PROTECTED] >> >>What version are you using ? >> >>I've checke

RE: Removing the Jakarta JetspeedPortalinformationfromtheBrowsertitle

2003-03-26 Thread Wilson, Allen
owsertitle The JestpeedResources.properties you sent is from 1.4b1 release, not from 1.4b3. Wilson, Allen a écrit : > The question is > > I am trying to remove the content: "Jakarta Jetspeed Page" from > showing in the browser title bar next to the title I have establis

RE: Removing the Jakarta Jetspeed PortalinformationfromtheBrowsertitle

2003-03-26 Thread Wilson, Allen
erties" is under /WEB-INF/conf, if that's the question ? Wilson, Allen a ecrit : > That is the version I am using.Is it another location... > > From: Aurelien Pernoud [mailto:[EMAIL PROTECTED] > > What version are you using ? > > I've checked for 1.4b3 offic

RE: Removing the Jakarta Jetspeed Portal information fromtheBrowsertitle

2003-03-26 Thread Wilson, Allen
tle What version are you using ? I've checked for 1.4b3 official release war, the JetspeedResources.properties does have this line... at line 580 Wilson, Allen a ecrit : > I've checked that file for that entry...and it is not there > > From: Weaver, Scott [mailto:[EMAIL PROT

RE: Removing the Jakarta Jetspeed Portal information from the Browsertitle

2003-03-26 Thread Wilson, Allen
--Original Message----- > From: Wilson, Allen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 25, 2003 3:30 PM > To: Jetspeed Users List > Subject: Removing the Jakarta Jetspeed Portal information from the Browser > title > > Good Afternoon... > > I know this may be

RE: Removing the Jakarta Jetspeed Portal informationfromtheBrowsertitle

2003-03-25 Thread Wilson, Allen
information fromtheBrowsertitle Did you restart the server after you made the change? You do need to restart tomcat (or whatever servlet container you are using. Wilson, Allen wrote: >I am using 1.4-b3. > >I tried that...I add the line as you gave it into the JetspeedResources >fil

RE: Removing the Jakarta Jetspeed Portal information fromtheBrowsertitle

2003-03-25 Thread Wilson, Allen
PM To: [EMAIL PROTECTED] Subject: RE: Removing the Jakarta Jetspeed Portal information from theBrowsertitle On Tue, 25 Mar 2003 14:40:05 -0800 (PST), "Wilson, Allen" wrote: > > I've check the file for that entry and it does not existis there > anywhere else to look f

RE: Removing the Jakarta Jetspeed Portal information from theBrowsertitle

2003-03-25 Thread Wilson, Allen
ortal information from theBrowser title On Tue, 25 Mar 2003 12:52:13 -0800 (PST), "Wilson, Allen" wrote: > > Good Afternoon... > > I know this may be a stupid question but I have racked my brains trying > to find it. > > Can any tell me how to remove the words Jakart

Removing the Jakarta Jetspeed Portal information from the Browsertitle

2003-03-25 Thread Wilson, Allen
Good Afternoon... I know this may be a stupid question but I have racked my brains trying to find it. Can any tell me how to remove the words Jakarta Jetspeed Portal from the browser title. I have already changed the title line in the .psml files but some how this still shows up in the title bar

RE: The JetspeedLocalization_en.properties

2003-03-11 Thread Wilson, Allen
Mark... Your option 1 is correct. I just unarchived the file, made the changes and recreated the archive. Thanks...for the help... Allen -Original Message- From: Mark Orciuch [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 4:19 PM To: Jetspeed Users List Subject: RE: The Jetspe

RE: The JetspeedLocalization_en.properties

2003-03-11 Thread Wilson, Allen
- Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -Original Message- > From: Wilson, Allen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 3:43 PM > To: Jetspeed Users List > Subject: The JetspeedLocalization_en.properties > > > I am configure Je

The JetspeedLocalization_en.properties

2003-03-11 Thread Wilson, Allen
I am configure Jetspeed and cannot locate the JetspeedLocalization_en.properties. If there file does not exist how can I change the title of the initial portal page from "Welcome to Jetspeed" Thanks...Allen -Original Message- From: Tuttenuj, Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: Weird Jetspeed Problem

2003-03-07 Thread Wilson, Allen
Disregard my previousI found the problem (developer-headspace)...:-) -Original Message- From: Wilson, Allen Sent: Friday, March 07, 2003 4:49 PM To: Jetspeed Users List Subject: Weird Jetspeed Problem Good afternoon... I trying to setup up my initial Jetspeed system (1.4b1 working

Weird Jetspeed Problem

2003-03-07 Thread Wilson, Allen
Good afternoon... I trying to setup up my initial Jetspeed system (1.4b1 working on the Apache/Tomcat combination). I have the portal up and running but when I try to use the admin person to log-in, the systems go to an empty page with the URL http://myurl/jetspeed/portal . If I hit back or put a

RE: Jetspeed performance tips

2003-02-20 Thread Wilson, Allen
Stuart Thanks for the notes...I am currently setting up a portal for my company and I have in the configuration stage. Are you setting your system up to use group based access (where the a new person is added to a group and security is based off the group and not assigned to the individual).

RE: Apache-Tomcat Configuration

2003-02-11 Thread Wilson, Allen
Yeah... I found that...and I was able to get thing working Allen -Original Message- From: Roshan G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 7:48 AM To: [EMAIL PROTECTED] Subject: Re: Apache-Tomcat Configuration Hi Allen, You can find mod_jk binaries here (http

Apache-Tomcat Configuration

2003-02-07 Thread Wilson, Allen
Hello I am trying to configure Apache (1.3.27) and Tomcat (4.1.18) to work together in preparation for adding JetSpeed. I have tried to following the instructions for creating mod_jk.so provided by the Wrox Professional Tomcat book and the Galatea.com Flash Guides and came up with errors on b

RE: Getting Started

2002-10-02 Thread Wilson, Allen
en decide which works the best for you. Scott > -Original Message----- > From: Wilson, Allen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 01, 2002 5:45 PM > To: Jetspeed Users List > Subject: Getting Started > > Good afternoon... > > I am just starting my i

Getting Started

2002-10-01 Thread Wilson, Allen
Good afternoon... I am just starting my implementation of JetSpeed and want to make sure that I am going in the right direction. It looks like my steps will be: - Configure system with JDK - Configure Tomcat (should this be configured in conjunction with an Apache Server. I have heard that it