Expand my Community achievements bar.

Form Guide - Web Service for Drop down

Avatar

Former Community Member

Running LC ES 1 8.2 with JBoss

I have a form that I created in Designer and everything works fine in Workspace.  I decided to make the form into a Guide and have changed my web service so that it executes on the initialize event for the drop down.  I have a hidden button on the form that runs from the server and my code below also runs from the server.

Page2.CompanyCodeBtn.execEvent("click");

The guide renders fine in Workspace but the drop down does not display anything.

Thoughts?  I don't see anything in my server log either.

Thanks,

John

2 Replies

Avatar

Former Community Member

How are you populating the DDList - is there scripting that parses the incoming XML or is it simply a binding exercise?

Paul

Avatar

Former Community Member

Right now it is just binding. I was hoping I didn't have to parse the XML but I guess I do.

John