Re: Struts2 JQuery select box

2010-03-05 Thread nani2ratna
Thanks you very much Johannes. Can you tell me when the next version might be released. Thanks and Regards RS Johannes Geppert wrote: > > > nani2ratna wrote: >> >> But sj:select is not working like s:select. >> If i use normal struts 2 select, values are loading

Re: Struts2 JQuery select box

2010-03-05 Thread nani2ratna
comma seperated, but i'am not sure. > so your select box runs now?? > > Best Regards > > Johannes Geppert > > > nani2ratna wrote: >> >> Hi Johannes, >> I saw that one earlier. >> I found the bug. >> I have another property in my actio

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
@Result(name = "success", type = "json", params = {"excludeProperties", "prodmDatPmService"} ) }) }) But how to exclude more than one property. Thanks and Regards RS nani2ratna wrote: > > HI, > > I am trying to get this o

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
HI, I am trying to get this object List prodcatList = new ArrayList(); ProdmProdcat is a java bean which got two properties. they are String prodcat_code; and String prodcat_desc; Is this object fine. Thanks and Regards RS nani2ratna wrote: > > HI, > > Thank you. > I exec

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
you want. > > Also you can use Firebug "Network/XHR" to see your action response > > Best Regards > > Johannes Geppert > > > nani2ratna wrote: >> >> Hi Johanes, >> >> Thanks for reply. >> Actually I am very new to JSON. >> Act

Re: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
the > variables inside the result have the same name. > > Can you please POST your result with sample data? > > Best Regards > > Johannes Geppert > > > nani2ratna wrote: >> >> Hi, >> >> I am trying to use http://code.google.com

RE: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
I can do that very easily. I already got experience doing that stuff. But I am the only one person in this project. It is growing day by day. If i get jquery up and running then code will look neat and for future i can use the same. Thanks and regards RS adam pinder wrote: > > > > > can y

RE: Struts2 JQuery select box

2010-03-04 Thread nani2ratna
I was using normal select only. But now i need to do ajax stuff when user change the select box. So jquery is doing this stuff.First i tried with two select boxes. Then i tried to do atleast on select box. Even one select box also not working. Now I have to use this jquery select box to complete t

Struts2 JQuery select box

2010-03-04 Thread nani2ratna
Hi, I am trying to use http://code.google.com/p/struts2-jquery/ for loading select box. I just followed this link http://www.weinfreund.de/struts2-jquery-showcase/index.action#. Every thing is executing fine. But the list not loading properly. I am new to JSON. I changed below jsp page which wa

RE: Re : Struts 2 tooltip is not working

2010-03-03 Thread nani2ratna
Where i need to use that attribute. >> >> Thanks in advance >> RS >> >> >> Frederik Minatchy wrote: >>> >>> You should use the tiles attribute >>> >>> --- En date de : Mer 3.3.10, nani2ratna a écrit : >>> >>>>

Re: Re : Struts 2 tooltip is not working

2010-03-03 Thread nani2ratna
Sorry Frederick. I didn't get you. There is not tiles attribute in S;text or s:a. Where i need to use that attribute. Thanks in advance RS Frederik Minatchy wrote: > > You should use the tiles attribute > > --- En date de : Mer 3.3.10, nani2ratna a écrit : > >>

Struts 2 tooltip is not working

2010-03-03 Thread nani2ratna
Hi, We are using struts- 2.1.8.1 GA release. I am trying to add tooltip attribute for tag. Its not working. I tried adding still not working. I tried changing theme = 'xhtnl'. Still its not working. is this a bug. I am not using dojo plugin. I am using jquery plugin. Can anybody know whats t

Re: Failed while destroying filter during shutdown

2010-02-18 Thread nani2ratna
http://nani2ratna.wordpress.com/2010/02/18/solution-java-lang-noclassdeffounderror-orgapachestruts2utilobjectfactorydestroyable/ check this if it helps you. Thanks RS totojack wrote: > > Updated struts from 2.0.6 to 2.0.8 (that fixed "FilterDispatcher not > cleaning up correctly") but nothing

RE: NoClassDefFoundError

2010-02-18 Thread nani2ratna
http://nani2ratna.wordpress.com/2010/02/18/solution-java-lang-noclassdeffounderror-orgapachestruts2utilobjectfactorydestroyable/ check this if it helps you. Thanks RS raryal wrote: > > Thanks for the quick reply. > > I am trying to deploy the application on Tomcat 6.x. I get the error > logg

Re: Looping problem

2010-02-18 Thread nani2ratna
http://nani2ratna.wordpress.com/2010/02/18/solution-java-lang-noclassdeffounderror-orgapachestruts2utilobjectfactorydestroyable/ check this if it helps you. Thanks RS tobias.schoessler wrote: > > I get this same phenomenon. running tomcat6. > > Is there any solution to this problem? > > Thi

RE: struts2 on jboss java.lang.NoClassDefFoundError: org/apache/struts2/util/ObjectFactoryDestroyable

2010-02-18 Thread nani2ratna
http://nani2ratna.wordpress.com/2010/02/18/solution-java-lang-noclassdeffounderror-orgapachestruts2utilobjectfactorydestroyable/ check this if it helps you. Thanks RS Jon Pearson wrote: > > Well, I got past my problem by providing the name of the action to > execute, instead of relying on To

Re: select box dynamic loads depends on another select box

2010-01-28 Thread nani2ratna
google.com/p/struts2-jquery/wiki/SelectTag#A_simple_Doubleselect_with_Topics > > Best Regards > > Johannes Geppert > > > nani2ratna wrote: >> >> Hi Guys, >> >> I have 2 select boxes. If user changes one select box, then data in >> second one shou

Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
es repeatedly. Hope this helps. Thanks and regards RS nani2ratna wrote: > > Flow in my project works like this. > When user request one web page, action method searchPm will execute. > This calls populatePm method in service call. > Then it will call some dao methods. > I

bean tag scope attribute in spring appcontext.xml

2010-01-26 Thread nani2ratna
Hi Guys, I came to know that there is a scope attribute that we need to consider if we manage all our actions through spring. default it is singleton. Means it will create only one instance. If we change scope = "prototype", it will create as many instances. scope = "request", it will create for

Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
be null. > > -Brian > > > > On Tue, Jan 26, 2010 at 10:26 AM, nani2ratna wrote: > >> >> Hi Brian, >> I have seen that interface. >> If I got more than one action method in one action class. >> Then when ever you execute/call method(action) in

Re: Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
rable.html > > > > On Tue, Jan 26, 2010 at 7:22 AM, nani2ratna wrote: > >> >> Hi, >> >> I am using struts2, spring with spring convention plugin. >> SO all my action classes has been specified in application-Context.xml. >> One of my action cla

Struts2 Validation with Spring convention plugin

2010-01-26 Thread nani2ratna
Hi, I am using struts2, spring with spring convention plugin. SO all my action classes has been specified in application-Context.xml. One of my action class got Bean as a property. So I can dealt with the bean properties in JSP. The problem, when I am working with my validation i am getting Erro

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-25 Thread nani2ratna
issue) > Chris > > nani2ratna wrote: >> Hi Chris, >> >> Thanks for your reply. >> I am using xml configurations. >> This is my jsp file >> http://old.nabble.com/file/p27302779/pandavDatPa_create.jsp >> pandavDatPa_create.jsp . &

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-25 Thread nani2ratna
Hi, I have solved that problem. In my jsp there is one date field. If i fill that one then it is giving this error. Thanks and Regards RS nani2ratna wrote: > > Hi Chris, > > Thanks for your reply. > I am using xml configurations. > This is my jsp file > http://old.nabb

Re: Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-24 Thread nani2ratna
er case p? > Chris > > nani2ratna wrote: >> Hi, >> >> I am keep getting the error >> java.lang.RuntimeException: Invalid action class configuration that >> references an unknown class named [pandavDatPaAction]. >> >> I have 4 methods in this

Re: Passing 2 objects of same class to jsp

2010-01-24 Thread nani2ratna
rences to > the same object). Do you actually create a copy of the object or just > create a new identifier? > > nani2ratna wrote: >> Hi, >> >> I am using struts 2.1.8.1 and spring 2.5.6 with Ibatis and oracle as db. >> I have 114 properties in my java bean(Prodm

Solution for java.lang.RuntimeException: Invalid action class configuration that references an unknown class named

2010-01-24 Thread nani2ratna
Hi, I am keep getting the error java.lang.RuntimeException: Invalid action class configuration that references an unknown class named [pandavDatPaAction]. I have 4 methods in this action class. I am calling different methods for different actions. But for 4th one i am getting this error. I dont

Passing 2 objects of same class to jsp

2010-01-23 Thread nani2ratna
Hi, I am using struts 2.1.8.1 and spring 2.5.6 with Ibatis and oracle as db. I have 114 properties in my java bean(ProdmDatPm.java) and i need to show all of them in jsp page as editable fields. i got property ProdmDatPm class object in Action class. I need to track which fields got changed in j

select box dynamic loads depends on another select box

2010-01-20 Thread nani2ratna
Hi Guys, I have 2 select boxes. If user changes one select box, then data in second one should be changed and reload from database. So when user changes first select box, asynchronous action should be called and should get the data from data base and upload that data to select box. Sorry for my

CRUD operations for 100 tables

2010-01-02 Thread nani2ratna
Hi, I need to do CRUD operations for almost 100 tables in 9 schemas but in one web application. I am using struts 2, spring and ibatis. I can do this by writting 100 jsp's, 100 actions and so on. There is no common column in those tables. Can any body have any idea to do this. Is there better w

Authorization technique

2009-12-11 Thread nani2ratna
Hi, We are developing one application with struts2, spring, spring security, ldap and Ibatis. Anybody implemented Authorization from ldap?? Please give me a nice resource to implement ldap authorisation and authentication with spring security. Thanks RS -- View this message in context: http:

Re: Authorization technique

2009-11-30 Thread nani2ratna
About CSS i > remember that you specify theme to struts menu tags then you simply edit > the css sheet that you include in your application when you put all the > necessary stuff to make work struts menu, like the jar and so on. > > nani2ratna escribió: >> Hi, >> >> In my

Authorization technique

2009-11-30 Thread nani2ratna
Hi, In my application i have successfully integrated Spring secuirty and spring with struts2. And I need to configure LDAP as well. But I want to show the tabs or menu items to the users according to their roles. I have seen Struts menu, but its mainly developed with velocity, i dont want to do

Struts 2 + Sitemesh huge content problem

2009-10-11 Thread nani2ratna
Hi Every, I am interested to use Sitemesh instead of tiles after reading the advantages of sitemesh over tiles. But somewhere i also read his one " Sitemesh will attempt to store the entire contents of an html page in memory prior to decorating it. Very large pages could cause memory problems. "

LDAP WITH Struts 2

2009-10-10 Thread nani2ratna
Hi , Can anybody tell me how to configure LDAP with struts 2. We already configures struts2 with spring and ibatis. So can any body give me info about resources to configure ldap with struts2. Thanks and Regards Ratna -- View this message in context: http://www.nabble.com/LDAP-WITH-Struts-2-tp

Re: Why Struts 2 if we configure Struts 2 and spring

2009-10-09 Thread nani2ratna
gt; -Wes > > On Fri, Oct 9, 2009 at 8:00 AM, nani2ratna wrote: >> >> Hi, >> >> I got one doubt. >> Why do we need struts 2 as UI, if we want to have spring as business >> layer. >> Becuase spring also have gud web framework. >> >> Can anybody ex

Why Struts 2 if we configure Struts 2 and spring

2009-10-09 Thread nani2ratna
Hi, I got one doubt. Why do we need struts 2 as UI, if we want to have spring as business layer. Becuase spring also have gud web framework. Can anybody explain. Thanks and Regards Ratna -- View this message in context: http://www.nabble.com/Why-Struts-2-if-we-configure-Struts-2-and-spring-tp

Re: Unit Test with Struts2 + Spring + Maven

2009-03-05 Thread nani2ratna
Can i run a particular test case. Instead of running every test case all the time i just want to run only one test case. Thanks and Regards Ratna newton.dave wrote: > > nani2ratna wrote: >> I am just giving mvn test, it running the 2 tests in the >> srs/main/test/../Hellowo

RE: Unit Test with Struts2 + Spring + Maven

2009-03-05 Thread nani2ratna
Hi this is my pom.xml. 4.0.0 TutorialFromTextbook TutorialFromTextbook war 0.0.1-SNAPSHOT Struts 2 Starter http://www.myComp.com Struts 2 Starter junit

Unit Test with Struts2 + Spring + Maven

2009-03-05 Thread nani2ratna
Hi Everybody, I just created a struts 2 project from nexus. It created a default project with 2 actions. Every thing is working excellent. But i got a doubt how this Unit test is working. I am just giving mvn test, it running the 2 tests in the srs/main/test/../HelloworldActionTest.java and anot

error only in eclipse not in tomcat

2008-07-12 Thread nani2ratna
Hi, I am doing small example, when i start the application (means running the tomcat server from eclipse) i am getting exception like this Unable to load configuration. - bean - jar:file:/C:/Workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/quickstart/WEB-INF/lib/struts2-c

Re: [S2]Integration Of Struts 2 and Acegi

2008-07-10 Thread nani2ratna
I can send you an example, if you need > > Si quieres ser más positivo, pierde un electrón > Miguel Ruiz Velasco S. > > > On Thu, Jul 10, 2008 at 2:43 PM, nani2ratna <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> can anybody tell me how to configure st

Integration Of Struts 2 and Acegi

2008-07-10 Thread nani2ratna
Hi, can anybody tell me how to configure struts 2.0 and acegi, I searched, but i got something in the javaworld for spring, struts 2 and acegi. Cant i implement with struts 2.1 If any body there who has already implemented this one. If you dont mind please dont give any other links, because i sea

Re: Release Date Of Struts 2.1 ??? Is it Reliable ?????

2008-06-11 Thread nani2ratna
Hi Dave, I solved the problem. I dont what happened. I just redeployed the war file. Thanks for your help. Thanks and Regards Ratna nani2ratna wrote: > > Hi, > > But its giving error like > > FreeMarker template error! > > > > Expression parameters.parseC

Re: Release Date Of Struts 2.1 ??? Is it Reliable ?????

2008-06-11 Thread nani2ratna
ded from struts-2.1.2-lib.zip from the downloaded page which is under Beta release. How to resolve this error. Thanks and Regards RAtna newton.dave wrote: > > --- On Wed, 6/11/08, nani2ratna <[EMAIL PROTECTED]> wrote: >> can any body tell me what is the release date of struts

Release Date Of Struts 2.1 ??? Is it Reliable ?????

2008-06-11 Thread nani2ratna
Hi, can any body tell me what is the release date of struts 2.1 So that i can get struts-dojo-tags.tld, if this tld file is already available please send me the link. And is it reliable, because in struts-dojo-tags plugin only i saw 44 issues. I am starting my project now, which one i have to us

Re: Problem with Struts 2+ Spring 2 + JPA + Ajax

2008-06-11 Thread nani2ratna
iveConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.springframework.beans.BeanUtil

Re: Problem with Struts 2+ Spring 2 + JPA + Ajax

2008-06-11 Thread nani2ratna
: org.springframework.util.ReflectionUtils.makeAccessible(Ljava/lang/reflect/Constructor;)V Thanks Ratna Jeromy Evans - Blue Sky Minds wrote: > > nani2ratna wrote: >> Hi, >> >> >> SEVERE: Context initialization failed >> org.springframework.beans.factory.BeanDefinitionStoreException

Problem with Struts 2+ Spring 2 + JPA + Ajax

2008-06-11 Thread nani2ratna
Hi, I want to use Spring 2 + Struts 2. I am trying to do an example given in http://struts.apache.org/2.0.11.1/docs/struts-2-spring-2-jpa-ajax.html http://struts.apache.org/2.0.11.1/docs/struts-2-spring-2-jpa-ajax.html I followed each and every step given in "Doing it yourself". I have done exac

Re: struts 2.0, spring and GWT

2008-06-11 Thread nani2ratna
Hi Chris, Thanks a lot. And the info you have given helps me a lot. I got confidence. And here i found the place where encouraging the people who has less experience to develop a frameowrk on theri own. I am feeling very gr8 abt ur reply. Can you give me your mail id so that in future if i have a

struts 2.0, spring and GWT

2008-06-10 Thread nani2ratna
Hi, I want to create one framework(architecture) for our project in our company. After reading through all the forums, i have decided to choose Struts 2.0, Spring, Tiles. Why i choosed that Struts 2.0 has very good support of Ajax and even we can use GWT/DWR/JSON. Lots and Lots of ad