Go4Expert

Go4Expert (http://www.go4expert.com/)
-   JSP (http://www.go4expert.com/forumdisplay.php?f=28)
-   -   calling jsp code from within a jsp code when a condition is met (http://www.go4expert.com/showthread.php?t=26513)

thinkerinside 17Aug2011 16:23

calling jsp code from within a jsp code when a condition is met
 
I need to call a jsp code from within a jsp code when a condition is true, somewhat like,

Jsp1.jsp
Code:

if(true){
 //call Jsp2.jsp
}

I don't want to use form based jsp calling...
Code:

<FORM METHOD=POST ACTION="Jsp2.jsp">


thanks in advance.


All times are GMT +5.5. The time now is 01:27.