Exception raised while loading image in to application

2007-11-30 Thread vijay vijay
i am loading the image from database(in data base i used colom type longraw) in to my application... in this image is loaded application sucessfully but i got this exception in applet viewer.i don't understand why i am getting like this. un.plugin.cache.DownloadException at

Could not load class org.apache.struts2.s1.ActionFormValidationInterceptor

2007-11-26 Thread vijay vijay
Hi i am getting the fallowing error when i try to run my program. Could not load class org.apache.struts2.s1.ActionFormValidationInterceptor. Perhaps it exists but certain dependencies are not available? - interceptor - jar:file:/C:/Tomcat%205.5/webapps/StrutsSample/WEB-INF/lib/struts2-

Re: Could not load class org.apache.struts2.s1.ActionFormValidationInterceptor

2007-11-26 Thread vijay vijay
pluging for you can remove the struts1-plugin-2.0.9.jar from your WEB-INF/lib directory Thanks, Nuwan vijay vijay wrote: Hi i am getting the fallowing error when i try to run my program. Could not load class org.apache.struts2.s1.ActionFormValidationInterceptor . Perhaps

Re: Having query on action chaining

2007-11-21 Thread vijay vijay
thank you, i have seen this iam looking for more links... vijay On 11/21/07, Omkar Patil [EMAIL PROTECTED] wrote: http://struts.apache.org/2.0.11/docs/action-chaining.html vijay vijay wrote: Hi, i am want to work on action chaining can any one

Re: Having query on action chaining

2007-11-21 Thread vijay vijay
] wrote: Hi vijay, On 21/11/2007, vijay vijay [EMAIL PROTECTED] wrote: thank you, i have seen this iam looking for more links... http://www.google.com/search?hl=enq=struts+action+chaining I don't mean to be rude, but that's the best we can offer if you

what about the concept of action forms in struts2

2007-11-20 Thread vijay vijay
Hi do we have the concepts like dynavalidator form and other forms in struts2 . thnak you

Having query on action chaining

2007-11-20 Thread vijay vijay
Hi, i am want to work on action chaining can any one give me links for it. vijay

what abt actions in struts2.

2007-11-19 Thread vijay vijay
Hi what about actions in struts 2, earlier we have actios like dispatch action,lookup action,forward actions,includeactions can i use them here too. what about action cahing?where do we use this concept.how far this usefull? can any one tell me.plz don't say look in to docs i have seen

Re: what abt actions in struts2.

2007-11-19 Thread vijay vijay
Thanks man for your reply but i have been fallowing that.. On 11/19/07, Deepak Kumar [EMAIL PROTECTED] wrote: Please check tutorial at http://www.roseindia.net/struts/struts2 Thanks -Original Message- From: vijay vijay [mailto:[EMAIL PROTECTED] Sent: Monday

Re: how can i get my servlet result to jsp page

2007-11-16 Thread vijay vijay
=myIdentifier.toLowerCase/ - Thilo vijay vijay wrote: Hi can u give me some sample code to me On 11/16/07, Thilo Ettelt [EMAIL PROTECTED] wrote: Access the ValueStack in your action, it allows you to store objects and you can retrieve them from your jsp. You might need to know about

Re: how can i get my servlet result to jsp page

2007-11-16 Thread vijay vijay
more from the docs :) - Thilo vijay vijay wrote: Hi i am writting a database connectionin action, here i wanted to put tth result back in to a jsp page. in jsp what i need to write any one help me here

Re: how can i get my servlet result to jsp page

2007-11-16 Thread vijay vijay
for your action. I don't think you need the requestdispatcher for that? - Thilo vijay vijay wrote: Hi i am having small requirement like i have to connect to db from db i have select ted the emp table from there i need to show that result in my jsp.ihave written java code like this below

ServletActionContext can't be resolved here

2007-11-16 Thread vijay vijay
do i nedd to add any jar for this ServletActionContext. any suggeestions

how can i get my servlet result to jsp page

2007-11-16 Thread vijay vijay
Hi i am writting a database connectionin action, here i wanted to put tth result back in to a jsp page. in jsp what i need to write any one help me here

getting an error like this repetedly

2007-11-16 Thread vijay vijay
Hi all i am getting an error like fallowing way. i have downloded latest version copied all the jars still i am facing this p[roblem.i ma running on tomcat5.5 and ide is eclipse. some one help me.pl Nov 17, 2007 10:58:08 AM org.apache.catalina.core.StandardContextfilterStart

Re: getting an error like this repetedly

2007-11-16 Thread vijay vijay
all these jar's to you lib. -Omkar vijay vijay wrote: Hi all i am getting an error like fallowing way. i have downloded latest version copied all the jars still i am facing this p[roblem.i ma running on tomcat5.5 and ide is eclipse. some one help me.pl Nov

Getting an erro like Exception starting filter struts2

2007-11-15 Thread vijay vijay
Hi i am new to this struts 2.i am getting an error like fallowing can any one help me why i am getting like this. 15/11/2007 12:51:47 ã org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 Unable to load bean: type:

Re: Getting an erro like Exception starting filter struts2

2007-11-15 Thread vijay vijay
HI ACTALLY i am using tomacat 6.0 ,it is working for tomcat 5.5 i have not used any class path here On 11/15/07, joey [EMAIL PROTECTED] wrote: check whether the xwork2.jar exists in your classpath On Nov 15, 2007 5:16 PM, vijay vijay [EMAIL PROTECTED] wrote: Hi i am new