I want to refresh the jsp page on which a browse button is there on press of which a swing window will open and which will after performing certain operation show a finsih button having "System.exit(0)".
Please help me in case any one hve solution for that.
Right and after calling the swing application from the jws I have perfrom certain action on the swing actually process on the ms-word file. And then after that click on the finish button to return on the same jsp page. But now I have some value in the session which I want to show on my jsp page on the click on the finish button. For that I pass call the servlet from the swing and from where I call the Command class. But after that my flow is not moving.
Thanks Kushagra
Kushagra Bindal
Ranch Hand
Joined: Oct 15, 2008
Posts: 156
posted
0
Hi All, I have still got no movement in the right direction. Please help me if anybody have any solution or suggestion.
Actually in my code I moved from Swing to Servlet with the help of URL connection class and after from the servlet I reidrect the flow to the jsp. But the code is not move upto jsp and it is stuck at the command class(Struts). Now I am unable to move the flow from command to jsp.
You have the code and still can't figure out why it is not working. How do you expect us to figure out the problem without the code? Post the relevant code man
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.
subject: How to refres a jsp with the help of Swing