RE: submit of type image

2010-11-26 Thread osagit.ext
Sorry I omitted this : My struts version is 2.2.1 Olivier Sagit -Message d'origine- De : Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] Envoyé : jeudi 25 novembre 2010 19:01 À : Struts Developers List Objet : Re: submit of type image Which struts version? I tried the

Links not working : http://struts.apache.org/2.2.1/index.html

2010-11-26 Thread Jayson Joseph Chacko
Hi Guys, A couple of links on http://struts.apache.org/2.2.1/index.html are now 404, - http://struts.apache.org/2.2.1/struts2-archetypes/index.html - https://issues.apache.org/struts/ These are linked from the left side bar Regards, Jayson

Re: Links not working : http://struts.apache.org/2.2.1/index.html

2010-11-26 Thread Lukasz Lenart
Could you create a ticket in JIRA? https://issues.apache.org/jira/browse/WW Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl 2010/11/26 Jayson Joseph Chacko jayso...@gmail.com: Hi Guys, A couple of links on

Re: Links not working : http://struts.apache.org/2.2.1/index.html

2010-11-26 Thread Jayson Joseph Chacko
Done - https://issues.apache.org/jira/browse/WW-3535 https://issues.apache.org/jira/browse/WW-3535Another thing I noticed is that the command *mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/* Created pom.xml, but the version inside the pom.xml is 2.1.8.1. I guess this should

Re: Links not working : http://struts.apache.org/2.2.1/index.html

2010-11-26 Thread Lukasz Lenart
2010/11/26 Jayson Joseph Chacko jayso...@gmail.com: Done - https://issues.apache.org/jira/browse/WW-3535 Thanks, I've already solved that problem in source and with the page but some cache is keeping it :-( https://issues.apache.org/jira/browse/WW-3535Another thing I noticed is that the

RE: submit of type image

2010-11-26 Thread osagit.ext
I downloaded the struts2 samples 2.2.1 Ok in struts2-blank-2.2.1\example\Login.jsp I added s:submit type=image src=.../ to the form and as you said it works like a charm. But I did the same thing for the struts2-showcase-2.2.1/conversion/enterPersonsInfo.jsp form and it generates the error

Re: submit of type image

2010-11-26 Thread Martin Cooper
Please take this discussion to the user list. This list is for discussion of the development of the framework itself. Thanks. -- Martin Cooper On Fri, Nov 26, 2010 at 8:07 AM, osagit@orange-ftgroup.com wrote: I downloaded the struts2 samples 2.2.1 Ok in

Re: Links not working : http://struts.apache.org/2.2.1/index.html

2010-11-26 Thread Jayson Joseph Chacko
https://issues.apache.org/jira/browse/WW-3535Another thing I noticed is that the command *mvn archetype:generate -DarchetypeCatalog=http://struts.apache.org/* Created pom.xml, but the version inside the pom.xml is 2.1.8.1. I guess this should have been 2.2.1 ? Good point, but too late -

Re: Any Work on HTML5 compliant Tags

2010-11-26 Thread Maurizio Cucchiara
I can't figure out what you're talking about, Perhaps an example is a better way to understand. To come straight to the point, let's just take for example video tag: According to w3c (http://www.w3.org/TR/html5/video.html#video) it should have the following attributes (aside the global ones):

Re: Links not working : http://struts.apache.org/2.2.1/index.html

2010-11-26 Thread Lukasz Lenart
2010/11/26 Jayson Joseph Chacko jayso...@gmail.com: Wait for 2.3? Not really ;-) I already corrected it, but there is some kind of site caching :P Also manually changing it to 2.2.1 causes javassist error while running on jetty. I guess the dependency now needs to be manually added to pom?