Re: [S2] Struts 2.0.2 status - Ready to roll

2007-01-02 Thread mraible
Any chance of getting this deployed to Apache's Snapshot Maven repo? http://people.apache.org/maven-snapshot-repository/org/apache/struts/struts2-core/ Also, is there a guide for folks upgrading from 2.0.1? Thanks, Matt Ted Husted-3 wrote: > > The test builds are signed and uploaded > > *

Struts 2 build on Bamboo

2007-01-02 Thread Don Brown
The Atlassian Bamboo folks have set up an open source instance at Contegix, and are, among others, hosting Struts 2 continuous integration builds. Helpful links: - Web site: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN - Bamboo info: http://confluence.atlassian.

[tiles2] Re: A little help please

2007-01-02 Thread David H. DeWolf
Stone, Sam wrote: I'm in a JSP that's NOT invoked by tiles. I'm looking for a certain attribute and, if found, I want to do a . That's not currently possible and it seems odd. Why do you want to use an attribute from a totally unrelated tile to store the name of a template? Here is my co

RE: A little help please

2007-01-02 Thread Stone, Sam
I'm in a JSP that's NOT invoked by tiles. I'm looking for a certain attribute and, if found, I want to do a . Here is my code that works with the Sep2006 snapshot: <% String sTilesDefName = (String) request.getAttribute("tile_name"); TilesContext tilesContext = new ServletTilesContext(session.g

Re: A little help please

2007-01-02 Thread David H. DeWolf
The component context is not used to retrieve attributes for a given definition - it is used to define and retrieve information about the currently executing environment. If you need to MODIFY a definition you can try to utilize the MutableTilesContainer interface. Perhaps what you're asking

A little help please

2007-01-02 Thread Stone, Sam
Still having trouble grabbing an attribute from a tiles definition. I was doing this OK with Sep 06 code like so: String sTilesDefName = (String) request.getAttribute("tile_name"); TilesContext tilesContext = new ServletTilesContext(session.getServletContext(), request, response); ComponentDefi

RE: How to access componentDefinition?

2007-01-02 Thread Stone, Sam
In your example: TilesContainer container = TilesAccess.getContainer(context); ComponentContext ctx = container.getComponentContext(req, res); ComponentAttribute attr = ctx.getAttribute(name); ctx comes back with no attributes (therefore attr results in null). I think I want to call getContainer

Re: documentation problems

2007-01-02 Thread Don Brown
The main docs take a little while to sync and no, I don't believe the plugin registry has been setup to sync yet. Don Musachy Barroso wrote: I fixed the snippets. The broken links are fine on Confluence, but broken on main doc, is the plugin registry available on the main doc already? musac

Re: documentation problems

2007-01-02 Thread Musachy Barroso
I fixed the snippets. The broken links are fine on Confluence, but broken on main doc, is the plugin registry available on the main doc already? musachy Musachy Barroso wrote: Macro snippet errors: http://struts.apache.org/2.x/docs/validation.html http://struts.apache.org/2.x/docs/type-conver

Re: links and samples of struts

2007-01-02 Thread oughlad
thk u very much -- View this message in context: http://www.nabble.com/links-and-samples-of-struts-tf2907348.html#a8125671 Sent from the Struts - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECT

Re: How to access componentDefinition?

2007-01-02 Thread David H. DeWolf
potentially . . .it depends on your environment. My guess is that from your example the answer is yes. David Stone, Sam wrote: TilesContainer container = TilesAccess.getContainer(context); Is "context" the servletContext? -Original Message- From: David H. DeWolf [mailto:[EMAIL PROTE

RE: How to access componentDefinition?

2007-01-02 Thread Stone, Sam
TilesContainer container = TilesAccess.getContainer(context); Is "context" the servletContext? -Original Message- From: David H. DeWolf [mailto:[EMAIL PROTECTED] On Behalf Of David H. DeWolf Sent: Tuesday, January 02, 2007 10:30 AM To: Struts Developers List Subject: Re: How to access com

Re: How to access componentDefinition?

2007-01-02 Thread David H. DeWolf
Hi Sam: Everything is now done through the container. Try something like this: TilesContainer container = TilesAccess.getContainer(context); ComponentContext ctx = container.getComponentContext(req, res); ComponentAttribute attr = ctx.getAttribute(name); David Stone, Sam wrote: Using the AP

How to access componentDefinition?

2007-01-02 Thread Stone, Sam
Using the API from Sep 2006 I was able to access externally an attribute from a tiles definition as follows: String sTilesDefName = (String) request.getAttribute("tile_name"); TilesContext tilesContext = new ServletTilesContext(session.getServletContext(), request, response); ComponentDefinition

Re: documentation problems

2007-01-02 Thread Musachy Barroso
After re-reading your email, "By editing the original Confluence pages", got it :) musachy Musachy Barroso wrote: I would, I just don't have rights :) musachy Don Brown wrote: Thanks for pointing these out, but please feel free to take the next step and correct them. By editing the original

Re: documentation problems

2007-01-02 Thread Musachy Barroso
I would, I just don't have rights :) musachy Don Brown wrote: Thanks for pointing these out, but please feel free to take the next step and correct them. By editing the original Confluence pages, found at http://cwiki.apache.org/confluence/display/WW, these snippet errors can be corrected.

Re: [S2] XWork Status Quo

2007-01-02 Thread Rainer Hermanns
Ted, I just setup the requested forums for XWork: http://forums.opensymphony.com/category.jspa?categoryID=19 Next step is to setup the mailing lists. We still use the java.net infrastructure for our mailing lists. I need karma to add those mailing lists and setup (Pinging Jason/ Patrick for

Re: links and samples of struts

2007-01-02 Thread Ted Husted
On 1/2/07, oughlad <[EMAIL PROTECTED]> wrote: hi all; i m new in developping with struts framfork, and to understand i need some links,tuto and examples of application that work with struts, thks u in advance * http://struts.apache.org/ * http://www.StrutsCentral.net/ -- HTH, Ted. * http://

links and samples of struts

2007-01-02 Thread oughlad
hi all; i m new in developping with struts framfork, and to understand i need some links,tuto and examples of application that work with struts, thks u in advance -- View this message in context: http://www.nabble.com/links-and-samples-of-struts-tf2907348.html#a8122557 Sent from the Struts - Dev

Re: [S2] XWork Status Quo

2007-01-02 Thread Philip Luppens
Where would these mailing list/forum/chat/.. be located ? I can create an XWork forum over at OpenSymphony in a moment, but I think we need Patrick to set up the mailing list (but we can sync to an apache mailing list as well). Would it be better to go for XWork 2 or an XWork forum in general ? Wi