Re: [s2] maven archetype

2006-09-03 Thread tm jee
Ooopsss... or I should have check my mail again before creating a jira issue... :-) - Original Message From: Wendy Smoak <[EMAIL PROTECTED]> To: Struts Developers List Sent: Monday, 4 September, 2006 2:00:49 PM Subject: Re: [s2] maven archetype On 9/3/06, tm jee <[EMAIL PROTECTED]> wr

Re: [s2] maven archetype

2006-09-03 Thread Wendy Smoak
On 9/3/06, tm jee <[EMAIL PROTECTED]> wrote: Thx for the tips Wendy. Created a jira issue under archetype module. Its at http://jira.codehaus.org/browse/ARCHETYPE-54 ... and I closed ARCHETYPE-53 as a duplicate of yours. I should have waited a few more minutes. ;) -- Wendy

Re: [s2] maven archetype

2006-09-03 Thread tm jee
Thx for the tips Wendy. Created a jira issue under archetype module. Its at http://jira.codehaus.org/browse/ARCHETYPE-54 rgds - Original Message From: Wendy Smoak <[EMAIL PROTECTED]> To: Struts Developers List Sent: Monday, 4 September, 2006 11:28:16 AM Subject: Re: [s2] maven archet

Re: [s2] maven archetype

2006-09-03 Thread Wendy Smoak
On 9/3/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: There are some notes in the Shale Blank archetype.xml file [1]. It probably needs to be raised in Maven's JIRA. I haven't filed it, let me know the issue number if you do. I went ahead and pasted the prior message as a new issue: http://jir

Re: svn commit: r439910 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src: main/java/ main/java/com/ test/java/ test/java/com/

2006-09-03 Thread tm jee
Thx for the info. Fixed in svn head. - Original Message From: Wendy Smoak <[EMAIL PROTECTED]> To: dev@struts.apache.org Sent: Monday, 4 September, 2006 12:20:33 PM Subject: Re: svn commit: r439910 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources

Re: svn commit: r439910 - in /struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src: main/java/ main/java/com/ test/java/ test/java/com/

2006-09-03 Thread Wendy Smoak
On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: tmjee Date: Sun Sep 3 19:58:55 2006 New Revision: 439910 URL: http://svn.apache.org/viewvc?view=rev&rev=439910 struts/maven/trunk/struts2-archetype-starter/src/main/resources/archetype-resources/src/main/java/IndexAction.java Su

Re: [s2] maven archetype

2006-09-03 Thread Wendy Smoak
On 9/3/06, tm jee <[EMAIL PROTECTED]> wrote: Is there a way allow resource generated by maven archetype to change dynamically. ... The files under the generated resources directory seems to be static. It doesn't seems to change accordingly with the -DgroupId argument passed in. Is there a

Re: Ognl a new dependency?

2006-09-03 Thread tm jee
> I did things similar to this, as well as removing xwork2 from my > (locally built) .m2/repository. Thanks for the tip, seems to be > working now. Glad its working now. I occationally get myself stuck in such situation as well. :-) - Original Message From: Matt Raible <[EMAIL PROT

[s2] maven archetype

2006-09-03 Thread tm jee
Hi guys, Is there a way allow resource generated by maven archetype to change dynamically. For example, with mvn archetype:create -DgroupId=com.mycomp -DartifactId=myapp -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter the structure created should be

Re: De-select sticky options doesn't work

2006-09-03 Thread Sherwin Wang
Thanks for the tip. I tried Struts 1.3.5 beta, the latest, with the reset in the form-property. It resets the options when the form element doesn't present in the request. However, as I expected, the solution fails if the dyna form bean is used by multiple requests. For instance, if I navigate to

Re: De-select sticky options doesn't work

2006-09-03 Thread Sherwin Wang
We are using Struts 1.2.9. I'll try 1.3 reset property later. No, we are not using DynaXForms. Why DynaXForms supports property reset, assuming it does, but ActionForm doesn't? To me, ActionForm can be converted to DynaXForms by reflection. Whatever way used in DynaXForms can be also used in Actio

Re: svn commit: r439738 [1/12] - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/ main/java/org/apache/struts2/components/ main/java/org/apache/struts2/components/table/ main/java/org/

2006-09-03 Thread Don Brown
Whoops, I had some svn problems and looks that commit did more than I wanted it to. Will fix :) Don On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: mrdon Date: Sun Sep 3 00:54:09 2006 New Revision: 439738 URL: http://svn.apache.org/viewvc?rev=439738&view=rev Log: Fixed a misn