Re: [S2] Freemarker 2.3.8? ( was Re: [S2] Freemarker Confusion)

2007-01-23 Thread Ted Husted
For the core, I believe the external dependencies are Freemarker, OGNL, XWork, and Commons Logging. Of course, adding plugins adds dependencies, but that's another matter. My heuristic is to stay current with the latest production release, unless there is a problem. Otherwise, people using the

Re: [S2] Freemarker 2.3.8? ( was Re: [S2] Freemarker Confusion)

2007-01-23 Thread Joe Germuska
On 1/23/07, Ted Husted [EMAIL PROTECTED] wrote: For the core, I believe the external dependencies are Freemarker, OGNL, XWork, and Commons Logging. Of course, adding plugins adds dependencies, but that's another matter. My heuristic is to stay current with the latest production release,

Re: [ANNOUNCE] Struts 1.3.6 Test Build available

2007-01-23 Thread Niall Pemberton
I found a problem with Struts 1.3.6 in the LinkTag: http://issues.apache.org/struts/browse/STR-2998 I was going to try and implement version 1.3.6 at work - but since it makes every page in my app look strange (due to the syles being applied to the link x2) - I can't and it makes this version

Re: [S2] Freemarker 2.3.8? ( was Re: [S2] Freemarker Confusion)

2007-01-23 Thread Ted Husted
On 1/23/07, Joe Germuska [EMAIL PROTECTED] wrote: In the case of commons-logging, we should stay current with Struts 1.x, since we are encouraging people to use 1.x and 2.x in the same application, and this is the one dependency we share. -T. On this subject, what about commons-logging 1.1?

Re: [s2] Pluggable URL building proposal

2007-01-23 Thread Don Brown
I _love_ this idea as it is been something I've wanted to tackle myself for a while now. I'm very interested in your progress, so let us know what you find. Don Tom Schneider wrote: Based on the portlet plugin proposal and some work I've been doing with the table tags, I thought I would

Re: [ANNOUNCE] Struts 1.3.6 Test Build available

2007-01-23 Thread Paul Benedict
What a bummer. I am sorry I missed this, although the cookbook had an example and this didn't happen to me. But anyway, at least it's fixed. Thanks Niall for doing this. Niall Pemberton wrote: I found a problem with Struts 1.3.6 in the LinkTag:

Struts service facade

2007-01-23 Thread einundswanzig
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 the result and deserialize it in

Re: Struts service facade

2007-01-23 Thread Joe Germuska
What do you mean by just the result? If your Flex app is calling Struts, then it needs some kind of data back. Are you saying that you want the result to be ActionScript, kind of like a JSON result? Or XML? In the general case, if a Struts action writes data to the Servlet response, then it

Re: [s2] Pluggable URL building proposal

2007-01-23 Thread Tom Schneider
I am very ashamed to report that I didn't get very far. (too much snow to shovel last weekend) I was able to analyze what each type of url would need, i.e. portlet vs. normal url. I think our best best is to have a data bean that encapsulates non-stardard stuff for each url type along with

Re: Struts service facade

2007-01-23 Thread Musachy Barroso
I have never used Flex, but it seems like it plays nicely with JSON: http://weblogs.macromedia.com/mesh/archives/2006/03/one_of_the_litt.html You can use the JSON plugin to serialize your actions into JSON. If you post this question on the user list, you'll probably get more answers regards

Re: Struts service facade

2007-01-23 Thread Martin Cooper
On 1/23/07, Musachy Barroso [EMAIL PROTECTED] wrote: I have never used Flex, but it seems like it plays nicely with JSON: It does, and you don't need a plugin. If you just want to get data back from the server, you can send JSON and use ActionScript's 'eval' function to turn that into a data