Re: [struts-dev] classpath issues...

2008-06-06 Thread Dale Newfield
Musachy Barroso wrote: I've done a bunch of searching to try to find where that classpath is constructed, or any other reports of similar issues, but found neither. In ClassLoaderUtil probably. ClassLoaderUtil is an xwork class. While looking at it earlier today I did find a bug (submitted

Re: classpath issues...

2008-06-06 Thread Musachy Barroso
> I've done a bunch of searching to try to find where that classpath is > constructed, or any other reports of similar issues, but found neither. In ClassLoaderUtil probably. musahcy -- "Hey you! Would you help me to carry the stone?" Pink Floyd -

FieldErrorTag

2008-06-06 Thread David Evans
I have made a change to the FieldErrorTag and would like to submit it for consideration. It is a solution to my desire to use the FieldErrorTag on a single field basis in this manner: instead of the current usage: myField I have made two simple changes, one to FieldErrorTag, one to the struts-ta

classpath issues...

2008-06-06 Thread Dale Newfield
I recognize that this isn't specifically an xwork question, but I'm investigating a bug that's tickled by xwork code, and I was hoping someone might be able to point to where I should be asking this question... I'm trying to get my struts2 app running under Sun's glassfish distribution on a wi

[OT] Re: Hosting Companies

2008-06-06 Thread Dave Newton
--- On Fri, 6/6/08, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Fri, Jun 6, 2008 at 9:44 AM, Dave Newton wrote: > > Or struts-user, which is probably a better idea. > Yes, sorry. Of course I saw "struts-dev" right > *after* I clicked send... I was telling somebody the other day how we used to be

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-06-06 Thread dusty
Woot! Now we really need to ship it. ;-) -D Musachy Barroso wrote: > > There is a new config setting on Convention to let you organize your > results in a subir, set > > > > and you will be able to layout your results like: > > ${resultsRoot}/${namespace}/${actionName}/${result}.${exte

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-06-06 Thread Musachy Barroso
There is a new config setting on Convention to let you organize your results in a subir, set and you will be able to layout your results like: ${resultsRoot}/${namespace}/${actionName}/${result}.${extension} //it is set to "true" by default musachy On Thu, May 22, 2008 at 12:30 AM, dusty <[E

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-06-06 Thread Musachy Barroso
Thanks for the testing :) I added the dependency to rest-showcase to make build again. I also added a note to the 2.1.1 release notes. musachy On Fri, Jun 6, 2008 at 10:24 AM, Jeromy Evans <[EMAIL PROTECTED]> wrote: > Hi Musachy, > > Just letting you know I just moved a large rest-plugin app fro

Re: [POLL] Drop strutsel package from 1.4?

2008-06-06 Thread Paul Benedict
I started this poll because it is, to Wendy's point, double work to maintain the tag libraries. For every change, I have to update two source files -- either two Java or two TLD. Because people have noticed in the past when the two libraries are not in sync, I was looking for a way to "move forward

Re: Hosting Companies

2008-06-06 Thread Wendy Smoak
On Fri, Jun 6, 2008 at 9:44 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > Or struts-user, which is probably a better idea. Yes, sorry. Of course I saw "struts-dev" right *after* I clicked send... -- Wendy - To unsubscribe, e-m

Re: Hosting Companies

2008-06-06 Thread Dave Newton
--- On Fri, 6/6/08, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Fri, Jun 6, 2008 at 9:27 AM, Rios, Adrian wrote: > > Can somebody provide a good hosting company that > supports Struts 1.2 and > > Tiles? MySQL backend. > > Do you need support for the framework itself? That's > more of a SourceLab

Re: How to pass dynamic value to the logic:equal tag?

2008-06-06 Thread Dave Newton
Please ask questions on the struts-user list; struts-dev is for the development of Struts itself. Thanks, Dave --- On Fri, 6/6/08, VenkatBabu <[EMAIL PROTECTED]> wrote: > From: VenkatBabu <[EMAIL PROTECTED]> > Subject: How to pass dynamic value to the logic:equal tag? > To: dev@struts.apache.org

Re: UknownHandlers

2008-06-06 Thread dusty
The high priority goal is to get a single RESTful action invocation and configuration convention stack for Struts2. The reason for this particular discussion is the Convention plugin is generally accepted as being a better option than Codebehind. There are still Codebehind-based apps out there a

Re: Hosting Companies

2008-06-06 Thread Wendy Smoak
On Fri, Jun 6, 2008 at 9:27 AM, Rios, Adrian <[EMAIL PROTECTED]> wrote: > Can somebody provide a good hosting company that supports Struts 1.2 and > Tiles? MySQL backend. Do you need support for the framework itself? That's more of a SourceLabs type thing... or just ask here. :) For hosting, I

Hosting Companies

2008-06-06 Thread Rios, Adrian
Folks, Can somebody provide a good hosting company that supports Struts 1.2 and Tiles? MySQL backend. Thanks, I appreciate it. Adrian Rios Information Technology ADP Tax & Financial Services Work: (909) 592-6411 x3863 Cell1: (818) 429-3814 Cell2: (951) 906-9590 [EMAIL PROTECTED] mailto:[EMAI

How to pass dynamic value to the logic:equal tag?

2008-06-06 Thread VenkatBabu
I am new to this forum...forgive me if the question that i am going to raise is already present. I dont have time to go through all the messages which have been raised already. The problem is: I have logic:equal tag's value attribute shoud get populated by a value from the bean(i am storing t

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Chris Pratt
I'll see what I can do. Thanks. (*Chris*) On Fri, Jun 6, 2008 at 12:43 AM, Don Brown <[EMAIL PROTECTED]> wrote: > Looks like it wants short-name and uri after display-name. Should be > an easy fix. See if you can figure out all the changes needed and > file a JIRA ticket. > > Thanks, > > Don

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Dave Newton
Please ask questions on the struts-user list. The struts website and/or wiki are pretty clear on how to get Struts sources. --- On Fri, 6/6/08, Vijay Devaruppala <[EMAIL PROTECTED]> wrote: > From: Vijay Devaruppala <[EMAIL PROTECTED]> > Subject: Re: Struts 2.1.2 on Resin > To: "Struts Developer

Re: [POLL] Drop strutsel package from 1.4?

2008-06-06 Thread Paul Benedict
Another option is to create a dormant subproject just like Commons in Struts 1. I would then put a profile to build those projects optionally, just like the apps profile. Paul On Fri, Jun 6, 2008 at 7:46 AM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/6/6 Paul Benedict <[EMAIL PROTECTED]>

Re: [VOTE] Bring Convention plugin into trunk and deprecate Zero Config

2008-06-06 Thread Jeromy Evans
Hi Musachy, Just letting you know I just moved a large rest-plugin app from an old 2.1.3-snapshot to the current head to try things out...and it still works :-) Here's what I had to do: - added codebehind as a direct dependency for the application (for now) as it was removed as a dependenc

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Vijay Devaruppala
Don, Hi ! Wondering if you could help direct me to a link to download .java src for struts related jars. I have the .class jar files. While debugging appln in eclipse, eclipse is looking for src for struts packages. I searched on apache site but could not get to any appropriate zip which

Re: [POLL] Drop strutsel package from 1.4?

2008-06-06 Thread Paul Benedict
I forgot to mention one thing. My idea is not to delete the subproject out of SVN HEAD, but to remove it from the parent POM so it no longer is a member of the build process. I don't want to hinder people from submitting patches (or fixing it) if they really want to maintain it themselves privately

[POLL] Drop strutsel package from 1.4?

2008-06-06 Thread Paul Benedict
Struts 1.4 requires JDK 1.4 minimum. It's been 8 years since Struts inception. Would it be reasonable to allow this package to no longer be included in the next release? My vote is +1 because of the double maintenance of the taglibraries. Unlike the nested tags, strutsel does not offer additional f

Re: Struts 2.1.2 on Resin

2008-06-06 Thread Don Brown
Looks like it wants short-name and uri after display-name. Should be an easy fix. See if you can figure out all the changes needed and file a JIRA ticket. Thanks, Don On Fri, Jun 6, 2008 at 5:03 PM, Chris Pratt <[EMAIL PROTECTED]> wrote: > It appears that the struts-tags.tld doesn't validate o

Struts 2.1.2 on Resin

2008-06-06 Thread Chris Pratt
It appears that the struts-tags.tld doesn't validate on Resin 3.1. When I tried to update my app I get: 500 Servlet Exception jar:file:/C:/Proj/LCARS/webapp/lcars/WEB-INF/lib/struts2-core-2.1.2.jar!/META-INF/struts-tags.tld:6: is an unexpected tag (parent starts at 2). 4: s 5: /struts-tags