I am using a frameset in which there is a left frame and a right frame. The left frame is having four links, which on click should display the respective jsp on right hand side. This is working fine for me. But, when I submit the right hand side jsp, there are no changes on the screen. What is the reason for this and how can I rectify this. I haven�t done any configuration of jsp in web.xml. I am using a controller servlet( MVC architecture) and the same is mapped in web.xml with url pattern <B> /Controller </B>
The relevant parts of the code are
The Frameset is
The left frame is
The right frame is
Please help and guide me by providing a solution for this
Is there an alternate better solution for this other than frame set?
I'd not recommend adopting a behemoth like Struts just to try and fix a simple form submit issue.
"Baloo Bear", please see this post or check your private messages for an important message regarding your display name. [ July 06, 2007: Message edited by: Bear Bibeault ]
sasikumar palakkizhi
Greenhorn
Joined: Sep 11, 2005
Posts: 29
posted
0
hi,
thanks for the replies. The purpose here is just to demonstrate the use of MVC pattern and I am not allowed to use struts-tiles. What I have done is , I wrote a controller ( that is a servlet) which accepts all input requests from browser.The jsp files are used as views. However simple the structure is, it is more welcome.
Can I go for a table structure, where the the first column includes the left hand side( static) jsp file and the second column the changed ones? Also I thought of using some dhtml set too like using div.Which one is recommended?
Please advise.
thanks and regards
sasikumar
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.