Re: Develop a tag for struts

2007-11-23 Thread Antonio Petrelli
2007/11/23, victor sosa [EMAIL PROTECTED]: I think this is a develop question not a user question I am developing using the struts 2 tag arquiecture, using class like org.apache.struts2.components.Compoment So you are *using* tags from Struts 2, you are not modifying it, or finding bugs,

Re: Develop a tag for struts

2007-11-23 Thread Antonio Petrelli
Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html Antonio 2007/11/23, victor sosa [EMAIL PROTECTED]: Hi, I am developing several tag for struts using Component and ComponentTagSupport, but this tag are all nested, so I need to share a common

Develop a tag for struts

2007-11-23 Thread victor sosa
Hi, I am developing several tag for struts using Component and ComponentTagSupport, but this tag are all nested, so I need to share a common variable between all these tags, so which is the best way? Second, some tag can't nested itself, so how can I check this? -- View this message in

Re: [s2] Failed tests: testStreamResultDefault

2007-11-23 Thread Ted Husted
Thanks, Nils. That seems to work for me. On Nov 23, 2007 9:44 AM, Nils-Helge Garli Hegvik [EMAIL PROTECTED] wrote: I have created WW-2335 and committed a fix based on how I understand the test case and the failure. If anybody objects, feel free to roll it back. Nils-H On Nov 23, 2007

Re: Develop a tag for struts

2007-11-23 Thread victor sosa
I think this is a develop question not a user question I am developing using the struts 2 tag arquiecture, using class like org.apache.struts2.components.Compoment Antonio Petrelli-3 wrote: Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html

Re: [s2] Failed tests: testStreamResultDefault

2007-11-23 Thread Nils-Helge Garli Hegvik
I have created WW-2335 and committed a fix based on how I understand the test case and the failure. If anybody objects, feel free to roll it back. Nils-H On Nov 23, 2007 12:16 PM, Antonio Petrelli [EMAIL PROTECTED] wrote: Please create a JIRA issue, and attach surefire reports. Thanks

Re: [VOTE] Release struts2-archetype-plugin and struts2-archetype-starter version 2.0.11

2007-11-23 Thread Wendy Smoak
On Nov 23, 2007 3:54 AM, Ted Husted [EMAIL PROTECTED] wrote: I'd like to give these a try, but I don't know where to start. We have an archetype page here: * http://struts.apache.org/2.0.11/docs/struts-maven-archetypes.html So, I tried running mvn archetype:create -DgroupId=tutorial \

Re: [s2] Failed tests: testStreamResultDefault

2007-11-23 Thread Antonio Petrelli
Please create a JIRA issue, and attach surefire reports. Thanks Antonio 2007/11/21, Dave Newton [EMAIL PROTECTED]: Write It, Fail Everywhere. I'm all for it, and it has a friendly acronym. --- Ted Husted [EMAIL PROTECTED] wrote: It would be nice if the tests would at least fail

Re: [VOTE] Release struts2-archetype-plugin and struts2-archetype-starter version 2.0.11

2007-11-23 Thread Ted Husted
I'd like to give these a try, but I don't know where to start. We have an archetype page here: * http://struts.apache.org/2.0.11/docs/struts-maven-archetypes.html So, I tried running mvn archetype:create -DgroupId=tutorial \ -DartifactId=tutorial \

Re: Struts 2 CodeBehind/SmartURLs (was Re: Struts 2 Plugin for Grails?)

2007-11-23 Thread Ted Husted
On Nov 21, 2007 5:14 AM, Ted Husted [EMAIL PROTECTED] wrote: * Other aspects of the framework might be open to convention-based or annotation-based binding too, such as type converters. I see now that XWork already has annotations for type converters *