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



No, in the JSP I would expect to see something like:
inputField        : "l<%=zOrder%>_FZGH1112D1$D1SCHD6",
or even maybe
inputField        : "document.SCREEN.l<%=zOrder%>_FZGH1112D1$D1SCHD6",
I don't really know exactly what the js you have is expecting.

But in your DDS source you would have something like
inputField        : "&{FZGH1112D1.D1SCHD6.ID}",
Then once you get it working you know it will convert to the right thing 
each time.

Web Settings
http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.webfacing.doc/tasks/twfwsview.htm

Mike


Mike Hockings, P.Eng.
WebSphere Development Tools for AS/400  -  CODE/Designer & WebFacing !
IBM Canada Ltd. Laboratory 
hockings@xxxxxxxxxx 
voice 905 413 3199




Sanith Ray <sanithray@xxxxxxxxxxxxxx> 
02/16/2007 02:51 PM

To
Mike Hockings/Toronto/IBM@IBMCA
cc

Subject
FW: [WDSCI-L] FW:  Migration issue from WDSC 5.1 to WDSC 6.0






Hi Mike
Do you mean I can have something like this in the html( two input fields 
lines).
inputField        : "l<%=zOrder%>_FZGH1112D1$D1SCHD6",
inputField        : "&{FZGH1112D1.D1SCHD6.ID}",

I am attaching FZGH1112D1.jsp file for ref .

Thanks for all your help.

Thanks
Sanith

Sent: Friday, February 16, 2007 11:53 AM
To: Websphere Development Studio Client for iSeries
Subject: Re: [WDSCI-L] FW: Migration issue from WDSC 5.1 to WDSC 6.0

Have you verified that the field you are referencing in the JSP has the
same id in V6 as what you are inserting?

What I was suggesting was instead of trying to determine and insert the
field id directly instead insert a replacement string that conversion will
turn into the correct id for that field. So, where you have the following
in the HTML_after

    inputField        : "l<%=zOrder%>_FZGH1112D1$D1SCHD6",

use something like this

    inputField        : "&{FZGH1112D1.D1SCHD6.ID}",

Then reconvert the DDS member.  Now, it might be that you need
&{FZGH1112D1.D1SCHD6.REF} or &{FZGH1112D1.D1SCHD6} as I don't really know
what is expected there by the Zapatech stuff.

Mike


Mike Hockings, P.Eng.
WebSphere Development Tools for AS/400  -  CODE/Designer & WebFacing !
IBM Canada Ltd. Laboratory
hockings@xxxxxxxxxx
voice 905 413 3199


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.