Re: [Stripes-users] JSR 303 integration and addition to str ipes around the web

2010-08-07 Thread Alamgir Kahn
You could make it a Google Project: http://code.google.com/projecthosting/ d...@... writes: ... If anyone is interested I'll also post my JSR 303 integration that I developed for my site since no one else seems to have done it yet.

Re: [Stripes-users] Autopopulating forms with values from... where?

2010-06-06 Thread Alamgir Kahn
Thomas Menke stripe...@... writes: I do like the Action first model and I placed all my JSP files in the WEB-INF directory to make them unavailable for direct calls. But I do have more than one action bean. In this case there are two action beans involved: The FormActionBean and the

Re: [Stripes-users] I Picked Templating Engine X... O ver JSPs and Stripes TLDs... and This is WHY? ??

2010-05-27 Thread Alamgir Kahn
Freddy Daoud xf2...@... writes: +1 for Velocity. I've used it a lot over the years and more recently I beat the crap out of it, using and abusing it for purposes that were never in its job description, and it responded like a champ without complaining. As an aside, I'm going to post a link

Re: [Stripes-users] Stress testing Stripes application

2010-03-15 Thread Alamgir Kahn
Simon Oxenvad Rasmussen si...@... writes: Hi fellow stripes users, I need to stress test a stripes application that I’ve developed. How should I go about doing this? I would like to implement a couple of the most interesting use cases in the application and then measure what happens to the

Re: [Stripes-users] FileBean doesn't work in first page of wizard

2010-02-15 Thread Alamgir Kahn
Stripes User colin.hendri...@... writes: 14:02:45,739 WARN DefaultActionBeanPropertyBinder:94 - Looks like type converter null threw an exception. java.lang.NoSuchMethodException: net.sourceforge.stripes.action.FileBean.init(java.lang.String) at

Re: [Stripes-users] EmailTypeConverter relying on Javamail produces invalid validation

2010-01-27 Thread Alamgir Kahn
Mike McNally emmecin...@... writes: But toto at hotmail *is* a valid email address. Note that valid does not mean can be used successfully to deliver mail. From RFC822: addr-spec = local-part @ domain domain = sub-domain *(. sub-domain) It is not required that the

Re: [Stripes-users] Question on stripes: layout-render tag

2010-01-22 Thread Alamgir Kahn
Savoy, Melinda melindasa...@... writes: My apologies. I just figured out my problem. Please disregard my post below. Thanks. Melinda -- What /was/ the problem? Posting here may be helpful to others facing the same problem in the future.

Re: [Stripes-users] Stripes wiki layout

2009-12-01 Thread Alamgir Kahn
Mike McNally emmecin...@... writes: Really?!??? It certainly happens to me in: * Firefox 3.5 on Linux * Firefox 3.5 on Windows * Firefox 3.0.14 on Windows * Safari 4.0.4 on Windows * Chrome on Windows * IE8 Now, IE7 does *not* exhibit the problem. A quick way to see what I'm

Re: [Stripes-users] Stripes wiki layout

2009-11-27 Thread Alamgir Kahn
Works fine for me. What browser are you using? Mike McNally emmecin...@... writes: Am I the only person bugged by the broken layout that pervades the Stripes Wiki? Many, if not all, pages spill off the window and require horizontal scrollbars, and as far as I can tell it's all just a

Re: [Stripes-users] Implementing Breadcrumps

2009-09-15 Thread Alamgir Kahn
farouk alhassan osbert252...@... writes: I want to implement breadcrumps navigation in stripes. What is the best way of implementing something like this? Storing page names and their corresponding links in an arraylist in a session or is there another way of doing it.Thanks Farouk A Hi

Re: [Stripes-users] Moving to Cloud

2009-09-07 Thread Alamgir Kahn
Morten Matras kodekon...@... writes: I think it is not out of line. I can't beleive I'm the only Stripes guy that will be facing this issue. Nevermind. I'll find someone else to ask.Sorry for sending the question.!Have a nice dayMorten 2009/9/7 Nathan Maves nathan.ma...@gmail.com This is a

Re: [Stripes-users] Stripes 1.6

2009-08-09 Thread Alamgir Kahn
Freddy Daoud xf2...@... writes: I could have sworn someone asked where is Stripes 1.6, but I can't find the message. Whomever you are, sorry for the late reply - yes indeed, Stripes 1.6 is what is in the trunk of Subversion. Cheers, Freddy http://www.stripesbook.com Sorry for the

Re: [Stripes-users] Separating StripesResources.properties

2009-02-20 Thread Alamgir Kahn
Mike McNally emmecin...@... writes: I do a similar thing, but with an Ant build rule that concatenates scattered .props files into the single amalgamated StripesResources.properties file. That's cool Mike. Can you make the script available? AK

Re: [Stripes-users] Trouble With Type Converters --- Model Class

2008-12-29 Thread Alamgir Kahn
Wade Marshall wade...@... writes: I am trying to copy the example in Chapter 5 of the Stripes book (Daoud) for Type Converters and Model Classes, but it doesn't work.My model class is called ProductGroup, their model class is called Contact.The good news (I think) is that my app logs seem