AW: master detail records displayed in a portlet

2003-08-10 Thread Joachim Müller
Hi Carlos. Can you point out some of your server speed up configurations? thx, joachim > -Ursprüngliche Nachricht- > Von: Carlos Orrego [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 7. August 2003 17:07 > An: Jetspeed Users List > Betreff: RE: master detail records displayed in a

Re: how to change portlet titble style

2003-08-10 Thread 苗启广
ÔÚ 2003-08-09 15:21:00 ÄúдµÀ£º >In general, a portlet title bar only displays the name of the portlet at the right >and the action buttons(customize,print etc.) at the left. Sometimes We need modify >this stytle for customization. I know it is possible, because many web sites based on >jets

help with jetspeed

2003-08-10 Thread Gil Vernik
I am new to jetspeed. I have tomcat 5 and jetspeed 1.4b. I wrote a class : public class recieveTraficLight extends VelocityPortlet { protected void buildNormalContext(VelocityPortlet portlet,Context context, RunData rundata) { try{ Service serv

RE: Not to be a pain, but...

2003-08-10 Thread Andy Benjamin
Scott, No it doesn't, in fact it is empty. I noticed that the JspPortletAction method "setTemplate" has been deprecated, so I guess I incorrectly assumed that since I specified the customizetemplate in the registry that the Jetspeed engine would switch the customize portlet with the original

RE: Velocity vs JSP

2003-08-10 Thread Weaver, Scott
> If I have to prioritize my education (which -for better or worse - drives > the corporate strategy), should I focus on learning Velocity or learn how > to > use JSP? I use both JSP and Velocity but I am quite particular to Velocity. The nice thing about Velocity is you don't need to "focus" on

RE: JSR-168 Article Part 1 in JavaWorld

2003-08-10 Thread Weaver, Scott
Gerry, Here is how I envisioned it. You would have a "Request Proxy" probably a hidden IFrame that has the ability to write both to the client (DOM manipulation/screen repainting) and the server(record the user's current page and portlet state/process non trivial portlet requests). This is ov

Re: WebSphere 4.0.6 and Jetspeed 1.4b*

2003-08-10 Thread George B. Stevens
Mark, Thanks for the help! I successfully have js14b4 running under WAS 4.0.5. Setting up the directory with these libraries in it and adding it to the server classpath was the trick. Thanks again, George Mark Orciuch wrote: You need to change the app server classpath NOT the system classp

Re: JSR-168 Article Part 1 in JavaWorld

2003-08-10 Thread Gerry Reno
Hi Marc, --- Marc Tremblay <[EMAIL PROTECTED]> wrote: > While I agree that allowing for the use of rich client side > technologies > is highly desirable, we need to remember that not all user agents > will > be able to support said technologies. I'm thinking specifically of > the > myriad of WML

RE: master detail records displayed in a portlet

2003-08-10 Thread Ron Wheeler
I hope that I am not contributing to an existing background problem. I am interested in the reasons why someone makes an architectural choice. Although speed is not my top concern, I would still like to hear what the experienced people have to say on the matter as long as it is accurate and not sai

Staying in the context of customization

2003-08-10 Thread Andy Benjamin
Hi all, I was wondering how one could stay in the context of a customized portlet page. My situation is as this: I have a customized customize page that has an update button. In my action class's doUpdate method I want to return to the customized jsp again so that the user can do another upd

RE: discussion board

2003-08-10 Thread Fletcher, Boyd C. J9C534
or the free version fo Jive Forums. > -Original Message- > From: Ender Hikmet KILIÇOÐLU [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 07, 2003 6:30 AM > To: Jetspeed Users List > Subject: YNT: discussion board > > > currently There are no ported appication to jetspeed. But I > kn

Torque without pooling?

2003-08-10 Thread Frank Segieth
i installed jetspeed at my isv. they support jsp servlets .. blah ... but they don't support - servlet mapping - connection pooling in my torque.properties i have the following lines torque.database.default.adapter=mysql ### torque.database.default.adapter=oracle ### torque.database.default.adapte

RE: does anybody use jetspeed with mysql?

2003-08-10 Thread Aurelien Pernoud
Did you directly use jetspeed full war ? If so could you try to download the src version, to modify both build.properties and dbpsml.properties in "build.torque" directory to use Mysql instead of hypersonic. Then build the war, and see if it works better. I know there were issues with older versi

Template locator problems

2003-08-10 Thread Chris Widhelm
I have recently added an additional template location for jsp and vm. After doing this my images no longer display correctly. Any idea why changing the template services would affect this? Thanks, Chris Widhelm