Re: S2: Validation not happening

2009-10-01 Thread maestro
For sake of completeness, I have decided to drop the Validation.xml route and go with the plain old java validation. Time is running, and so am I. :) On Tue, Sep 29, 2009 at 1:06 PM, maestro wrote: > I have searched and compared to no avail. > This one has been stumping me for some ti

S2: Validation not happening

2009-09-29 Thread maestro
I have searched and compared to no avail. This one has been stumping me for some time now. I'm trying to use the validation.xml. I have it working on one page and not on the other. Perhaps you can spot the error? struts.xml /WEB-INF/customer/update.jsp cust

Re: Struts2, Spring & Maven

2009-05-28 Thread maestro
its dependencies (as listed in mvnrepository or jarvana)? So this is why I don't see them in the list of dependencies? - maestro On Thu, May 28, 2009 at 9:17 AM, Dave Newton wrote: > Wes Wannemacher wrote: > >> http://www.jarvana.com/jarvana/ >> >> Seems to me tha

Re: Struts2, Spring & Maven

2009-05-27 Thread maestro
Thanks for the laugh! I did as you have suggested, changed to 2.0.11 and ran mvn install. However when viewing my project thru Eclipse I still see the 2.0.5.jars. Even after a refresh. Any ideas? - maestro On Wed, May 27, 2009 at 9:58 PM, Musachy Barroso wrote: > update the versions in

Struts2, Spring & Maven

2009-05-27 Thread maestro
y to bring my project up to the latest versions? Thanks, maestro

Redirect After Post

2009-04-15 Thread maestro
preserved and redisplayed to the user. What is the best way to implement this pattern using Struts2? Anything built-in? Regards, maestro

Re: Maven struts2-archetype-starter error

2008-05-20 Thread maestro
I have been unable to continue with this until now. Funny thing is that it is now working. Perhaps a typo on my part? I did install m2eclipse and then I ran into the problem. Not sure that stopping my machine and starting it again would have an impact? Anyways thanks for your time and patience!

Maven struts2-archetype-starter error

2008-05-10 Thread maestro
Hi, I very new to Struts2 and Maven. I ran this command with version 2.0.9 on the 6th of May without a problem. mvn archetype:create -DgroupId=tutorial \ -DartifactId=tutorial \ -DarchetypeGroupId=org.apache.struts \ -Darc

Re: How to get dynamic number of arguments into ActionForm

2008-05-05 Thread maestro
I accomplished this without using the DynaActionForm. Its somewhat a crude way but it works. When stuck with constraints what is one to do? Here is an example, in the JSP I have coded the form element: Once rendered in the HTML: In the form bean: private List beneficiaries = new ArrayList();

Re: Plz help not getting o/p when changed to validator form

2008-05-05 Thread maestro
Did you restart the application? I believe that config file gets loaded at startup. - Glenn On Mon, May 5, 2008 at 10:25 AM, Raghu varma bhupathiraju < [EMAIL PROTECTED]> wrote: > > Hi I have the following application done successfully with out validation > > HomePage.jsp > /

Message arguments with v1.2.7

2008-05-05 Thread maestro
Hi, Using v1.2.7 of struts is there any way to determine if a message obtained from the resource file has any arguments? Example: This message has {0} of {1} arguments. I'd like to know that this message has 2 arguments. Many thanks, Glenn

Re: [BEER] Re: Books

2007-04-27 Thread maestro
Now that everyone has had a good whip at it... Is the book worth anything? On 4/27/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 4/27/07, Harring Figueiredo <[EMAIL PROTECTED]> wrote: > By th eway he describes the whole thing, I think he meant it literaly, even > though he should have used the

Re: [BEER] Re: Books

2007-04-27 Thread maestro
Oops... honestly, I had to polish up my original text... it was much more harsh. I had sent it off to fellow developers but decided to post it. I missed one ! But a good laugh is always good ;) On 4/27/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- maestro <[EMAIL PROTECTED]>

Books

2007-04-27 Thread maestro
WebWork in Action is still worth reading, if I were to use Struts2? Regards, maestro

Re: LazyLists

2007-03-14 Thread maestro
r community cannot determine when this fix will be available. - maestro