× 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.



>I've done some reading and I don't think opening a new window is possible with a server-side language.

I am sure there is a way to do this as EGL is just JSF under the covers. Much of the UI API's in EGL are simply conduits to get client code dynamically built to be rendered and acted on by the browser.

Here is an example of what it looks like in "raw" JSF for a project I have built:

<h:outputLink
value="downloaddocument.jsp?docuid=#{uiobj.document.uid}&type=o" target="_blank" styleClass="copy"
rendered="#{uiobj.printJob.statusuid != uiobj.printJob.statusidDsp}">
<h:outputText value="#{uiobj.document.name}"/> </h:outputLink>

Notice the "target" attribute. Maybe do a search on the EGL documentation for something that resembles that attribute?

HTH,
Aaron Bartell
http://mowyourlawn.com

Jason Abreu wrote:
I know how to do the forward with parameters.

They key was "new window." I suppose that I just need to make the user click a button to execute some javascript for the new window. I've done some reading and I don't think opening a new window is possible with a server-side language.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.