Re: RE Action within Action result

2007-08-21 Thread Sawan
Thanks mleneveut, Its working for simple action calling, But I have a request variable in my URL and if I simply redirect to the specified action then I lost the variable. E.G.. I have following URL http://localhost:8080/Action1.action?Argument=Sawan Now if simply call the action then I got

web application with confirmation dialog box

2007-08-21 Thread Sawan
Hello, I want to implement Delete functionality in my Struts web application with confirmation dialog box and did not find any solution for this yet. Please suggest me for any solution. Thanks sawan -- View this message in context: http://www.nabble.com/web-application-with-confirmation

how to use confirmdialog box

2007-08-21 Thread Sawan
hello, i want to use confirm dialog box in my application, but i faces some problem. so please let me know how i can do my work " " onclick="confirm('sure to delete')" >Delete " i have done this , it will show confimdialog box and if i click on ok or cancel then deletebucket action is cal

how to use confirmdialog box

2007-08-21 Thread Sawan
hello, i want to use confirm dialog box in my application, but i faces some problem. so please let me know how i can do my work " onclick="confirm('sure to delete')" >Delete i have done this , it will show confimdialog box and if i click on ok or cancel then deletebucket action is called

Action within Action result

2007-08-20 Thread Sawan
Hello Experts, I want to call an Action within the Action result and I am trying following Struts XML. /Action2.action But its not working. How can I fulfill this requirement..? I am really looking forward to get any solution as soon as possible... Thanks Sawan -- View this

Re: Handling Session Objects

2007-08-07 Thread Sawan
But still I am seeing ";jsessionid=XXX" in the url. Please suggest me for any possibility for this. Thanks & Regards Sawan newton.dave wrote: > > --- Sawan <[EMAIL PROTECTED]> wrote: >>> Don't type it in / paste it when you test on the >>> othe

Re: Handling Session Objects

2007-08-07 Thread Sawan
>Don't type it in / paste it when you test on the other >machine. Can you please explain me in detail. That what is "\", What I don't type in "\", etc. Thanks and regards Sawan newton.dave wrote: > > --- Sawan <[EMAIL PROTECTED]> wrote: &g

Re: Handling Session Objects

2007-08-06 Thread Sawan
Hi Laurie, Yes, my url includes session id, as suggested by Dale. But I am not adding it manually and also don't know from where it is coming. If the problem is only due to addition of session id with the url, then please suggest me to remove it from the URL. Thanks & Regards Sawa

Re: Handling Session Objects

2007-08-06 Thread Sawan
on to remove ";jsessionid=..." from my url. Thanks & regards Sawan DNewfield wrote: > > Sawan wrote: >> Now if anyone copy and paste the url on another machine's browser, >> then How can he/she will get the user name and password there..? > > If t

Re: Handling Session Objects

2007-08-05 Thread Sawan
? But it is happening in my case. I think now I am able to explain in detail...:-) Thanks & regards Sawan Laurie Harper wrote: > > Firstly, you're unconditionally putting the same data into each session, > so are you sure you're getting the same *instance* of tha

Handling Session Objects

2007-08-03 Thread Sawan
enerate a new session and will set new alt for each session. Can any expert help me for this issue... Thanks in advance Sawan -- View this message in context: http://www.nabble.com/Handling-Session-Objects-tf4211020.html#a119786

Re: HTML Encoding in Struts2

2007-08-01 Thread Sawan
THANKS...Its working now...:jumping: -- View this message in context: http://www.nabble.com/HTML-Encoding-in-Struts2-tf4198863.html#a11942434 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-

HTML Encoding in Struts2

2007-08-01 Thread Sawan
m">Visit google</a>" and "<a href="www.yahoo.com">Visit yahoo</a>" So it is not linking "Visit google" and "Visit yahoo", instead of it is showing the whole string " www.google.com Visit google " and www.yahoo.com Visit yahoo