Re: E-Commerce website using struts

2011-04-13 Thread abhishek jain
hi, even i will like to more of this, open source APIs to create a shopping cart or more such examples. thanks abhishek On Fri, Dec 31, 2010 at 2:46 PM, Amol Ghotankar wrote: > This is a good tool but its difficult to intergrate as it has its own UI & > many other components, isn't there any fram

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-08 Thread abhishek jain
id you remember to import the tiles taglib? > (*Chris*) > > On Fri, Apr 8, 2011 at 7:48 AM, abhishek jain >wrote: > > > hi, > > Someone help please > > works in the document where > > layoutstore.jsp but not in seo.jsp which is a file called in > > layo

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-08 Thread abhishek jain
hi, Someone help please works in the document where layoutstore.jsp but not in seo.jsp which is a file called in layoutstore.jsp. thanks abhishek On Tue, Apr 5, 2011 at 2:50 PM, abhishek jain wrote: > hi, > It didnt solved my problem, i am still confused. > > works in the do

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-05 Thread abhishek jain
pache.org/framework/tutorial/advanced/nesting-extending.html > > 2011/4/4 abhishek jain > >> Hi, >> I had already posted the relevant portion of hte tiles.xml file which is: >> >> >> >> >> >"-//Apache Software Foundation//DTD Tiles

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread abhishek jain
pr 4, 2011 at 1:15 PM, Mohamed SIDI wrote: > Hi, > > It seems to be a parsing problem, can you put out your file xml definig the > tiles defintions > , this will help us > > 2011/4/4 abhishek jain > > > hi, > > It didnt worked , > > first the cascade=&q

Re: Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-04 Thread abhishek jain
es definition is not extending anything, hence i couldnt understand the error. pl. help. thanks abhishek On Fri, Apr 1, 2011 at 3:10 PM, wrote: > Try setting cascade='true' in the definition of the attribute title. > Sent via BlackBerry from T-Mobile > > -Original Message---

Tiles problem : Error executing tag: Attribute 'title' not found.

2011-04-01 Thread abhishek jain
error: Error executing tag: Attribute 'title' not found. Cannt understand why , pl. help. Thanks a lot . -- Thanks and kind Regards, Abhishek jain

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-15 Thread abhishek jain
On Tue, Mar 15, 2011 at 9:49 AM, Maurizio Cucchiara < maurizio.cucchi...@gmail.com> wrote: > It looks like that your action execution fails inside the method you > defined > for the action. You should look inside the invocation target exception > (through the get cause method) in order to investig

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread abhishek jain
On Tue, Mar 15, 2011 at 2:46 AM, Dave Newton wrote: > On Mon, Mar 14, 2011 at 5:14 PM, abhishek jain > wrote: > > Also i forgot to add , i dont see this error when running on test server, > > Also you forgot to add , when you get the error, > > dave > hey i thin

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread abhishek jain
.com/javase/6/docs/api/java/lang/reflect/InvocationTargetException.html > > - -chris > > On 3/14/2011 4:26 PM, abhishek jain wrote: > > Hi friends, > > I am on production and getting this error: > > can anyone help me solve, i am using hte

Re: Urgent excepton: java.lang.reflect.InvocationTargetException

2011-03-14 Thread abhishek jain
; > Dave > > On Mon, Mar 14, 2011 at 4:26 PM, abhishek jain > wrote: > > Hi friends, > > I am on production and getting this error: > > can anyone help me solve, i am using hte hibernate 3, tomcat 5.5 , > struts2, > > linux cento

Re: Exception in hibernate3

2011-03-09 Thread abhishek jain
w.howtogeek.com/howto/database/monitor-all-sql-queries-in-mysql/ > > > On Mon, Mar 7, 2011 at 12:34 AM, abhishek jain > wrote: > > No, i havent setup logs, but apparently it is not running else there > would > > have been no exception message. > > Hey, can you gui

Re: Exception in hibernate3

2011-03-06 Thread abhishek jain
iate to ask on a hibernate-related list probably. > > > > Dave > > On Mar 5, 2011 3:32 AM, "abhishek jain" > wrote: > >> hi, > >> thanks for the mail, > >> i tried this but the problem still persists, i added the context.xml > file >

Re: Exception in hibernate3

2011-03-05 Thread abhishek jain
t; testWhileIdle="true" >timeBetweenEvictionRunsMillis="1" >minEvictableIdleTimeMillis="6" >maxWait="5000" >removeAbandoned="true" >removeAbandonedTimeout="

Re: Exception in hibernate3

2011-02-28 Thread abhishek jain
xml fleWhy don't u > send > > me that mapping xml and let me compare with mine.Actually Even though > it > > look like Server error,its more to do with hibernate Please feel free > to > > currect me if my assumption is wrong > > > > Many Thanks and

Exception in hibernate3

2011-02-24 Thread abhishek jain
. 5 20 300 50 3000 thread Pl. help me. I have used hibernate3 with myeclipse as the development environment, and am using mysql 5.x and centos (Linux) with Tomcat 5.x -- Thanks and kind Regards, Abhishek jain

Re: error while running code of struts2.x and hibernate 3.3: java.lang.NoSuchMethodError: antlr.collections.AST.getLine()I

2011-02-12 Thread abhishek jain
On Sat, Feb 12, 2011 at 9:47 PM, Dave Newton wrote: > On Sat, Feb 12, 2011 at 10:58 AM, abhishek jain > wrote: > > I am not doing any dependency management, i am just relying on myeclipse, > > what is the best way, > > I'm not sure; I haven't used MyEclipse i

Re: error while running code of struts2.x and hibernate 3.3: java.lang.NoSuchMethodError: antlr.collections.AST.getLine()I

2011-02-12 Thread abhishek jain
On Sat, Feb 12, 2011 at 8:12 PM, Dave Newton wrote: > On Sat, Feb 12, 2011 at 9:39 AM, abhishek jain > wrote: > > no, i am not that experienced in java to do dependency management > manually, > > i just tried removing the library after the probelm just in case it > solv

Re: error while running code of struts2.x and hibernate 3.3: java.lang.NoSuchMethodError: antlr.collections.AST.getLine()I

2011-02-12 Thread abhishek jain
> > Are you attempting to do dependency management manually?! > > Dave > > > On Sat, Feb 12, 2011 at 9:32 AM, abhishek jain > wrote: > > hi, > > I am using myeclipse , and using its own default classpath. > > I have two antlr-2.7.2.jar in Struts core lib

Re: error while running code of struts2.x and hibernate 3.3: java.lang.NoSuchMethodError: antlr.collections.AST.getLine()I

2011-02-12 Thread abhishek jain
gt; > Maurizio Cucchiara > > Il giorno 12/feb/2011 14.20, "abhishek jain" > ha > scritto: > > hi, > > I am running a simple search of a product via Hibernate on struts code, > > the code runs fine when i run via a function in public static void main > >

error while running code of struts2.x and hibernate 3.3: java.lang.NoSuchMethodError: antlr.collections.AST.getLine()I

2011-02-12 Thread abhishek jain
n.java:145) org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92) org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:381) -- Thanks and kind Regards, Abhishek jain

user@struts.apache.org

2011-02-11 Thread abhishek jain
tion?type=product&otherparam=abc) call i mean what configuration will i use, pl. advice more specifically for the second ques. -- Thanks and kind Regards, Abhishek jain

Re: Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse

2011-02-10 Thread abhishek jain
ough i get some exceptions > > everytime i add struts and hibernate with tiles capabilities in > myeclipse. I > > think some libraries default in Myeclipse are conflicting each other . > > > > thanks > > -- > > Thanks and kind Regards, > > Abhishek jain > >

Decent tutorial or working example of Hibernate 3 + Struts 2 + Tiles 2 on myeclipse

2011-02-10 Thread abhishek jain
hibernate with tiles capabilities in myeclipse. I think some libraries default in Myeclipse are conflicting each other . thanks -- Thanks and kind Regards, Abhishek jain

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-10 Thread abhishek jain
1 at 7:00 PM, Kushan Jayathilake wrote: > It seems there is another xml parser is conflicting. Check the lib folder > of > the tomcat, there should be another Xml parser there. Remove it, and > replace > the parser in your application. > On 8 Feb 2011 17:38, "abhishek jain

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
hi, I noticed if i remove the xerces-2.6.2.jar file and restart the server, it works fine, dont know why, Pl. advice the reason and will it have any affect on Hibernate thing in the project, thanks abhishek On Tue, Feb 8, 2011 at 3:13 PM, abhishek jain wrote: > hi, > thanks for replying

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
r a file named > struts-default in your classpath, so in your classes directory can you > check > if you have this file or not, another alternative, check your > classpathconfiguration in your eclipse . > > > > 2011/2/8 abhishek jain > > > On Tue, Feb 8, 2011 at 2:47 P

Re: cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
On Tue, Feb 8, 2011 at 2:47 PM, Mohamed SIDI wrote: > Hi, > > May be you dont have well configure your application context. > > check your web.xml file > > best wishes !! > > 2011/2/8 abhishek jain > > > Hi, > > I am running myeclipse(8.x)

cannot run a simple struts application, server start error - myeclipse

2011-02-08 Thread abhishek jain
) at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadConfigurationFiles(XmlConfigurationProvider.java:893) ... 21 more -- Thanks and kind Regards, Abhishek jain

[Commercial] Part time developer - Delhi / noida

2010-12-26 Thread abhishek jain
. -- Thanks and kind Regards, Abhishek jain

Urgent: how to run htaccess on tomcat

2010-10-22 Thread abhishek jain
Hi friends, I am in middle of urgent production issue. Can some one help me how to allow .htaccess on tomcat i have a virtualhost on apache with tomcat installed. Apache 2.x tomcat 5.5.x struts 1.2 Pl. help asap. Thanks -- Thanks and kind Regards, Abhishek jain

Optimize webserver performance

2010-10-09 Thread abhishek jain
applications in the commons folder of tomcat, so that the same file is not loaded individually for each project, Pl advice. -- Thanks and kind Regards, Abhishek jain

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-14 Thread abhishek jain
> On Fri, Jul 9, 2010 at 6:10 PM, Brian Thompson wrote: > >> Oh, I misunderstood. I thought you were seeing this during >> development, not when running the app on a remote server. >> >> In this case, you will need to update the Catalina startup script. >> These pages have more info: >> >> >> http

Re: EL not working in tomcat 5.5.28 works in myeclipse

2010-08-31 Thread abhishek jain
On Tue, Aug 31, 2010 at 9:01 PM, abhishek jain wrote: > Hey , > I just realized i acidently placed el-api.jar in WEB-INF/lib folder. > If i dont than i get the following exception: > > > Aug 31, 2010 4:28:44 PM org.apache.catalina.core.StandardContext > listenerStart > S

Re: EL not working in tomcat 5.5.28 works in myeclipse

2010-08-31 Thread abhishek jain
(ClassLoader.java:316) ... 27 more and the application is not started. abhishek On Tue, Aug 31, 2010 at 8:44 PM, abhishek jain wrote: > Hi friends, > I have a website in struts 1.2 hosted on tomcat 5.5.x and it uses EL. > It is not being evaluated, any suggestions on the reasons why? &

EL not working in tomcat 5.5.28 works in myeclipse

2010-08-31 Thread abhishek jain
web.xml to 2.4 from 2.5 etc. Pl. help. -- Thanks and kind Regards, Abhishek jain

Hosting for Struts 1.2 tomcat

2010-08-09 Thread abhishek jain
hi, I need shared hosting for struts 1.2 on tomcat. Would anyone recommend one, also what is better VPS or shared hosting for this . I am looking for lowcost , good quality . Please advice. -- Thanks and kind Regards, Abhishek jain

if else in XML via struts 1.2

2010-08-08 Thread abhishek jain
condition on the xml file, probably allowing making the xml file behave like jsp file. One solution is that i do some rule via urlrewrite / mod_rewrite which passes all request for that xml to a jsp page, but that dont seem to be a good sol to me. Pl. advice. -- Thanks and kind Regards, Abhishek jain

Dispatch action calling a function multiple times depending on browser

2010-07-16 Thread abhishek jain
side browser can affect the server side coding. i am not sure what to inspect. Pl. advice -- Thanks and kind Regards, Abhishek jain

Re: Session error while loading an object

2010-07-14 Thread abhishek jain
2010/7/14 Paweł Wielgus > Hi all, > You get this error every time when tomcat tries to save someone's > session and object of class com.cart.Customer is in it. > Like Robert said, add Serializable to com.cart.Customer and the > problem will go away. > > Best greetings, > Paweł Wielgus. > Hi, I h

Datasource object in any class

2010-07-14 Thread abhishek jain
globally and i dont need to pass that explicitly in every method i use it. I am using struts 1.x and tomcat. Pl advice. -- Thanks and kind Regards, Abhishek jain

Re: Session error while loading an object

2010-07-13 Thread abhishek jain
> If not, try modifying Customer to implement Serializable and see if the > error still persists. > > /robert > - Original Message ----- From: "abhishek jain" < > abhishek.netj...@gmail.com> > To: "Struts Users Mailing List" > Sent: Tuesday, July

Session error while loading an object

2010-07-13 Thread abhishek jain
org.apache.catalina.core.StandardContext.reload(StandardContext.java:3050) ... 7 more -- Thanks and kind Regards, Abhishek jain

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-12 Thread abhishek jain
Hi, How can i check how much memory is it currently consuming / using. thanks abhishek On Sun, Jul 11, 2010 at 6:34 AM, Martin Gainty wrote: > > sounds as if class and method objects could possibly be missed by GC..try > this for running under Jboss using Sun JVM (bin/run.conf) settings > > > >

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread abhishek jain
On Fri, Jul 9, 2010 at 1:13 PM, Brian Thompson wrote: > You could also adjust your eclipse.ini to give more memory to the JVM: > > -XX:PermSize=64M -XX:MaxPermSize=128M > > Add it to the --vmargs section of the file. > > -Brian > > thanks Brian, Where will i find eclipse.ini file, i want to twea

OutOfMemoryError: PermGen space!!!! Dont know why?

2010-07-09 Thread abhishek jain
$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1570) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1579) -- Thanks and kind Regards, Abhishek jain

Re: Two applications, one in a sub folder

2010-06-24 Thread abhishek jain
On Fri, Jun 18, 2010 at 3:08 PM, abhishek jain wrote: > Dear friends, > I have a website in Struts 1.2 and i want to install another Struts > application made by me, in a subfolder of the website. I don't know will > this work, > Both are struts 1.2 applications. > I am u

Two applications, one in a sub folder

2010-06-18 Thread abhishek jain
gards, Abhishek jain

Re: How to test optimization of a application in struts 1.x

2010-06-02 Thread abhishek jain
ocation bar or >> anywhere else. >> >> Step 3 -- All Done! >> >> Once you're done you can test and see if everything is working by simply >> uploading a .gz file without an uncompressed equivalent (test.html.gz but no >> test.html), now if you ask

Re: How to test optimization of a application in struts 1.x

2010-05-31 Thread abhishek jain
nimize duplicate data, using normal forms, proper > closing of db connections once used etc.. > > Let me know if you want other info > Rupali > > > On 5/31/2010 5:05 PM, abhishek jain wrote: > >> Dear friends, >> I have recently developed an application in struts 1.x

Re: Regular Expression Denial of Service Attacks and Defenses

2010-05-31 Thread abhishek jain
Hi Greg, just a doubt , on looking at first sight i dont understand what does the regex "^(\d+)+$" do additionally. As it should be equivalent to "^(\d+)$" I am more perlish (from perl) biased which says the regex is greedy and hence it will anyway to the maximum match, pl. clarify, thanks abhish

How to test optimization of a application in struts 1.x

2010-05-31 Thread abhishek jain
graph, ie the query took x time and the code x time and so on, Also can i do caching in struts 1.x and may be zip the HTML before sending to browser, i am using Tomcat 5.x and mysql. pl. advice. -- Thanks and kind Regards, Abhishek jain

Re: PHP in the same folder of struts 1

2010-05-31 Thread abhishek jain
; > Chris > > > Pl. reply > > > > On Tue, May 25, 2010 at 2:15 PM, abhishek jain > > wrote: > > > >> hi friends, > >> I am running struts 1.x and want to place the php code in the same > >> domain > >> as where i am already running

Re: PHP in the same folder of struts 1

2010-05-26 Thread abhishek jain
Pl. reply On Tue, May 25, 2010 at 2:15 PM, abhishek jain wrote: > hi friends, > I am running struts 1.x and want to place the php code in the same domain > as where i am already running struts. > I cannt remove either struts or php. > How can i do so. > I am using apache + Tom

PHP in the same folder of struts 1

2010-05-25 Thread abhishek jain
hi friends, I am running struts 1.x and want to place the php code in the same domain as where i am already running struts. I cannt remove either struts or php. How can i do so. I am using apache + Tomcat 5.x thanks -- Thanks and kind Regards, Abhishek jain

SQL Injection

2010-03-18 Thread abhishek jain
-- Thanks and kind Regards, Abhishek jain

Re: Error: Cannot get a connection, pool error Timeout waiting for idle object

2010-03-15 Thread abhishek jain
t, thanks abhishek On Mon, Mar 15, 2010 at 11:44 AM, abhishek jain wrote: > Hi friends, > I am still having the problem, here is the config in my struts-config.xml > > > < > data-sources> > > > > /> > > > > > > > > > > > >

Re: Error: Cannot get a connection, pool error Timeout waiting for idle object

2010-03-14 Thread abhishek jain
Hi friends, I am still having the problem, here is the config in my struts-config.xml thanks abhishek On Sat, Mar 13, 2010 at 4:48 PM, abhishek jain wrote: > Hi friends. > I am using strurts 1 with mysql and is using the datasource in > struts-config.xml. > I

Re: How to deploy struts on tomcat

2010-03-13 Thread abhishek jain
-- > Girish Naik > Mobile:-+91-09740091638 > girish.n...@gmail.com > > > On Sat, Mar 13, 2010 at 4:59 PM, abhishek jain > wrote: > > > Hi Girish and Pawal, > > > > Thanks for the help, the copy and paste worked, the error i am getting is > > that the code wor

Re: Catching url for action not defined

2010-03-13 Thread abhishek jain
Hi, urlrewrite.xml did worked for me, thanks abhishek On Thu, Mar 11, 2010 at 7:17 PM, Brian Thompson wrote: > Wildcard mapping should do the trick. See [1]. > > -Brian > > [1] - > http://struts.apache.org/2.0.14/docs/action-configuration.html#ActionConfiguration-WildcardMethod > > > > On Thu, M

Re: How to deploy struts on tomcat

2010-03-13 Thread abhishek jain
> As for myeclipse, i don't know if it will autodeploy your app, > > probably it can. As for ant, You can use it there is nothing wrong > > with it. > > Best greetings, > > Pawel Wielgus. > > > > 2010/3/10, abhishek jain : > > > Hi friends, >

Error: Cannot get a connection, pool error Timeout waiting for idle object

2010-03-13 Thread abhishek jain
is mysql in my case, Pl. advice, what to do in to remove this error, I have searched net and could not find a sol. -- Thanks and kind Regards, Abhishek jain

How to deploy struts on tomcat

2010-03-10 Thread abhishek jain
it ok to use ant,i am new to ant. Please advise, Thanks a lot. -- Thanks and kind Regards, Abhishek jain

Re: logic bean iterator

2010-03-05 Thread abhishek jain
On Fri, Mar 5, 2010 at 2:02 PM, abhishek jain wrote: > Hi friends, > I am using struts 1 , and i am trying to fetch a list from database, (as a > use case the students and marks ) > i need to display that in the jsp page by itegrating, > I can print via out.print() in jsp and not

Re: jsp out to a differnet outputstream

2010-03-05 Thread abhishek jain
hishek.netj...@gmail.com > > To: user@struts.apache.org > > > > On Fri, Mar 5, 2010 at 11:05 AM, Dale Newfield > wrote: > > > > > abhishek jain wrote: > > > > > >> I am not sure if it a direct struts question, if it is not pl pardon > m

logic bean iterator

2010-03-05 Thread abhishek jain
me access some notes which can correct me, Pl. dont mind i have tried but cannt find a starter tutorial at this the closest i found was http://rimuhosting.com/mod_jk2_and_mod_proxy_ajp.jsp and it does not solve my problem. -- Thanks and kind Regards, Abhishek jain

Re: jsp out to a differnet outputstream

2010-03-04 Thread abhishek jain
On Fri, Mar 5, 2010 at 11:05 AM, Dale Newfield wrote: > abhishek jain wrote: > >> I am not sure if it a direct struts question, if it is not pl pardon me >> and >> let me know, >> > > Maybe a filter in your web.xml? > > How are your pages put together?

jsp out to a differnet outputstream

2010-03-04 Thread abhishek jain
important for me for the time. Pl. let me know thanks, -- Thanks and kind Regards, Abhishek jain

Re: Locale and custom variables

2010-03-04 Thread abhishek jain
On Thu, Mar 4, 2010 at 7:30 PM, Alex Rodriguez Lopez wrote: > Em 04-03-2010 05:49, abhishek jain escreveu: > > Hi friends, >> >> I have a few variables who have diff values depending on the locale / >> country. >> I do want to use a message-resources for storing

Locale and custom variables

2010-03-03 Thread abhishek jain
System.out.println(getResources(request,"id2")); after setting a locale and it do not work. Pl. help, -- Thanks and kind Regards, Abhishek jain

Re: Cannt connect Struts + Tiles with mysql

2010-02-25 Thread abhishek jain
On Thu, Feb 25, 2010 at 6:40 PM, Antonio Petrelli < antonio.petre...@gmail.com> wrote: > 2010/2/25 abhishek jain : > > I get the error message: Can't get definitions factory from context. > > I know due to the datasource it cannot find the tiles defs file, but why? &

Cannt connect Struts + Tiles with mysql

2010-02-25 Thread abhishek jain
defs file, but why? Can anyone help and give me some pointers, thanks -- Thanks and kind Regards, Abhishek jain