Re: How to work with back button using javascript?

2009-02-02 Thread Ehteshamul Haque
Dear Taj Uddin You can try the code below, function goBack() { history.go(-1); return false; } Ehteshamul Haque 'A great man is not the one who never falls, but the  one who rises every time he falls' --- On Mon, 2/2/09, taj uddin wrote: > Fr

Re: Handling Browser Back/Forward Button in Struts2

2009-01-22 Thread Ehteshamul Haque
Hi, I am not that much expert, I used the following javascript code before in each page and it worked fine for me. var x=window.history.length; if (window.history[x]!=window.location) { window.history.forward(); } If it work for you I will be very happy. Thank you. -Ehtesham --- O

Re: Handling Browser Back/Forward Button in Struts2

2009-01-22 Thread Ehteshamul Haque
Hi, I am not that much expert I I used the following javascript code before in each page and it workded fine. var x=window.history.length; if (window.history[x]!=window.location) {     window.history.forward(); } If it work for you I will be very happy. Thank you. -Ehtesham --- On Thu

Re: How can i user Swing as "V" in the Struts MVC

2008-06-16 Thread Ehteshamul Haque
I dont know whether is it possible or not. But the question is interesting to me. If possible, please someone answer. Ehteshamul Haque 'A great man is not the one who never falls, but the one who rises every time he falls' --- On Sat, 6/14/08, (¯`·.k ! k !.·´

Re: form within form

2008-04-04 Thread Ehteshamul Haque
I dont think so. Can you please tell why we need that? you can use lookup dispatch action if you want to chose action depending upon criterion. Thank you. Ehteshamul Haque You rock

Getting the login name from client pc

2007-11-20 Thread Ehteshamul Haque
I have a web application. Some one is browsing it from his PC. I want to rack him. I need to get his login name of his PC(Windows OS). Its a intranet application. Thanks. Ehteshamul Haque

form bean>form-property>type please help

2007-09-09 Thread Ehteshamul Haque
Can we set a type of a form-property as array of Objects? Example: OR set them as ArrayList(Collection) Like: Another question: If both are possible then which one is better for which context Ehteshamul Haque

Re: Issue with c:import or jsp:include

2007-09-09 Thread Ehteshamul Haque
plz check .. .. Jennie Moeller <[EMAIL PROTECTED]> wrote: I have to include a jsp page in my main jsp page. The include must first go to an action which uses a dispatch. exa

Re: Struts url problem

2007-09-09 Thread Ehteshamul Haque
o unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Ehteshamul Haque - Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us.