Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mdmohideen

    WebService - returing object with a list?

    Hi, I am working on creating a webservice in C#. Here is a scenario(sample code) of what I am trying to accomplish. public class Customer { public int id; public string name; public ArrayList list = new ArrayList(); //list for orders of a customer } public class Orders{ public int...
  2. mdmohideen

    Struts validation problem

    Hi Venur, Thanks for your response. My tech manager gave me another way to implement this. For the form load view, he suggested me to have a displayaction. On submit to different action. something like this, Ex: <action path=&quot;/displayform&quot...
  3. mdmohideen

    Struts validation problem

    Hi All, I have a question on Struts. Here is the scenario, I am clicking a action menu item. It calls an struts action x and forwards to a jsp page. Once I fill the form(DynaValidatorForm), then I am submitting and calling the same action x. Now the form has to be validated...
  4. mdmohideen

    Struts Validation - multiple input fields with same name

    Hi, I am developing a Struts Application. I have a form and the form has logic:iterate tag. On iterating, the many dynamic html text input controls with same name is created on the form. <logic:iterate ...> <html:text name=&quot;beanX&quot; property=&quot;name&quot;> </logic:iterate> ...
  5. mdmohideen

    Reg:windows change

    Hai, I am having a problem - briefed it below, My system is running on windows 2000 OS.I opened multiple applications in the window.I work on a particular application in a window and the rest of them are minimized to the task bar.At some times i could see the application which i am currently...

Part and Inventory Search

Back
Top