4 includes in a table of a single jsp page.

2000-08-29 Thread Leena Diwan
Hello everybody, I have a table defined in my jsp page. It is a 2-by-2 table having total 4 cells. I have a separate jsp:include for each cell. I want to refresh only that cell within which user does some action e.g submit form etc. How do I go abt it ? Here is a sample code that can help u

Re: 4 includes in a table of a single jsp page.

2000-08-29 Thread Leena Diwan
your problem.. why dont u use frames in ur page.. divide ur page into 4 frames instead of 4 cells and this wiil solve ur problem.. still u face any problem or u dont know HTML syntax then u can mail Naveen -Original Message- From: Leena Diwan [mailto:[EMAIL PROTECTED]] Sent

EJB--JSP related config seetings doubts.

2000-08-22 Thread Leena Diwan
Hi!! my friend had a problem.. so I suggested to put it on our mailing list.. hope someone of u would be helpful for him. Regards.. Leena Hello !! I have been facing problem while running PowerTier 6.0 (Persistence application server which supports J2EE, it will have Apache web server,

Re: change the selected option of select option

2000-08-20 Thread Leena Diwan
Thakns a lot !! It worked fine.. I will have to know the index for using selectedIndex.. which I can hardly do if the list is a bigger one ! but this worked fine.. Thanks. --- Kanojia Jogesh [EMAIL PROTECTED] wrote: Hi Try this form method="POST" name=myform action="test.jsp" pselect

change the selected option of select option

2000-08-19 Thread Leena Diwan
hello ! Sorry this is a bit off the topic. I want to modify the selected value of the select statement programatically. please help .. here is what I tried to do : form method="POST" name=myform action="test.jsp" pselect size="1" name=D1 id="myselect" option value="val1"val1/option

Re: want to know the use of beans in jsp

2000-08-19 Thread Leena Diwan
Hi ! Get the 12 authors book by Wrox publication. It is nice and comprehensive. cheers ! --- amar singhal [EMAIL PROTECTED] wrote: Hi, I want to learn the jsp myself by books. So kindly suggest me the indian edition of the jsp books. I also want to know that what is use of beans in jsp.