Re: Jive Forum in Struts Zone

2007-03-29 Thread Paul Benedict
I do find the embedded version to be usable and preferable. My 2 cents. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jive Forum in Struts Zone

2007-03-29 Thread Martin Cooper
On 3/29/07, Ted Husted <[EMAIL PROTECTED]> wrote: Or, we could just embed Nabble, as do ActiveMQ and Geronimo: I don't understand "embed" here. They are no more "embedded" than the link that the Struts web site already has to Nabble on this page: http://struts.apache.org/mail.html The only

Re: Jive Forum in Struts Zone

2007-03-29 Thread Martin Cooper
Just to be clear, "we" here refers to some subset of the Struts developers; others of us, including myself, do not agree with the statements made below. -- Martin Cooper On 3/28/07, Ted Husted <[EMAIL PROTECTED]> wrote: The Open Symphony project has been kindly hosting a forum for the Struts

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues
Mens, I said it works putting the submit outside the , but it doesn't. The button is moved to a line separated by a Horizontal Line. At least, it does execute correctly the action. thanks, Felipe Felipe Rodrigues wrote: > > Hi mans, > I'm really so sorry to insist in this, but look at this c

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues
Hi mans, I'm really so sorry to insist in this, but look at this code. How work around this? Using this code, when I click at Submit, the page does not work properly, instead of refresh the listeners of this topic, it open a new blank page, as we ca

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Rene Gielen
Felipe, this was not meant a flame. The doc posted snippet explains - why you get tr/td tags - that you could make a custom template Since we clarified that this is a feature and not a bug, I'm sure you will get lots of input regarding your particular usecase if you describe it on the user list

Re: dynamically textbox

2007-03-29 Thread Martin Cooper
On 3/29/07, swap <[EMAIL PROTECTED]> wrote: how to generate textbox dynamically using struts Please ask questions about how to use Struts on the User list. The Dev list is for discussion about the development of Struts itself. -- Martin Cooper --

Re: dynamically textbox

2007-03-29 Thread Felipe Rodrigues
What exactly you want to do? Regards, Felipe swap-2 wrote: > > how to generate textbox dynamically using struts > - > Posted via Jive Forums > http://forums.opensymphony.com/thread.jspa?threadID=73829&messageID=137007#137007 >

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues
Sure, Should I create a new post there and leave this one here? Felipe Martin Cooper-2 wrote: > > On 3/29/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: >> >> >> Thanks, >> >> So I need to set the theme as simple? > > > You need to be asking on the User list, as mentioned by Phil. > > -- >

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues
whow... Sounds like everybody is flaming here. Sorry guys, I don't want to waste your time. Yes, there is a annotation in a green box right in the middle telling about the feature, but there is no example about how do that with ajax behavior. Can I just set the theme as simple and use the ajax be

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Rene Gielen
Of course it was ok to ask first before filing a bug. For the docs you pointed out, there is an annotation in a green box right in the middle: "The xhtml theme renders out a two-column table. If a different layout is needed, do not write your own HTML. Create a new theme or utilize the simple

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues
Hi Philip, We are look guys, since I asked here, before create an issue at Jira, isn't it? By the way I read the documentation at http://cwiki.apache.org/WW/form-tags.html http://cwiki.apache.org/WW/form-tags.html but it don't tell anything about this hidden "feature". I posted here, becaus

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Martin Cooper
On 3/29/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Thanks, So I need to set the theme as simple? You need to be asking on the User list, as mentioned by Phil. -- Martin Cooper But what about if I am using ajax features? Because after that I have 2 that use theme ajax. Just ot rem

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues
Thanks, So I need to set the theme as simple? But what about if I am using ajax features? Because after that I have 2 that use theme ajax. Just ot remember: I want put all components in one line. Anyway, thanks for the answer... Felipe Rainer Hermanns wrote: > > This is no bug, but a featu

deprecate tabletags

2007-03-29 Thread Musachy Barroso
We have been talking about dropping the table tag for a while, there was some doubt if it was deprecated already or not, here is the WW ticket: http://jira.opensymphony.com/browse/WW-860 I added a comment on the tag reference marking it as deprecated. Do we have to document it somewhere else, li

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Musachy Barroso
On 3/29/07, Rainer Hermanns <[EMAIL PROTECTED]> wrote: This is no bug, but a feature :) classic :) musachy

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Rainer Hermanns
This is no bug, but a feature :) Either use this: some text other text or: hth, Rainer > > Hi everyone, > > I'm using a to organize the layout of my form. I'd like to get all > components in one line, so, I'm using this code: > > > some tex

Re: BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Philip Luppens
You might want to read the documentation of Struts 2 (hint, under FAQ [1]) before you shout 'BUG'. Plus, you should use the user mailing list for questions like this, the dev list is for the development of Struts 2. [1] http://cwiki.apache.org/WW/why-do-the-form-tags-put-table-tags-around-contr

BUG - Struts ui components inside mess the layout.

2007-03-29 Thread Felipe Rodrigues
Hi everyone, I'm using a to organize the layout of my form. I'd like to get all components in one line, so, I'm using this code: some text other text But when rendering the page, struts put each component under the other. I checked out the generated code and found

Re: passing data from one jsp to other

2007-03-29 Thread Antonio Petrelli
2007/3/29, swap <[EMAIL PROTECTED]>: how to pass values from one jsp to other on clicking link with the help of bean These questions should be sent to the Struts Users mailing list: http://struts.apache.org/mail.html But anyway your questions are too generic, it seems that you simply have to le

passing data from one jsp to other

2007-03-29 Thread swap
how to pass values from one jsp to other on clicking link with the help of bean - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=73830&messageID=137008#137008 --

dynamically textbox

2007-03-29 Thread swap
how to generate textbox dynamically using struts - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=73829&messageID=137007#137007 - To

Re: Jive Forum in Struts Zone

2007-03-29 Thread Ted Husted
Or, we could just embed Nabble, as do ActiveMQ and Geronimo: http://activemq.apache.org/discussion-forums.html http://geronimo.apache.org/discussion-forums.html -Ted. On 3/28/07, Ted Husted <[EMAIL PROTECTED]> wrote: The Open Symphony project has been kindly hosting a forum for the Struts Deve

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-29 Thread Rene Gielen
Update: the corresponding S2 issue [1] should be fixed now too (crosscheck highly appreciated). This introduced the need to update XW dependencies to 2.0.2-SNAPSHOT. I've talked with Rainer about the release schedule for XW - if everything works as planned, this weekend a release can be expected.