Hello

I'm trying to retrieve a deafult value of a variable that I set in the form bean in my 
JSP page that appears like the following:

String action="view";

public String setAction(String action)
{
  this.action=action;
}

public String getAction()
{
  return this.action;
}


Anyone knows the syntax of retrieving it in JSP?

Thanks a lot :)


See Dave Matthews Band live or win a signed guitar
http://r.lycos.com/r/bmgfly_mail_dmb/http://win.ipromotions.com/lycos_020201/splash.asp
 

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

Reply via email to