autowiring in html tag

2008-09-17 Thread MyAshok
Hi all, Is it possible to use html tag instead struts 2 tag which should implement the autowiring. I tried with instead of . I can pass value form jsp to action but not from action to jsp. Where i did wrong. Please give me the solution ASAP. With Regards, Ashok, -- View this message in context

Re: Struts 2 + AjaxTags + DisplayTag

2008-09-17 Thread MyAshok
hi, Are you using struts 2.1.2 Beta for your project? With Regards, Ashok dynamicd wrote: > > After some long hours I got pagination and export working with ajaxtags > and displaytag > THis is how you do ajax pagination. > > AjaxTags 1.3 rc7 > Struts2.0.12 > DisplayTag 1.1.1 > > > I had

Re: autowiring in html tag

2008-09-17 Thread MyAshok
Dave, Thank You very much for the timely reply. I need to do the submit in ajax theme, so if i change the theme to render table tag - the requirement will collapse. I thought to say " values from jsp to action is passing, but not the viceversa", there was misspelled as "form" instead of "from"

Re: Correct usage of datetimepicker?

2008-09-23 Thread MyAshok
Hi, I am also facing the problem of invalid field value. I didnt give any validation for the datetimepicker but it validate itself and give this field error. Pls help asap. With Regards, Ashok Torsten Römer wrote: > > Great, that was quickly fixed :-) > > I'm looking forward to 2.1.0! > >

Session problem unidentified

2008-10-09 Thread MyAshok
Hi all, I got a critical problem. My Application Environment - Struts 2 Application, Spring injection for dao, Hiberanate3 Scenerio 1) When user A logged in and add a new user x (which sets the selectedUser (gettersettervariable) to Null). 2) At the same time, user B logged in and edit

Re: Struts 2: Can not set Action's property which is an array of Strings

2008-10-23 Thread MyAshok
Andriy, Can u give me the sample code snippet to get the array value from jsp. With Regards, MYAshok Andriy Kharchuk wrote: > > It helped. Thank you. > > 2008/1/28, Hernandez, David <[EMAIL PROTECTED]>: >> >> >> Andriy, >> >> Try putti

RE: Session problem unidentified

2008-10-23 Thread MyAshok
the creation of that object? If so, what > scope is that bean defined? > What's the value of the key for this object when it is saved > incorrectly? > > > -Original Message- > From: MyAshok [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2008 4:07

Datetimepicker locale setting problem - struts 2.0.11.1

2008-12-25 Thread MyAshok
Hi, Please help me, I am in deep trouble. I have finished my module using s:datetimepicker with my locale setting as US. But when i deployed my module, It started creating problem. 1) My server has the regional setting as US. 2) My Testing team guy is having regional setting as UK. 3) My regiona

Re: Notify Listen Topics dynamics

2008-12-25 Thread MyAshok
Hi felipa, Can u refer this below url: http://javachamp.blogspot.com/search/label/ajax%20dropdown if it gives u solution. Please inform me. With Regards, Ashok Felipe Fraga wrote: > > Greetings all, > > I'm having trouble understanding the notify/listen topics dynamics. > > According to t

Re: Notify Listen Topics dynamics

2008-12-26 Thread MyAshok
hi, Did you wrote any javascript for your notify topics. With regards, Ashok Felipe Fraga wrote: > > Greetings all, > > I'm having trouble understanding the notify/listen topics dynamics. > > According to the following link in the "notify topics scenario": > http://struts.apache.org/2.0.1

Re: struts2: simple ajax form - returns value to a new page (not to a DIV)

2008-08-17 Thread MyAshok
I do have the same issue. on click of submit, the loadingtext is displaying but the result in a new page as i am redirect to a action. Any solutions? please asap. viewPartners Waiting for reply.. Jeromy Evans - Blue Sky Minds wrote: > > View the

Re: struts2: simple ajax form - returns value to a new page (not to a DIV)

2008-08-18 Thread MyAshok
ideas to proceed. with hope, Ashok Jeromy Evans - Blue Sky Minds wrote: > > MyAshok wrote: >> I do have the same issue. on click of submit, the loadingtext is >> displaying >> but the result in a new page as i am redirect to a action. >> >

Re: struts2: simple ajax form - returns value to a new page (not to a DIV)

2008-08-20 Thread MyAshok
Hi all, Thanks for all your response. Finally i isolated the problem and found that the problem is with the ajax submit of the same div. (i.e) my form and the submit targets to the same div. This scenerio creates the problem that the values in the jsp is not populated to the action by autowiring

Re: struts2: simple ajax form - returns value to a new page (not to a DIV)

2008-08-20 Thread MyAshok
Hi Jeromy, We got it. Its working fine. Thank you very much for the quick reply. Can you tell me whats might be the problem with my IE. Regards, Ashok. Jeromy Evans - Blue Sky Minds wrote: > > MyAshok wrote: >> Hi all, >> >> Thanks for all your response. >

I need generic html table structure with theme ajax in struts 2

2008-08-28 Thread MyAshok
Hi all, Again thanks for ur past replies. Now, I am in a new issue. I need to use the ajax theme for two buttons (s:button id=A and s:button id =B). But, as default, each s: tag will create a tr and td tags. I dont want this type of table structure(row by row). I want to customize table structu

Re: I need generic html table structure with theme ajax in struts 2

2008-08-29 Thread MyAshok
Hi Harper, Thanks for ur quick reply. Is there any other possibilities or any plugins to make this possible. Because, I dont want to make ajax theme obselete by extending it by my code. Applause for the solution, With Hope, Ashok. Laurie Harper wrote: > > MyAshok wrote: >

problem in s:a tag xmlhttptransport error callback failed:[object Error]

2008-08-29 Thread MyAshok
Hi all, Pls help me asap. On click on the Url. Hai I got an error showing in debug mode xmlhttptransport error callback failed:[object Error] this same line is working in some other jsp. I think the current issue might be because of the line is placed inside s:iterator. This is just a

Re: problem in s:a tag xmlhttptransport error callback failed:[object Error]

2008-08-29 Thread MyAshok
hi, I got it, when i removed the indicator, it works cool. anyhow thanks for everybody who looks into it. With regards, ashok MyAshok wrote: > > > > > > > Hi all, > > Pls help me asap. > > On click on the Url. > > showLoadingText="false&qu