Re: Struts2-plugin install error

2010-12-08 Thread Balwinder Kumar
, Balwinder Kumar balwinder@gmail.com wrote: I am getting below error while executing maven install. Any pointer how to fix? [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Struts Plugins [INFO] Struts 2 Spring Plugin [INFO] Struts 2 JUnit Plugin [INFO] Struts 2 Codebehind

Struts2-plugin install error

2010-12-07 Thread Balwinder Kumar
] Thanks in advance. Regards, Balwinder Kumar - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: i18n database backed

2010-02-12 Thread Balwinder Kumar
Chris, What sort of benefit database will offer over properties files? Regards, Balwinder Kumar CRANFORD, CHRIS wrote: Anyone have any suggested ways to support i18n internationalization backed by a database table rather than property files

Re: javax.el.ELException Select Tag

2009-10-30 Thread Balwinder Kumar
org.apache.commons.collections.map.ListOrderedMap will preserve the order. Regards, Balwinder Kumar Bhaarat Sharma wrote: however, this does not gurantee the order (because of the HashMap)... something else can be used to preserve the order On Thu, Oct 29, 2009 at 12:31 PM, Bhaarat Sharma

Initializing Application

2009-07-15 Thread Balwinder Kumar
Hi All, I am trying to develop a framework based on Struts 2, I am finding it very difficult to decide where to put the code that is generally called in ActionServlet init method. Any pointer towards this. Thanks in advance. Regards, Balwinder Kumar

Re: Initializing Application

2009-07-15 Thread Balwinder Kumar
Thanks Pawel and David for your response. I would like to evaluate both option before proceeding. Regards, Balwinder Kumar Paweł Wielgus wrote: Hi, i'm initing my apps by implementing ServletContextListener and registering it in web.xml like that: web-app listener

Re: deploying struts2 at godaddy dedicated server - general question

2009-06-21 Thread Balwinder Kumar
This is probably due to the fact that the version of Java useed in deployment environment is lower than the version of Java used for compiling Hibernate classes. Dimitrios Christodoulakis wrote: It seems that indeed the filters are not starting properly: The catalina.out log indicates the

Re: Jasper Plugin cannot find file

2009-04-21 Thread Balwinder Kumar
I would suggest that first give the complete absolute path and check if the program is working fine, just to ensure, there is a problem with path only. Once established problem is with path only, I may help you further. Regards, Balwinder Kumar Security Management wrote: I'm using

RE: how can i use two properties files?

2006-09-19 Thread Balwinder Kumar
Hi Configure struts config like this message-resources parameter=com.resources.MessageResources null=false/ message-resources parameter=comresources.ImageResources null=false key=image/ in jsp you can use image message resources as bean:message bundle='image'