Can you plz tell me the one stop best resource to fill all struts2 tags.

2011-02-27 Thread sandeep kotha
Hi All, Can you plz tell me the one stop best resource to fill all struts2 tags. Regards

Re: Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2

2010-07-20 Thread sandeep kotha
Thank you Ɓukasz / hantsy. On 20 July 2010 12:23, Lukasz Lenart wrote: > Hi, > > You have plenty of errors in XML, take a look on that with some > validation tool, for example.: > > * root - first tag closed > > * ... - double ee in the > first tag > > Use better tool instead asking quest

Issue with hibernate 3 + jboss-5.1.0.GA +mySql with Struts 2

2010-07-19 Thread sandeep kotha
web.xml. -------- Please go through and let me know if im missing some thing Thanks Sandeep Kotha

Re: Struts 2 + dates

2010-06-08 Thread sandeep kotha
I agree with ken simple best thing to do <%@ taglib prefix="sx" uri="/struts-dojo-tags"%> . On 8 June 2010 23:09, lucas owen wrote: > Hi Struts users! > > > I need to present a java.util.Date in a jsp. It has to be within a > s:textfield because the user can modify/edit this date. > > The prob

Re: struts2 + javascript doubt

2010-05-24 Thread sandeep kotha
One more simple thing just replace * with ' it will work On 24 May 2010 23:40, lucas owen wrote: > Hi: > > > is it possible to pass a dynamic parameter to a javascript function??? > > I'm trying this: > > > > > > > > > > javascript function: > > fPrimerNivel(id){ alert(id); } > > yields [ob

Re: Live search with Dojo (Ajax) and Struts 2

2010-04-08 Thread sandeep kotha
step1. google.com step2 search with autocomplete + dojo On 7 April 2010 01:15, Celinio Fernandes wrote: > Hi, > I am using Struts 2.1.8 and the Dojo plugin. > What i am trying to realize is the following : > the user has to fill a field that corresponds to a REFERENCEID. I want to > help that us

Re: Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

2010-04-03 Thread sandeep kotha
Thank you Lenart, Its working after making the change you said. On 3 April 2010 14:05, Lukasz Lenart wrote: > 2010/4/2 sandeep kotha : > > In-spite of having *struts2-core-2.1.8.1.jar *under > > /WebContent/WEB-INF/lib/struts-2.1.8.1/ . im getting the below error . > >

Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter

2010-04-02 Thread sandeep kotha
In-spite of having *struts2-core-2.1.8.1.jar *under /WebContent/WEB-INF/lib/struts-2.1.8.1/ . im getting the below error . Exception starting filter struts2 *java.lang.ClassNotFoundException*: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter * my web.xml* http://java.sun.co

Re: Regarding download for Hibernate!

2010-03-31 Thread sandeep kotha
http://sourceforge.net/projects/hibernate/files/hibernate3/ On 31 March 2010 20:56, reuben swaroop singh wrote: > Hi, > > > I wanna download and use Hibernate.Kindly suggest the webpage where i can > download Hibernate latest version? > > kindly forward this to appropriate mail id. > > In Anticip

Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-29 Thread sandeep kotha
eLink.action > > > --- On Mon, 3/29/10, sandeep kotha wrote: > > > From: sandeep kotha > Subject: Re: struts2 + Tiles, whypages shrink in top center ? > To: "Struts Users Mailing List" , > lukasz.len...@gmail.com > Date: Monday, March 29, 2010, 10:04 AM >

Re: struts2 + Tiles, whypages shrink in top center ?

2010-03-29 Thread sandeep kotha
Hi Lenard Taking view source from your page i see width attribute is missing for your table. Set the width attribute to 100% that will fix your issue. Pasted is your view source with width attribute. This could help you. http://www.w3.org/TR/html4/loose.dtd";> Welco

Re: Can we some how persist form values in Struts2 the way we do in struts1.x

2010-03-17 Thread sandeep kotha
Scott > > On Tue, Mar 16, 2010 at 4:22 PM, sandeep kotha >wrote: > > > Hi All, > > > > We are migrating our application from Struts1.x to Struts2. Let me say we > > have some 5 pages on each page user enters different data on 5th page we > > have submit bu

Can we some how persist form values in Struts2 the way we do in struts1.x

2010-03-16 Thread sandeep kotha
Hi All, We are migrating our application from Struts1.x to Struts2. Let me say we have some 5 pages on each page user enters different data on 5th page we have submit button. Clicking on submit button we insert data entered in all 5 pages to DB. User can navigate to previous pages to change data