Re: [s2] Servlet 2.4 for the starter archetype?

2006-11-08 Thread Konstantin Priblouda
--- Wendy Smoak [EMAIL PROTECTED] wrote: On 11/7/06, Matt Raible [EMAIL PROTECTED] wrote: Yes, they are. I haven't used a taglib in my web.xml in years. ;-) It is needed by some 2.3 containers, but shouldn't be needed according to the spec. Me, neither. :) The next question is,

[tiles2] Ampersand problem in FAQ

2006-11-08 Thread Antonio Petrelli
Hello! It seems that the FAQ have a problem with ampersand entity (amp;): http://struts.apache.org/struts-sandbox/tiles/faq.html running mvn site on my pc, the ampersand is rendered correctly, while on the site it is not there. Do you know what's the problem? Thank you Antonio

Re: Struts2 radio UI tag issue.

2006-11-08 Thread Shisei Hanai
Thanks, now I realize that ww-1369 is the same issue that I've stated. Is this patch going to be applied to Struts2 too? 2006/11/8, tm jee [EMAIL PROTECTED]: Yup. That's the reason I think its ok to compare they key, just like the patch (ww-1369) and you suggested. :-) Ruimo Uno [EMAIL

Re: Struts2 radio UI tag issue.

2006-11-08 Thread tm jee
No problem Shisei. :-) Its being applied to both webwork and struts2 WW-1494 (struts2) WW-1369 (webwork) Thx again for the feedback. Cheers. Shisei Hanai [EMAIL PROTECTED] wrote: Thanks, now I realize that ww-1369 is the same issue that I've stated. Is this patch going to be applied to

Re: Publishing Tiles 2 Snapshots

2006-11-08 Thread Greg Reddin
You rock :-) Thank you very much for taking care of this. Greg On Nov 7, 2006, at 9:41 PM, Wendy Smoak wrote: On 11/7/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'll publish it later tonight as 2.0-r468346-SNAPSHOT, and change the dependencies in the Shale and Struts builds. This is done.

New validator to date

2006-11-08 Thread ignacio83
Hi all. Its is my First message in list... I am build a validator to date called dateRestriction See example: field property=form depends=dateRestriction arg key=date resource=false / var var-namedatePatternStrict/var-name var-valuedd/MM//var-value /var var var-namemin/var-name

Re: svn commit: r472338 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/archetype.xml archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl archetype-resource

2006-11-08 Thread Wendy Smoak
On 11/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: tmjee Date: Tue Nov 7 15:55:48 2006 New Revision: 472338 URL: http://svn.apache.org/viewvc?view=revrev=472338 ... +servlet + servlet-namejspSupportServlet/servlet-name +

Tiles +GetTag +Tomcat 5.? problem

2006-11-08 Thread Eduardo Simioni
Hi all, I'm facing a problem with Tiles GetTag on recent Tomcat versions (couldn't find the exact version, but is the one packaged with Sun Application Server EE 8). I have (among others) a tiles:get name=menu / tag. That menu can be present or not as it is programmatically inserted. If it's

Re: svn commit: r472338 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/archetype.xml archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl archetype-resource

2006-11-08 Thread tm jee
Does this need a servlet mapping? I don't think so. It just expose the servlet instance itself such that ServletConfig etc. could be obtained . This I think is needed when using a jsp taglib in freemarker rgds. Wendy Smoak [EMAIL PROTECTED] wrote: On 11/7/06, [EMAIL PROTECTED] wrote:

Re: svn commit: r472338 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/archetype.xml archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl archetype-resource

2006-11-08 Thread Craig McClanahan
On 11/8/06, tm jee [EMAIL PROTECTED] wrote: Does this need a servlet mapping? I don't think so. It just expose the servlet instance itself such that ServletConfig etc. could be obtained . This I think is needed when using a jsp taglib in freemarker You're correct ... a servlet mapping

Re: Will Struts2 use OGNL as WW did?

2006-11-08 Thread Vitor Souza
Vitor Souza wrote: However, if you'd like I could create a JIRA (Bugzilla?) issue [...] Yes, please create the ticket. Unfortunately, I don't believe there is anyone left who _does_ have enough knowledge of OGNL to truely vet it :( Here it goes:

Re: svn commit: r472338 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources: META-INF/archetype.xml archetype-resources/src/main/webapp/WEB-INF/decorators/main.ftl archetype-resource

2006-11-08 Thread tm jee
Thx for the clarification Craig. :-) Craig McClanahan [EMAIL PROTECTED] wrote: On 11/8/06, tm jee wrote: Does this need a servlet mapping? I don't think so. It just expose the servlet instance itself such that ServletConfig etc. could be obtained . This I think is needed when