Results 1 to 4 of 4
- 04-01-2011, 06:58 PM #1
Member
- Join Date
- Aug 2010
- Posts
- 25
- Rep Power
- 0
Please help : showing JSP page inner another JSP page
hi all...
please help to solve my problem .
my project like this :
# i have JSP page=> index.JSP , i have divide that into 4 div (1,2,3,4)
at the second div , i added submit button .
# when submit button pressed , it's would call the servlet .and then servlet forward to another JSP page(output.JSP ).output.JSP have attribute that must get from the servlet .
#I would like to show the output.jsp on 3rd div of index.JSP
is there possible to do that ?if possible , please show me the way .
all help would be appreciated ...
- 04-04-2011, 06:57 PM #2
Member
- Join Date
- Mar 2011
- Location
- chennai
- Posts
- 55
- Rep Power
- 0
yes we can? we can redirect the pages from one jsp to another jsp easily. First do some work on how to redirect the pages. then ask if you have any doubts
- 04-04-2011, 07:06 PM #3
Member
- Join Date
- Mar 2011
- Location
- chennai
- Posts
- 55
- Rep Power
- 0
yes we can? we can redirect the pages from one jsp to another jsp easily. First do some work on how to redirect the pages. then ask if you have any doubts
- 04-05-2011, 09:32 AM #4
Member
- Join Date
- Aug 2010
- Posts
- 25
- Rep Power
- 0
thanks akira..
I want to do like this :
i have one JSP (index.JSP) that show another jsp (more than 1 ) . another jsp would call when button pressed .But this event controlled by servlet ( every time button pressed , action would be handle by servlet and the response (another jsp )load into index.jsp .I was looking for the method in a 3 days , but until now i don't know how to do that ...
if there added iframe inside index.jsp , how to load another jsp from servlet into iframe .is there possible ?
hope some one can show me the best method to solve my issue .
note : i was succes when trying servlet handling index.jsp action and forward to another page .but another page didn't show inside of index.jsp .i want to show all respone in one page if possible.
Similar Threads
-
Go back to previous page using session in JSP page
By gopikarikati009 in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 06-23-2011, 10:30 AM -
how to add Arraylist filter for a jsp page showing results from a servlet-Arraylist
By alok_sharma in forum Java ServletReplies: 7Last Post: 11-22-2010, 01:26 PM -
showing page
By ighor10 in forum New To JavaReplies: 1Last Post: 08-26-2010, 03:03 PM -
setting the view to a jsp page from a self refeshing page
By deepal_205 in forum JavaServer Pages (JSP) and JSTLReplies: 3Last Post: 08-15-2008, 04:41 PM -
warning that page has expired and i need to refresh the page again
By 82rathi.angara in forum JavaServer Pages (JSP) and JSTLReplies: 5Last Post: 07-15-2008, 01:48 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks