User provisioning and maintenance systems

2009-09-30 Thread marty milligan
This is tangentially related to struts but it seems to come up often enough that I figured I would ask this group. For most applications, I use Struts (mostly 1 but I'm coming up to speed on 2) with Spring Security. For user provisioning and and maintenance I usually use the systems that come with

RE: Errors during unzip of 2.1.8

2009-09-30 Thread Lee Clemens
Works fine for me using linux too, but not using WinZip on Windows XP - Windows does not support question marks (?) in file names. -Original Message- From: Musachy Barroso [mailto:musa...@gmail.com] Sent: Wednesday, September 30, 2009 8:06 PM To: Struts Users Mailing List Subject: Re: Er

Re: Errors during unzip of 2.1.8

2009-09-30 Thread Musachy Barroso
works fine for me on rhel 5, are you on windows? musachy On Wed, Sep 30, 2009 at 4:33 PM, Lee Clemens wrote: > Hello, > > Winzip is giving me dozens (maybe more) of these errors when attempting to > unzip struts-2.1.8-all.zip. > > The following invalid filename was encountered in the archive: >

Errors during unzip of 2.1.8

2009-09-30 Thread Lee Clemens
Hello, Winzip is giving me dozens (maybe more) of these errors when attempting to unzip struts-2.1.8-all.zip. The following invalid filename was encountered in the archive: "struts-2.1.8\docs\WW\quickstart.data\index.html?C=M;O=D.html" File names/paths are change, but they all seem to be in \doc

[ANN] Struts 2.1.8 GA Release

2009-09-30 Thread Musachy Barroso
The Apache Struts Team is pleased to announce that Struts 2.1.8 is available as a "General Availability" release. The GA designation is our highest quality grade. [http://struts.apache.org/download.cgi#struts218] The release is also available from the central Maven repository under Group ID "org.

Re: Localization and Dates

2009-09-30 Thread Greg Lindholm
Properly handling dates in a fully internationalized application can be harder then you might think. As in your example "Dec. 20, 2009" is not an absolute value, it depends on which timezone the user is in because if may be Dec 20 in London, but it's already Dec 21 in Hong Kong. And of course 12/

Re: Create new theme in struts Tutorial

2009-09-30 Thread Eduard Neuwirt
Hi Martin, I have two kinds of forms. Table view and Entity View for different entities and tables. The look-and-feel shall be the same, only the content and columns differ. I don't use any template library. CSS is planned. Eduard Neuwirt Martin Gainty schrieb: i would have to agree with pa

RE: Create new theme in struts Tutorial

2009-09-30 Thread Martin Gainty
i would have to agree with patrick in saying its easier to wrap the simple theme than creating from scratch http://struts.apache.org/2.0.14/docs/extending-themes.html a few questions: what is the purpose of this theme? which Template Libraries would you be using? will you be using CSS? Martin G

Create new theme in struts Tutorial

2009-09-30 Thread Eduard Neuwirt
Hello, I am trying to create my own Struts theme. The topic seems to be rather rarely. I am looking for an tutorial or how to guide describing this. Does a tutorial exist ? Is it useful to create a won theme ? Regards Eduard --

Re: Convention Confusion [BUG]?

2009-09-30 Thread Roger
On Wednesday 30 September 2009 18:15:00 Musachy Barroso wrote: > that is pretty suspicious, can you open a jira ticket with the details? > > thanks > musachy > Will do. I need to construct a test case to remove all the DB activities etc. Is there a site with instructions on how to prepare a jira

Re: Convention Plugin - "Unable to find a result type for extension [svn/]"

2009-09-30 Thread Musachy Barroso
convention uses the extension to figure out the result type, so it is getting confused and assuming that "svn" is a type. I think it is safe to ignore any file that starts with "." as it will have no file name, so no result could ever map to it (by convention at least). I fixed it in trunk, Jira is

Convention Plugin - "Unable to find a result type for extension [svn/]"

2009-09-30 Thread Christian Bockermann
Hi, I am a big fan of the struts-convention plugin, but have errors getting it to ignore my .svn-files. If I start my web-app using the maven-jetty plugin (mvn jetty:run), it starts processing the resource-paths until it hits the first .svn-directory: Caused by: Unable to find a result ty

Re: Localization and Dates

2009-09-30 Thread Tommy Pham
- Original Message > From: Tommy Pham > To: Struts Users Mailing List > Sent: Wednesday, September 30, 2009 9:06:47 AM > Subject: Re: Localization and Dates > > - Original Message > > From: Robin Mannering > > To: Struts Users Mailing List > > Sent: Wednesday, September 30, 2

Re: Localization and Dates

2009-09-30 Thread Tommy Pham
- Original Message > From: Robin Mannering > To: Struts Users Mailing List > Sent: Wednesday, September 30, 2009 2:18:58 AM > Subject: Localization and Dates > > Hello, > > Can anyone give me some 'best practice' advice for dealing with dates in > an international app (Struts2). > > W

Re: how to use autocompleter tag? Please......

2009-09-30 Thread Tommy Pham
__ From: taj uddin To: struts2 Sent: Tuesday, September 29, 2009 4:08:55 AM Subject: how to use autocompleter tag? Please.. Hi All, I am working on web application using struts 2.0.12 version. In my application there is a need to replace the select tag

Re: Convention Confusion [BUG]?

2009-09-30 Thread Musachy Barroso
that is pretty suspicious, can you open a jira ticket with the details? thanks musachy On Wed, Sep 30, 2009 at 2:20 AM, RogerV wrote: > > > > RogerV wrote: >> >> I think it's a bug in the way the URL is being interrpreted. I tried your >> idea setting the namespace attribute on the url tag, made

Re: Wondering that Struts2 is getting die?

2009-09-30 Thread Musachy Barroso
rofl On Wed, Sep 30, 2009 at 6:31 AM, Nils-Helge Garli Hegvik wrote: > Now that is an impressive conclusion I didn't catch that, since I > was reading the lines instead of between them... > > Nils-H > > On Wed, Sep 30, 2009 at 3:25 PM, Martin Gainty wrote: >> >> if i read between the lines i

Re: restful URL issue

2009-09-30 Thread Musachy Barroso
I think it would be save to say that you might have to use xml mapping for those actions. When adding the "advanced wildards" I found some problem in convention, which are now fixed in trunk. If you are comfortable building struts, you might five it a try. musahcy On Wed, Sep 30, 2009 at 6:38 AM,

Get struts action class

2009-09-30 Thread fea jabi
In my method signature have ActionMapping mapping, ActionForm form, HttpServletRequest request I want to get the associated "Action". How to get the action class? I would appreciate your help. Thanks. __

Re: restful URL issue

2009-09-30 Thread struts-restful
Is a possible reason that it may not be working that I am also using the convention plugin?? struts-restful wrote: > > I also tried this with a / in the namespace so > > @Namespace("test/{id}"} and > @Namespace("/test/{id}"} give a namespace with "". > > > > struts-restful wrote: >> >> O

RE: Wondering that Struts2 is getting die?

2009-09-30 Thread Kawczynski, David
Impressive; I didn't get that at all from the context of their message. Do you read tarot cards, too? ;) > -Original Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Wednesday, September 30, 2009 9:25 AM > To: Struts Users Mailing List > Subject: RE: Wondering that

Re: Wondering that Struts2 is getting die?

2009-09-30 Thread Nils-Helge Garli Hegvik
Now that is an impressive conclusion I didn't catch that, since I was reading the lines instead of between them... Nils-H On Wed, Sep 30, 2009 at 3:25 PM, Martin Gainty wrote: > > if i read between the lines i think hes speaking of the hardcoded xwork > dependency > there are rumours (that

RE: Wondering that Struts2 is getting die?

2009-09-30 Thread Martin Gainty
if i read between the lines i think hes speaking of the hardcoded xwork dependency there are rumours (that I am spreading) about incorporating different Interceptor libraries (e.g. Spring) as this is decidedly non-trivial undertaking this would involve a major revision (not a point release) ref

Dojo plugin deprecation and use of modern Dojo widgets

2009-09-30 Thread Slonim, Greg (USAEO)
I understand that the Dojo plugin is deprecated. We have an application that uses Dojo widgets for all input UI. Well, if we use Dojo widgets for all UI elements, it means we are not using struts form tags. That means we cannot truly use all built-in wonderful things like automagical field bindin

Re: Wondering that Struts2 is getting die?

2009-09-30 Thread Wendy Smoak
On Wed, Sep 30, 2009 at 4:59 AM, karaatli wrote: > of course thanks to community of struts2 but > I want to see that  strust2 is  more alive and more  updated... I don't know what's more alive than a new release currently being voted on... If you have specific examples of documentation that nee

Re: Wondering that Struts2 is getting die?

2009-09-30 Thread karaatli
of course thanks to community of struts2 but I want to see that strust2 is more alive and more updated... Thanks... reiern70 wrote: > > Why not volunteer to help maintain them:-) It is opensource... Just follow > the list and you will see it is still very alive. > Ernesto > > On Wed, Sep

Re: Wondering that Struts2 is getting die?

2009-09-30 Thread Ernesto Reinaldo Barreiro
Why not volunteer to help maintain them:-) It is opensource... Just follow the list and you will see it is still very alive. Ernesto On Wed, Sep 30, 2009 at 1:12 PM, karaatli wrote: > > Hi all, > Due to out of date struts wiki page, confllunece page & others relating to > struts2 I am questionin

Re: Wondering that Struts2 is getting die?

2009-09-30 Thread Nils-Helge Garli Hegvik
If you check out the dev mailing list, you'll see that there's currently a vote for 2.1.8. That doesn't look like dead to me... Nils-H On Wed, Sep 30, 2009 at 1:12 PM, karaatli wrote: > > Hi all, > Due to out of date struts wiki page, confllunece page & others relating to > struts2 I am question

Wondering that Struts2 is getting die?

2009-09-30 Thread karaatli
Hi all, Due to out of date struts wiki page, confllunece page & others relating to struts2 I am questioning myself what about Struts2 future days? Or Why there is no update at these pages? -- View this message in context: http://www.nabble.com/Wondering-that-Struts2-is-getting-die--tp2567

Re: restful URL issue

2009-09-30 Thread struts-restful
I also tried this with a / in the namespace so @Namespace("test/{id}"} and @Namespace("/test/{id}"} give a namespace with "". struts-restful wrote: > > One more additional piece of information is that the namespaceMatcher does > contain the compiled pattern for my namespace. > > Another t

Re: restful URL issue

2009-09-30 Thread struts-restful
One more additional piece of information is that the namespaceMatcher does contain the compiled pattern for my namespace. Another thing I noticed when messing around trying to figure this out is that I created a different controller class ain a different package for example test.MyTestController

Re: Convention Confusion [BUG]?

2009-09-30 Thread RogerV
RogerV wrote: > > I think it's a bug in the way the URL is being interrpreted. I tried your > idea setting the namespace attribute on the url tag, made no difference. > However if I drop the parameter from the URL then the action gets > processed. So > Yep - definite bug. If I change my annot

Localization and Dates

2009-09-30 Thread Robin Mannering
Hello, Can anyone give me some 'best practice' advice for dealing with dates in an international app (Struts2). We are based in the UK and have an application running locally that stores dates within action classes as java.util.Date. These dates are sometimes passed to the application via query

Supporting Multiple Resource Bundle for validation

2009-09-30 Thread amiteshuni
In my current project there is a need to support two different resource bundles simultaneously. Lets take an example, Login page-> usename field. For Role1, username cannot have numbers, i.e. only alphabets are allowed. For Role2, username can have numbers, i.e. only alphanumeric chars are al

Re: restful URL issue

2009-09-30 Thread struts-restful
Yes I am putting it in the namespace annotation @Namespace("/person/name/test-example/{id}") Stepping through the namespace pattern matcher code it does replace the {id} with ([^/]+) but that is as far as i have got and still dont understand why it does not work Thanks in advance Musachy B

Re: Convention Confusion [BUG]?

2009-09-30 Thread RogerV
Musachy Barroso wrote: > > does adding namespace="/" to the url tag make any difference? > > There is a good chance that it is related to "" vs "/" namespace. > > musachy > I think it's a bug in the way the URL is being interrpreted. I tried your idea setting the namespace attribute on the