Re: [s1] Taglib plugin problem

2007-03-01 Thread Antonio Petrelli
2007/3/2, Paul Benedict <[EMAIL PROTECTED]>: What is going on with the output of the taglib plugin? http://struts.apache.org/1.x/struts-taglib/tagreference.html#link All the HTML is verbatim and smashed together. Who can help? I think that the "tag reference" menu item should be removed, sinc

[s1] Taglib plugin problem

2007-03-01 Thread Paul Benedict
What is going on with the output of the taglib plugin? http://struts.apache.org/1.x/struts-taglib/tagreference.html#link All the HTML is verbatim and smashed together. Who can help? Paul - To unsubscribe, e-mail: [EMAIL PROTEC

Re: [VOTE] Struts 1.3.7 Quality

2007-03-01 Thread Michael Jouravlev
On 3/1/07, Henri Yandell <[EMAIL PROTECTED]> wrote: On 3/1/07, Paul Benedict <[EMAIL PROTECTED]> wrote: > [ ] Leave at test build > [ ] Alpha > [X ] Beta > [ ] General Availability (GA) > > I cast my vote to fix ActionRedirect in 1.3.8: > https://issues.apache.org/struts/browse/STR-3009 > > Do

Re: [VOTE] Struts 1.3.7 Quality

2007-03-01 Thread Paul Benedict
Henri Yandell wrote: Is the aim to start a vote on 1.3.8 as soon as STR-3009 is ready? That's my plan. It's a one-liner to fix. I'll put up a 1.3.8 this weekend and call another vote. Paul - To unsubscribe, e-mail: [EMAIL PRO

Re: [VOTE] Struts 1.3.7 Quality

2007-03-01 Thread Henri Yandell
On 3/1/07, Paul Benedict <[EMAIL PROTECTED]> wrote: [ ] Leave at test build [ ] Alpha [X ] Beta [ ] General Availability (GA) I cast my vote to fix ActionRedirect in 1.3.8: https://issues.apache.org/struts/browse/STR-3009 Do any other Struts committers object? The complaint is that ActionRed

Re: Struts 1.4 & 2.1 sharing localization code

2007-03-01 Thread Niall Pemberton
On 2/28/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: 2007/2/22, Antonio Petrelli <[EMAIL PROTECTED]>: > What could be useful for Tiles is a single configurable entry-point > from which the current Locale should be taken. I don't know if Paul > means this. I think Niall cleared my doubt in the

Migrating from 2.0.1 to 2.0.6

2007-03-01 Thread Shekhar Yadav
All, Is there a document somewhere which tells how to migrate from 2.0.1 version to 2.0.6. I tried migrating and I am running into issues with tiles.xml and dojo. If there is a consolidated list somewhere to look at it would be helpful. Else, I guess I will have to go with trial and error.

Re:

2007-03-01 Thread Martin Cooper
http://struts.apache.org/mail.html -- Martin Cooper On 3/1/07, Dilep <[EMAIL PROTECTED]> wrote: Sorry about that.. i looked in to that and i did'nt find Struts User list. Do you mean Web Work users ?? Thanks - Posted via Jiv

Re:

2007-03-01 Thread Dilep
Sorry about that.. i looked in to that and i did'nt find Struts User list. Do you mean Web Work users ?? Thanks - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=68065&messageID=128795#128795 -

Re:

2007-03-01 Thread Martin Cooper
For the third time now, please ask your User questions on the User list, not the Dev list. -- Martin Cooper On 3/1/07, Dilep <[EMAIL PROTECTED]> wrote: Hi I have a form with 2 radio buttons Yes and No. By default in Add mode i want to set to 'No'. I am doing this in my form bean and its fine.

Re: [VOTE] Struts 1.3.7 Quality

2007-03-01 Thread Paul Benedict
[ ] Leave at test build [ ] Alpha [X ] Beta [ ] General Availability (GA) I cast my vote to fix ActionRedirect in 1.3.8: https://issues.apache.org/struts/browse/STR-3009 Do any other Struts committers object? The complaint is that ActionRedirect does not enforce "redirect=true" in 1.3.5 (but

dev@struts.apache.org

2007-03-01 Thread Dilep
Hi I have a form with 2 radio buttons Yes and No. By default in Add mode i want to set to 'No'. I am doing this in my form bean and its fine. But when it comes to update page, how do i set back to the selected one based on my database value 'Yes' or 'No'. Tough it looks generic requirement, i a

Re: [VOTE] Struts 1.3.7 Quality

2007-03-01 Thread Niall Pemberton
+1 for GA quality Niall On 2/25/07, Paul Benedict <[EMAIL PROTECTED]> wrote: The Struts 1.3.7 test build is now available. Release notes: * http://struts.apache.org/1.x/userGuide/release-notes.html Distribution: * http://people.apache.org/builds/struts/1.3.7/ Maven 2 staging repository: * ht

Re: [VOTE] Struts 1.3.7 Quality

2007-03-01 Thread Niall Pemberton
On 2/28/07, Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 2/28/07, Paul Benedict <[EMAIL PROTECTED]> wrote: > Michael Jouravlev wrote: > > Paul, do you think that STR-3009 -- ActionRedirect from ForwardConfig > > not redirecting properly -- should be fixed for 1.3.7 to minimize the > > impact o

Re: [VOTE] Struts 1.3.7 Quality

2007-03-01 Thread Niall Pemberton
On 3/1/07, Ted Husted <[EMAIL PROTECTED]> wrote: We choose not to re-use a tag after a build has been released, where "released" means the PMC has voted on the build. But, if it's still a test-build, and it would be helpful to retag it for some reason, then "no harm, no foul". I've been known to

Re: [s1] Added Tiles 2 integration module

2007-03-01 Thread Paul Benedict
For Struts 1, sure! We'd love to have it for 1.4 Antonio Petrelli wrote: Hi all! I would like to know if I can add the Struts 1 - Tiles 2 integration module to struts-parent pom. This module is used inside Tiles' showcase, that is currently available only in its SVN repository, and it seems to w

Re: [s2] Enhancement to Zero Config: Default Success Result

2007-03-01 Thread Ted Husted
On 2/28/07, mraible <[EMAIL PROTECTED]> wrote: One change I'd like to see to the codebehind plugin is the ability to specify the default location of pages. For example WEB-INF/pages. Or is that what the "struts.codebehind.defaultPackage" constant is for? I'd like to see that for all results. W

[s1] Added Tiles 2 integration module

2007-03-01 Thread Antonio Petrelli
Hi all! I would like to know if I can add the Struts 1 - Tiles 2 integration module to struts-parent pom. This module is used inside Tiles' showcase, that is currently available only in its SVN repository, and it seems to work pretty well: https://svn.apache.org/repos/asf/tiles/examples/trunk/tile