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

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

2010-03-17 Thread sandeep kotha
, 2010 at 4:22 PM, sandeep kotha sandeep4u.ko...@gmail.com 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 button. Clicking on submit button we insert data entered

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. !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN

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

2010-03-29 Thread sandeep kotha
/welcomeLink.action --- On Mon, 3/29/10, sandeep kotha sandeep4u.ko...@gmail.com wrote: From: sandeep kotha sandeep4u.ko...@gmail.com Subject: Re: struts2 + Tiles, whypages shrink in top center ? To: Struts Users Mailing List user@struts.apache.org, lukasz.len...@gmail.com Date: Monday, March

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 reube...@rediffmail.comwrote: Hi, I wanna download and use Hibernate.Kindly suggest the webpage where i can download Hibernate latest version? kindly forward this to appropriate mail

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* ?xml version=1.0

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 lukasz.len...@googlemail.com wrote: 2010/4/2 sandeep kotha sandeep4u.ko...@gmail.com: In-spite of having *struts2-core-2.1.8.1.jar *under /WebContent/WEB-INF/lib/struts-2.1.8.1/ . im getting

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 cel...@yahoo.com 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

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 sr.ilus...@gmail.com wrote: Hi: is it possible to pass a dynamic parameter to a javascript function??? I'm trying this: h3 id=s:property value=*'info.id_html'*/ class=*head* a

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% sx:head / sx:datetimepicker key=bean.date displayFormat=dd/MM//. On 8 June 2010 23:09, lucas owen sr.ilus...@gmail.com wrote: Hi Struts users! I need to present a java.util.Date in a jsp. It has to be

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

2010-07-20 Thread sandeep kotha
/web-app My struts simple web.xml. Please go through and let me know if im missing some thing Thanks Sandeep

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 lukasz.len...@googlemail.com wrote: Hi, You have plenty of errors in XML, take a look on that with some validation tool, for example.: * user-name/root/user-name - first tag closed * local-tx-datasourcee ...

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