Re: migration from struts 1 to 2

2008-04-30 Thread Sandy143
tAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195) > at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136) > at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194) > at > com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)

Re: migration from struts 1 to 2

2008-04-30 Thread Sandy143
struts.txt -- View this message in context: http://www.nabble.com/migration-from-struts-1-to-2-tp16819256p16989415.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: migration from struts 1 to 2

2008-04-28 Thread Sandy143
>>> >>> >>> >>> - Actions to be performed in this JSP are: >>> >>> a) Replace <%@ taglib %> directive >>> b) Use new set of tags defined by the struts-tags.tld >>> >>> The new JSP in Struts 2 would now lo

Re: migration from struts 1 to 2

2008-04-28 Thread Alberto A. Flores
Yes it is! Sandy143 wrote: Hello, Can't we have the existing struts1 actions and struts2 actions in the same application? I want to retain my existing web app which is using struts 1.2.8 and tiles 1.1 The new module in the same webapp, I would like to develop using struts2 . Please let me kn

Re: migration from struts 1 to 2

2008-04-28 Thread Sandy143
f an tag. > > “validation.xml” file that validates a form, is described below: > > In Struts 2, we define validation in -validation.xml > file. > > For example, validations defined for MyClass-validation.xml are > > > > > > > > > > Regards, > Sukrit Thareja > > Nils-Helge Garli wrote: >> >> The section about migration in the documentation [1] would be a good >> place to start. >> >> [1] - http://struts.apache.org/2.0.11.1/docs/migration-guide.html >> >> Nils-H >> >> On Tue, Apr 22, 2008 at 1:17 AM, Lalchandra Rampersad >> <[EMAIL PROTECTED]> wrote: >>> How do I migrate from struts 1 to 2? >>> >>> >>> >>> Saludos >>> >>> Lalchandra Rampersaud >>> >>> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/migration-from-struts-1-to-2-tp16819256p16944906.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: migration from struts 1 to 2

2008-04-28 Thread KonTiki
gs like validation and I18N support. Actions are POJOs without > extending > ActionSupport. > > Dave > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTE

Re: migration from struts 1 to 2

2008-04-26 Thread Dave Newton
Just some clarifications. --- sukritthareja <[EMAIL PROTECTED]> wrote: > 2.web.xml > - Add following elements to web.xml > > >org.springframework.web.context.ContextLoaderListener > > This is only necessary if you're using Spring. If you're not, i

Re: migration from struts 1 to 2

2008-04-26 Thread sukritthareja
; >> >> Saludos >> >> Lalchandra Rampersaud >> >> > > ------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-

Re: migration from struts 1 to 2

2008-04-21 Thread Nils-Helge Garli Hegvik
The section about migration in the documentation [1] would be a good place to start. [1] - http://struts.apache.org/2.0.11.1/docs/migration-guide.html Nils-H On Tue, Apr 22, 2008 at 1:17 AM, Lalchandra Rampersad <[EMAIL PROTECTED]> wrote: > How do I migrate from struts 1 to 2? > > > > Saludos >