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...
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="/displayform"...
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...
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="beanX" property="name">
</logic:iterate>
...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.