Struts reusable Combobox: Static?

2009-04-13 Thread Baran
Hi Guys, This is about implementing reusability in the actions. I am struggling to identify the ways how we can share some comming functionality between different actions. Lets say I got a list of users i need to use as a combobox list at multiple pages. Right now I have to push the code in

Re: Struts reusable Combobox: Static?

2009-04-13 Thread Philip Luppens
On Mon, Apr 13, 2009 at 8:47 AM, Baran baran.k...@gmail.com wrote: Hi Guys, This is about implementing reusability in the actions. I am struggling to identify the ways how we can share some comming functionality between different actions. Lets say I got a list of users i need to use as a

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-04-13 Thread Lukasz Lenart
2009/4/12 Musachy Barroso musa...@gmail.com: I think Lukasz uploaded a fix to Jira right? or maybe I am confused with the Convention archetype. I've just posted simple patch to remove duplications, see [1] for full story, after it should be ready to release in my opinion [1]

Re: New struts2-blank and docs

2009-04-13 Thread Lukasz Lenart
2009/4/11 Musachy Barroso musa...@gmail.com: The documentation is always under 2.x, when a release is done is that the 2.x.y dirs are created. Btw I totally forgot to test the Convention archetype. I've been thinking to add more stuff to it (right now, only two actions were implemented), but

Re: Struts reusable Combobox: Static?

2009-04-13 Thread Struts Two
Have a base action class that includes code for returning combo list and let your other actions extend it. --- On Mon, 4/13/09, Philip Luppens philip.lupp...@gmail.com wrote: From: Philip Luppens philip.lupp...@gmail.com Subject: Re: Struts reusable Combobox: Static? To: Struts Developers

Re: Google App Engine support?

2009-04-13 Thread Musachy Barroso
I was working on the OSGi plugin this weekend so I didn't look at it, but this got me thinking, what is SiteMesh doing with JNDI anyway? musachy On Mon, Apr 13, 2009 at 7:27 AM, Al Sutton a...@funkyandroid.com wrote: At the moment I'm giving

Re: New struts2-blank and docs

2009-04-13 Thread Musachy Barroso
I think we should keep it simple, what do you want to add? musachy On Mon, Apr 13, 2009 at 8:30 AM, Lukasz Lenart lukasz.len...@googlemail.com wrote: 2009/4/11 Musachy Barroso musa...@gmail.com: The documentation is always under 2.x, when a release is done is that the 2.x.y dirs are created.

Re: New struts2-blank and docs

2009-04-13 Thread Lukasz Lenart
2009/4/13 Musachy Barroso musa...@gmail.com: I think we should keep it simple, what do you want to add? Conversion and validation example? The two most active topics on the list, I think ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: New struts2-blank and docs

2009-04-13 Thread Musachy Barroso
I am +1 for that. On Mon, Apr 13, 2009 at 11:34 AM, Lukasz Lenart lukasz.len...@googlemail.com wrote: 2009/4/13 Musachy Barroso musa...@gmail.com: I think we should keep it simple, what do you want to add? Conversion and validation example? The two most active topics on the list, I think

Re: Google App Engine support?

2009-04-13 Thread Brian Pontarelli
Probably looking for configuration or something like that. On Apr 13, 2009, at 7:11 AM, Musachy Barroso wrote: I was working on the OSGi plugin this weekend so I didn't look at it, but this got me thinking, what is SiteMesh doing with JNDI anyway? musachy On Mon, Apr 13, 2009 at 7:27 AM, Al

RE: Google App Engine support?

2009-04-13 Thread Al Sutton
The only reference I could find was String factoryClass = getEnvEntry(sitemesh.factory, com.opensymphony.module.sitemesh.factory.DefaultFactory); So I think it's a pretty trivial usage. Al. --- * Written an Android App? - List it at http://andappstore.com/ * == Funky Android