Re: [tiles2] tiles-documentation/showcase app

2006-11-23 Thread Antonio Petrelli
David H. DeWolf ha scritto: I actually agree, though there was discussion about making it a showcase. My preference would be to let the selenium test webapp be our showcase. No reason to have 2 instances. Antonio? I don't know, my POV is that tiles-test could be used for all tests, even

Re: [PROPOSAL] Graduate Tiles2 From the Sandbox (was Re: Releasing Tiles)

2006-11-23 Thread Antonio Petrelli
Don Brown ha scritto: +0 with the caveat that its temporary nature is very clearly marked on the Struts site. We just finished fighting off the impression we are a generic umbrella project, and I'd like to not go through that again. Wiki just edited, it is the last sentence in the page.

Re: [PROPOSAL] Graduate Tiles2 From the Sandbox (was Re: Releasing Tiles)

2006-11-23 Thread Antonio Petrelli
David H. DeWolf ha scritto: Please find the Tiles2 graduation proposal draft below. I look forward to your feedback . . . +1, but I think that also Wendy should be put as an active participant, since she helped us with Maven, gave a lot of useful suggestions and made tests. Ciao Antonio

Re: [s2] XWork2 release plan

2006-11-23 Thread Rene Gielen
Konstantin, see below: --- Rene Gielen [EMAIL PROTECTED] For now, and that's what I understood from Konstantins post, we would have to throw in some additional work to get a annotation+xd2 based generation up and running, while the apt based solution helps us to get a first shot

[Struts1] STR-1183: creating a ViewUtils class

2006-11-23 Thread Mark Bakker
I am interested to do some work on the Struts project. I have been investigating STR-1183 https://issues.apache.org/struts/browse/STR-1183 currently I started to create some code. In general I am creating a ViewUtils class in the struts-core, what is functional a copy of the TagUtils class in

Regarding Compatability for Struts-2.0.1

2006-11-23 Thread Jeevan Kumar Kade
Hi All, I worked on Struts 1.1 for around 1 year. With that experience and knowledge, when i was looking into Sturts-2.0.1 document and example i really just woundering and have few queries on them which i am listing below. Please, clarify these queries. Queries 1.

[OT] JIRA WTF?

2006-11-23 Thread Antonio Petrelli
Just seen when I logged in, in the bottom right corner: Your commercial JIRA support and updates will not be available after *02/Jan/07*. If you wish to renew your license, please contact Atlassian mailto:[EMAIL PROTECTED]. Isn't JIRA for Struts with a free Open Source Project / Non-profit

Re: [ajaxtags] Tree and Autocompleter

2006-11-23 Thread Musachy Barroso
I started implementing the autocompleter today, and I realized that it is going to be confusing to have a combobox and a autocompleter, that are very much alike, the autocompleter does everything that the combobox does, but the implementation is based on Dojo, and it can make an ajax call to

Re: [ajaxtags] Tree and Autocompleter

2006-11-23 Thread Rainer Hermanns
Musachy, I would prefer to have both. If we put to much magic into the default html components, this might get too complicated. What do you think? -Rainer I started implementing the autocompleter today, and I realized that it is going to be confusing to have a combobox and a autocompleter,

Re: [s1.3.6]: New label tag

2006-11-23 Thread Paul Benedict
Based on the discussions, I propose the following additional tag libraries then: html:span and html:div that will output their respective HTML tags. These tags will be tied to a specified name/property, have their errorStyleXXX properties available, and an optional flag to skip the body if

Re: [ajaxtags] Tree and Autocompleter

2006-11-23 Thread Musachy Barroso
I'd rather have two also, but I wanted to get some feedback before moving forward. musachy On 11/23/06, Rainer Hermanns [EMAIL PROTECTED] wrote: Musachy, I would prefer to have both. If we put to much magic into the default html components, this might get too complicated. What do you

Re: [tiles2] tiles-documentation/showcase app

2006-11-23 Thread Greg Reddin
On Nov 23, 2006, at 2:05 AM, Antonio Petrelli wrote: I don't know, my POV is that tiles-test could be used for all tests, even the simplest ones. For example, one day a user notices a strange effect on a tag and opens a JIRA issue, so we resolve it and put a Selenium test case. Adding

Struts + EJB

2006-11-23 Thread samhr
Hi, Am new to Struts, currently am creating an application using Struts and EJB. I dont know how to connect the Struts with EJB component. Can someone pls help me? I searched for samples online, but am not able to understand them. Does anyone has a sample code to integrate both of them, with

Re: [tiles2] tiles-documentation/showcase app

2006-11-23 Thread Antonio Petrelli
Greg Reddin ha scritto: On Nov 23, 2006, at 2:05 AM, Antonio Petrelli wrote: I don't know, my POV is that tiles-test could be used for all tests, even the simplest ones. For example, one day a user notices a strange effect on a tag and opens a JIRA issue, so we resolve it and put a Selenium