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

2010-01-24 Thread nani2ratna
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 . This is my action class http://old.nabble.com/file/p27302779/PandavDatPaActions.java PandavDatPaActions.java This is my actio

Re: Passing 2 objects of same class to jsp

2010-01-24 Thread nani2ratna
Hi Chris, Thank you very much. You are absolutely correct, it is reffered to another object. I dont know how i forgot this. Thanks once again. Thanks and regards RS Chris Mawata wrote: > > Check the logic to see that you really have two objects (or two > identifiers holding references to >

Re: Struts2 / Spring not working a a WAR in Weblogic9.1

2010-01-24 Thread coolbaski
Hi All, I am new to struts2+spring and i am just trying to learn. I have added following in web.xml. struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* org.springframework.web.context.ContextL

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

2010-01-24 Thread Chris Mawata
You will need to give more information than just that it is the fourth method! For starters, how is your action configured (annotations? XML?). Show some code. Also, does your action class really start with a lower case p? Chris nani2ratna wrote: Hi, I am keep getting the error java.lang.Runt

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

Re: Passing 2 objects of same class to jsp

2010-01-24 Thread Chris Mawata
Check the logic to see that you really have two objects (or two identifiers holding references 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 hav

Re: How to remove layout of tags in form

2010-01-24 Thread Vu Hong Thuan
Thank a lot. It works. 2010/1/24 Gustavo Felisberto > Add theme="simple" to the s:form tag. > > Sent from my iPhone > > > On 2010/01/24, at 07:14, Vu Hong Thuan wrote: > > Hi all. >> I want to custom the layout of my form which use struts tags. >> I insertet html tags into form as the followin

Re: How to remove layout of tags in form

2010-01-24 Thread Gustavo Felisberto
Add theme="simple" to the s:form tag. Sent from my iPhone On 2010/01/24, at 07:14, Vu Hong Thuan wrote: Hi all. I want to custom the layout of my form which use struts tags. I insertet html tags into form as the following code. But when I view the result final. All html tags is pulled out o