Re: [VOTE] Release Struts Annotations 1.0.0

2007-01-24 Thread Rene Gielen
+1, works as expected for me Wendy Smoak schrieb: > Struts Annotations 1.0.0 has been tagged and is available for testing > in the following Maven repository: > > > http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/ > > > To test this build, temporarily add

DO NOT REPLY [Bug 33434] - el taglibs cause jspc crash?

2007-01-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [VOTE] Release Struts Annotations 1.0.0

2007-01-24 Thread Don Brown
The struts annotations jar is currently only used in Struts 2 core, but that doesn't have to be the case. In fact, we hope to use it in plugins inside and outside the Struts project, and it is certainly applicable to Struts 1 if it chose to use it. This is why it gets its own version number a

Re: [VOTE] Release Struts Annotations 1.0.0

2007-01-24 Thread Paul Benedict
Why isn't this considered version 2.0.3? We had a similar problem back in 1.x when we tried to do the whole independent Struts packaging at different version numbers. It was quickly apparent that there was no way to easily know which package was compatible with another package. Also I noticed

Re: Release struts-annotations?

2007-01-24 Thread Musachy Barroso
https://issues.apache.org/struts/browse/WW-1675 it can wait until next milestone. I assigned it to Rene 'cause he has been working on this stuff. regards musachy Ted Husted wrote: It doesn't sound like a bug, but an enhancement, so it wouldn't put anything on hold. We wouldn't release code

Re: [VOTE] Release Struts Annotations 1.0.0

2007-01-24 Thread Don Brown
Worked great for me, +1 Don Wendy Smoak wrote: Struts Annotations 1.0.0 has been tagged and is available for testing in the following Maven repository: http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/ To test this build, temporarily add a repository t

Re: Release struts-annotations?

2007-01-24 Thread Ted Husted
It doesn't sound like a bug, but an enhancement, so it wouldn't put anything on hold. We wouldn't release code that we know is broken, but an enchancement we can always roll over to the next milestone. On 1/24/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: I was going to, but I didn't 'cause a

Re: Release struts-annotations?

2007-01-24 Thread Wendy Smoak
On 1/24/07, Don Brown <[EMAIL PROTECTED]> wrote: This is great, thanks for doing this Wendy. You're welcome. The vote is open, so assuming it passes I'll plan to get this into the central repo on Saturday evening. I have *not* tested this, I just tagged and built what was there, so please che

[VOTE] Release Struts Annotations 1.0.0

2007-01-24 Thread Wendy Smoak
Struts Annotations 1.0.0 has been tagged and is available for testing in the following Maven repository: http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/ To test this build, temporarily add a repository to pom.xml or settings.xml, and change the struts-ann

Re: Release struts-annotations?

2007-01-24 Thread Don Brown
This is great, thanks for doing this Wendy. Don On 1/24/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/21/07, Rene Gielen <[EMAIL PROTECTED]> wrote: > A little late, but: > I added a short description to the struts-annotations pom. Not late, and thanks. :) Since it was a single module, I tr

Re: Release struts-annotations?

2007-01-24 Thread Musachy Barroso
I was going to, but I didn't 'cause a bug on that thing would put the build on hold again, and breaking the ajax tags compatibility was enough damage for this version :). I will submit it soon. regards musachy Rene Gielen wrote: This should be a cool patch, indeed. Musachy, did you already fi

Re: Release struts-annotations?

2007-01-24 Thread Rene Gielen
This should be a cool patch, indeed. Musachy, did you already file a jira issue with that patch? - Rene Don Brown schrieb: Cool, after 1.0.0 passes, let's roll that in and definitely get it in for 2.1.x and hopefully 2.0.5 Don Musachy Barroso wrote: On the annotations project but a different

Re: Release struts-annotations?

2007-01-24 Thread Don Brown
Cool, after 1.0.0 passes, let's roll that in and definitely get it in for 2.1.x and hopefully 2.0.5 Don Musachy Barroso wrote: On the annotations project but a different topic, I have a patch to make the annotation processor use reflection to discover the annotations on compiled classes, so p

Re: Release struts-annotations?

2007-01-24 Thread Musachy Barroso
On the annotations project but a different topic, I have a patch to make the annotation processor use reflection to discover the annotations on compiled classes, so people extending the S2 tags can generate their tlds in the same way. We would also need this when the ajax tags are refactored in

Re: Release struts-annotations?

2007-01-24 Thread Wendy Smoak
On 1/21/07, Rene Gielen <[EMAIL PROTECTED]> wrote: A little late, but: I added a short description to the struts-annotations pom. Not late, and thanks. :) Since it was a single module, I tried out the Maven release plugin-- mvn release:prepare worked fine, [1] but I couldn't get release:perfo

Please fix permissions

2007-01-24 Thread Wendy Smoak
Joe, please fix the permissions for the struts-annotations -sources jar in the snapshot repo. (It needs g+w.) Thanks, -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts service facade

2007-01-24 Thread einundswanzig
Well in that article in the http://www.adobe.com/devnet/flex/articles/struts_05.html page number 5 the author says that we could create some kind of service facade to solve the problem, my question is how can i do that in Struts? Eric Rank-2 wrote: > > Hi, > > First, this is probably not a

Re: Struts service facade

2007-01-24 Thread Martin Cooper
On 1/24/07, Eric Rank <[EMAIL PROTECTED]> wrote: Hi, First, this is probably not a question for the dev list, but rather for the user list (http://struts.apache.org/mail.html#subscribing) I haven't done much with Flex, but I'm familiar enough with the technology to hopefully shed some light on

Re: Struts service facade

2007-01-24 Thread Eric Rank
Hi, First, this is probably not a question for the dev list, but rather for the user list (http://struts.apache.org/mail.html#subscribing) I haven't done much with Flex, but I'm familiar enough with the technology to hopefully shed some light on your situation. Struts is designed to serve

Re: Struts service facade

2007-01-24 Thread Martin Cooper
First, this is really a question for the User list. This list is for discussion of the development of Struts itself. Please follow up on that list rather than here. Second, you haven't actually said whether you're trying to use Struts 1 or Struts 2. Joe has provided the answer for S1; Musachy has

Re: Struts service facade

2007-01-24 Thread einundswanzig
einundswanzig wrote: > > Im new in Struts, in fact im pretty new in Java, but i have programmed for > Coldfusion, C#/VB and Flex. Im trying to connect to a J2EE server with > Struts on it using Flex. Flex is able to call a java component on the > server and execute a method and then serialize t

Re: Struts service facade

2007-01-24 Thread Martin Cooper
On 1/24/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Well, you can use the plugin to "send the data back", using a "json" result, instead of writing to the OutputStream directly, like Joe mentioned. Oh, *that* plugin. Sorry. I thought you were talking about the contents of the link you had

Re: Struts service facade

2007-01-24 Thread Musachy Barroso
Well, you can use the plugin to "send the data back", using a "json" result, instead of writing to the OutputStream directly, like Joe mentioned. The plugin has a helper class to write to an stream, or build an string from an object also. I recently added an interceptor, to populate an action f

struts validate + style of fields

2007-01-24 Thread Paulo Vitor
Hi peaple, i am new in heare and i´m a brasilian developer. So im have a question about struts validate, I want to set the property errorStyleClass, but I dont want do it in jsp. I want do it in my method of validation. My method params is: ValidatorAction Field ActionMessages Validator HttpServl

Re: Web Annotations

2007-01-24 Thread Nate Drake
Struts 2 does have some annotation support. See the following links for details: https://issues.apache.org/struts/browse/WW-1491 http://struts.apache.org/2.x/docs/zero-configuration.html http://struts.apache.org/2.x/docs/annotations.html On 1/24/07, André Faria <[EMAIL PROTECTED]> wrote:

Web Annotations

2007-01-24 Thread André Faria
I read the WW-1612 Issue (https://issues.apache.org/struts/browse/WW-1612) , and I would like to discuss some functionalities that annotations could give us, and if is possible or interesting to implement that in Struts 2. Please if you could write what you think about each topic... 1.