Re: Migrating the Migration Guide

2019-09-27 Thread ssmtpmailtesting ssmtpmailtesting
Please unsubscribe me from your mailing list. On Fri, Sep 20, 2019 at 12:50 PM Lukasz Lenart wrote: > > Hi, > > The very last thing to migrate from Confluence to Markdown is our > Migration Guide [1]. The only problem with having all in .md files and > exposed via Git is that with Confluence we

Is struts better than spring framework?

2018-11-09 Thread ssmtpmailtesting ssmtpmailtesting
Is struts better than spring framework? - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: http://mybox:8080/struts/hello.action gets HTTP Status 404 - Not Found

2018-06-30 Thread ssmtpmailtesting ssmtpmailtesting
rough an S2 request process, e.g., hitting a JSP page directly. > > On Sat, Jun 30, 2018 at 9:14 AM ssmtpmailtesting ssmtpmailtesting < > ssmtpmailtest...@gmail.com> wrote: > >> struts.xml => >> >> >> > "-//Apache Software Foundation//DTD

Re: http://mybox:8080/struts/hello.action gets HTTP Status 404 - Not Found

2018-06-30 Thread ssmtpmailtesting ssmtpmailtesting
ybox:8080/struts/hello.action On Sat, Jun 30, 2018 at 6:43 PM, Yasser Zamani wrote: > > > On 6/30/2018 4:23 PM, ssmtpmailtesting ssmtpmailtesting wrote: >> web.xml => >> >> > "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" >> "htt

http://mybox:8080/struts/hello.action gets HTTP Status 404 - Not Found

2018-06-30 Thread ssmtpmailtesting ssmtpmailtesting
tree . . ├── pom.xml ├── src │ └── main │ ├── java │ │ └── com │ │ └── actions │ │ ├── HelloWorldAction.java │ │ └── MessageStore.java │ ├── resources │ │ └── struts.xml │ └── webapp │ ├── HelloWorld.jsp │

Re: Why do I get HTTP Status 404 - Not Found after http://localhost:8080/struts2_maven/User/Login.action?

2017-06-23 Thread ssmtpmailtesting ssmtpmailtesting
rent version of Struts - 2.3.x and 2.5.x - you > must stick with one. See my comments below > > 2017-06-18 4:06 GMT+02:00 ssmtpmailtesting ssmtpmailtesting > <ssmtpmailtest...@gmail.com>: >> http://localhost:8080/struts2_maven/User/Login.action >> >>

Re: How can I convert .jsp to .ftl (freemarker)?

2017-06-23 Thread ssmtpmailtesting ssmtpmailtesting
Yes On Sat, Jun 24, 2017 at 2:05 AM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > Did that help? > > W dniu pt., 23.06.2017 o 17:55 ssmtpmailtesting ssmtpmailtesting < > ssmtpmailtest...@gmail.com> napisał(a): > >> Thank you Lukasz Lenart >> >> O

Re: How can I convert .jsp to .ftl (freemarker)?

2017-06-23 Thread ssmtpmailtesting ssmtpmailtesting
Thank you Lukasz Lenart On Fri, Jun 23, 2017 at 9:44 PM, Lukasz Lenart <lukaszlen...@apache.org> wrote: > Did you change a result type? > > W dniu pt., 23.06.2017 o 16:45 Christoph Nenning < > christoph.nenn...@lex-com.net> napisał(a): > >> > From: ssmtpmailtes

Re: How can I convert .jsp to .ftl (freemarker)?

2017-06-23 Thread ssmtpmailtesting ssmtpmailtesting
I tried this: Login Form Struts 2 Hello World Example <@s.form action="Welcome" method="post"> <@s.textfield name="username" label="Username" /> <@s.textfield name="description" label="Description" /> <@s.password name="password" label="Password" />

How can I convert .jsp to .ftl (freemarker)?

2017-06-23 Thread ssmtpmailtesting ssmtpmailtesting
login.jsp = <%@ taglib prefix="s" uri="/struts-tags"%> <%@ page contentType="text/html; charset=UTF-8"%> Login Form Struts 2 Hello World Example I tried this: login.ftl = <#assign s=JspTaglibs["struts-tags.tld"] /> Login Form

Why do I get HTTP Status 404 - Not Found after http://localhost:8080/struts2_maven/User/Login.action?

2017-06-17 Thread ssmtpmailtesting ssmtpmailtesting
http://localhost:8080/struts2_maven/User/Login.action HTTP Status 404 - Not Found type Status report messageNot Found descriptionThe requested resource is not available. GlassFish Server Open Source Edition 4.0 tree . . ├── pom.xml ├── src │ ├── main │ │ ├── java │ │ │ └── com │

Is it the mailing list for struts2?

2017-06-17 Thread ssmtpmailtesting ssmtpmailtesting
Can I ask question about struts2 here? - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org