inside JSP, actually what i try to do is the following:
   
  inside JSP:
   
   ...
   if (result.compareTo("Success")==0) {
     out.println("<logic:redirect href="why.do" />);
   else
     ...
   
  john

Dave Newton <[EMAIL PROTECTED]> wrote:
  --- john lee wrote:
> I try to embed struts tag inside JSP

Normally you "embed a tag" inside a JSP by just using
the tag, like you're supposed to. For example:

  
  
   
... etc ...

> but looks like not works? how come? any idea?

Because you have a fundamental misconception about how
tags work, I think.

> out.println("");

What, exactly, are you trying to do? Where are you
invoking this code, in an Action, or a JSP?

d.




____________________________________________________________________________________Take
 the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

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




       
---------------------------------
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.

Reply via email to