Hi,

Some code like this.

   public String execute() throws Exception {

       String[] name = (String[])parameterMap.get("username");
       System.out.println("usernamein the page is:"+name[0]);

       String[] datenow = (String[])parameterMap.get("dateNow");
       System.out.println("datenow in the page is:"+datenow[0]);


       return SUCCESS;
   }

Thanks,

Nuwan

Ray wrote:
Nuwan Chandrasoma Wrote:
Hi,

Its returning a string array. :)

Thanks,

Nuwan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


String array?
And How can I get the "username" value which I just input in the JSP?
I am almost crazy about this.
Thx                                                         Ray

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to