×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
It depends on how many people you have hitting it. If you're
constructing something on a per-request basis, the application will
scale less well than an application that constructs something once.
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
On Behalf Of tim
Sent: Tuesday, March 25, 2008 11:05 AM
To: 'Websphere Development Studio Client for iSeries'
Subject: Re: [WDSCI-L] Calling EGL app from iseriesand
onconstructionfunction
What about changing the scope to request?
Seems to work that way. Any reason why I should not use this scope?
-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
On
Behalf Of Joe Pluta
Sent: Tuesday, March 25, 2008 10:54 AM
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] Calling EGL app from iseriesand
onconstructionfunction
tim wrote:
Joe,
Can I get a command line variable from the prerender?
I don't think I can "function onprerender(cno string)"
Think I can only "function onConstruction(cno string)"
Am I wrong?
You can get variables from the request string using the j2eelib
functions:
custno = J2EELib.getQueryParameter("cno");
Joe
As an Amazon Associate we earn from qualifying purchases.