Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Antonio Petrelli
Wendy Smoak ha scritto: Looks like Struts 2 doesn't build against the latest Tiles 2... [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure

[tiles2] Changes in tag libraries

2006-10-27 Thread Antonio Petrelli
Hi As you may have seen, I replace tiles:insert tag with three specialized tags: tiles:insertDefinition, tiles:insertTemplate, tiles:attribute. I hope you don't hate me for the change :-) I thought that an eventual tiles:insertString is useless, since there are better tags to put strings.

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread David H. DeWolf
Correct, I've got a patch prepared and will commit it once I deploy the new tiles snapshot - just got my unix perms yesterday. David Antonio Petrelli wrote: Wendy Smoak ha scritto: Looks like Struts 2 doesn't build against the latest Tiles 2... [ERROR] BUILD FAILURE [INFO]

Re: 2.0.1 missing from people.apache.org?

2006-10-27 Thread Ted Husted
In the meantime, we've made the binaries available via SoruceForge. * http://www.planetstruts.org/roller/page/news?entry=struts_2_0_1_jars I was going to try and submit this for mirroring last night (even that's even possible right now), but spent the time on our Confluence woes instead :( *

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Greg Reddin
On Oct 27, 2006, at 6:40 AM, David H. DeWolf wrote: Correct, I've got a patch prepared and will commit it once I deploy the new tiles snapshot - just got my unix perms yesterday. What happened? Is the TilesResult dependent on a snapshot or nightly build or what? I would hope we could

Re: [tiles2] Tiles Container API? (was Re: [tiles2] TilesContextFactory refactor)

2006-10-27 Thread Greg Reddin
On Oct 26, 2006, at 8:03 AM, David H. DeWolf wrote: I'll probably have some time to finish up the TilesContextFactory configuration today and start doing some work on removing duplication. Once I get through that I'll start putting some container ideas down into code. The first step of

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Wendy Smoak
On 10/27/06, Greg Reddin [EMAIL PROTECTED] wrote: What happened? Is the TilesResult dependent on a snapshot or nightly build or what? I would hope we could make changes like this without breaking people until the changes are done. Yes, Struts 2 depends on a snapshot of Tiles 2. So does

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread David H. DeWolf
Yes, TilesResult is dependent on the snapshot (the published snapshot). The struts2 build will fail, if and only if, you build tiles locally against the trunk and then build struts2 against the trunk. I have a patch ready to apply to struts2, but in order to do that, I need to be able to

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread David H. DeWolf
Wendy Smoak wrote: On 10/27/06, Greg Reddin [EMAIL PROTECTED] wrote: What happened? Is the TilesResult dependent on a snapshot or nightly build or what? I would hope we could make changes like this without breaking people until the changes are done. Yes, Struts 2 depends on a snapshot of

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Greg Reddin
On Oct 27, 2006, at 9:52 AM, Wendy Smoak wrote: On 10/27/06, Greg Reddin [EMAIL PROTECTED] wrote: What happened? Is the TilesResult dependent on a snapshot or nightly build or what? I would hope we could make changes like this without breaking people until the changes are done. Yes,

Re: Struts 2 + Tiles 2 build failure

2006-10-27 Thread Greg Reddin
On Oct 27, 2006, at 9:58 AM, David H. DeWolf wrote: Since we are changing tiles and flushing out the 2.0 api, I don't think we can prevent this type of failure for people that use snapshots. The current failure comes from 2 things: the view preparer changes that were made and the tiles

[OT][Friday] Free Struts Seminar with James Holmes - London

2006-10-27 Thread Lauren Clegg
[OT][Friday] Free Struts Session - London Skills Matter, the Open Source Technology training company, is hosting a free In-the-Brain session featuring James Holmes,Struts project committer, creator of Struts Console and author of Struts: The Complete Reference Guide. During this session

Re: parameters on ajax calls

2006-10-27 Thread Don Brown
If you are talking about the server-side tags, then yes, you can add parameters, but by using a param child tag under the element. Don Musachy Barroso wrote: I was thinking in adding an attribute to the ajax tags, parameters, which will be evaluated before the request is made, so parameters

Re: parameters on ajax calls

2006-10-27 Thread Don Brown
Perhaps not...could you back up and explain the use case? Don Musachy Barroso wrote: This parameters will be evaluated by javascript on the client side, just before the request is made. Are we talking about the same thing? musachy Don Brown wrote: If you are talking about the server-side

Re: parameters on ajax calls

2006-10-27 Thread Musachy Barroso
Suppose there is an action foo.action that we want to call using an ajax request, and we want to pass as a paratemer to the action the current value of a text input field. The jsp would be something like: input type=text id=sometext s:div theme=ajax id=somediv href=foo.action

Strecks (Struts extensions for Java 5) version 1.0 released

2006-10-27 Thread Phil Zoio
I'm pleased to announce the release of Strecks 1.0. Strecks is a set of Java 5-specific extensions to the original Struts framework. Making heavy use of Java 5 annotations, it adds a number of modern features to Struts-based applications, including POJO actions, dependency injection,

[Struts-Faces] possible Bug in FormRenderer

2006-10-27 Thread Matthias Wessendorf
Hey, two things. a) is this the right place to ask questions on Struts-Faces, or where ? if so b) the demos of struts faces show a portal which uses links (done w/ JSF-components) to navigate to a tiles pages, which finally contains a s:form based formular. that is the key...

Re: [Proposal] Struts 2 Result Selectors

2006-10-27 Thread Don Brown
Well, my original purpose is to find a way to best handle the case where we want to generate multiple types of output without the Action being aware of it. Foremost in my mind is the ability to have an action be called and expect HTML, partial HTML, or JSON without affecting the Action.

Re: parameters on ajax calls

2006-10-27 Thread Don Brown
Hmm..ok, I see your point, however, perhaps we are pushing too much onto the div tag. Is there another approach which would make it easier to grasp at a glance what we are trying to do? Don Musachy Barroso wrote: Suppose there is an action foo.action that we want to call using an ajax

Re: ajax tags

2006-10-27 Thread Don Brown
Yes, let's start with bumping up Dojo to 0.4, then apply patches to update the tags. How much work do you think it'll be to upgrade Dojo? Don Musachy Barroso wrote: I attached a new patch to WW-205, this one includes the new TabbedPanel, BindDiv and BindAnchor. It needs Dojo 0.3.1.Do you

[Struts-Faces] commandLink obsolete ?

2006-10-27 Thread Matthias Wessendorf
commandLink was create in 2004, b/c of a RI bug. I guess (or assume) that it has been fixed there. works fine w/ MyFaces. however inside trinidad/adf the commandLink will not work ... -M -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf