Re: Why does update action fire on load

2007-10-29 Thread zul;jami
iew I can not properly investigate the problem. > > May be run in debug mode and analyse when and where method "update" is > called. > or make manually a NUllPointerError and see the stack trace. > > > zul;jami wrote: >> >> yes that

Re: Why does update action fire on load

2007-10-26 Thread zul;jami
n.jsp >/pages/dashboard.jsp > > > the update action called when login_update.jspa is called or press on > > > > > > zul;jami wrote: >> >> After deleting the second binding also I got the same error. >> >> >> >> I

Re: Why does update action fire on load

2007-10-26 Thread zul;jami
After deleting the second binding also I got the same error. Igor Vlasov wrote: > > You have to delete second binding... > > zul;jami wrote: >> >> I have not deleted.instead I gave >> >> >>login.jsp >>login.jsp >>

Re: Why does update action fire on load

2007-10-26 Thread zul;jami
at you delete: > > /pages/dashboard.jsp > > > The process description: > When call login_input.jspa then "input" method called > > When call login.jspa then "execute" method called. > > > > > zul;jami wrote: >>

Re: Why does update action fire on load

2007-10-26 Thread zul;jami
After changing my struts.xml as you said also my action fires execute and also update. I do not want to fire update.Pls help Igor Vlasov wrote: > > I use > >login.jsp >login.jsp >/pages/main.jsp >/pages/dashboard.jsp > > >

Re: Why does update action fire on load

2007-10-25 Thread zul;jami
/pages/dashboard.jsp *** Piero Sartini-3 wrote: > > Am Montag, 22. Oktober 2007 13:23:38 schrieb zul;jami: >> Still I am getting the error, >> my execute also fires update on load. >> There is no img tag with empty src attribute > > e

Why does update action fire on load

2007-10-22 Thread zul;jami
Still I am getting the error, my execute also fires update on load. There is no img tag with empty src attribute -- View this message in context: http://www.nabble.com/Why-does-update-action-fire-on-load-tf4670323.html#a13341641 Sent from the Struts - User mailing list archive at Nabble.com. -

FW: Why does update action fire on load

2007-10-22 Thread abdul jabbar zul jami
I have not yet solved the problem. There is no img tag with an empty src .Pls help. regards Zul Jami From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: Why does update action fire on loadDate: Tue, 16 Oct 2007 04:42:27 + Thanks for the reply.I added the update method only now.But when I

Why does update action fire on load

2007-10-10 Thread zul;jami
I am using struts2+spring+jpa+ajax+sitemesh WHile onload only execute method should be called, but update is also called.Why this is my struts.xml login.jsp login.jsp /pages/dashboard_main.jsp /pages/dashboard.jsp -- View this message in context

struts2 s:select problem

2007-10-04 Thread zul;jami
I have a action class extending actionsupport in which I have a getters and setters for a Hashmap in my execute I populate the hashmap. But in my select it is not showing This is code in my jsp. If I use sessionaware and put it in session,then in my java code in jsp i am able to get the val