Re: [OT] What do you code today?

2008-04-05 Thread Martin Gainty
Al- Any pointers you can share on porting ? M- - Original Message - From: "Al Sutton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, April 05, 2008 2:51 AM Subject: Re: [OT] What do you code today? > http://www.enterprise-password-safe.com/ > > At the moment the co

Re: [S2] Date Validation

2008-04-05 Thread Jeromy Evans
Rodrigo Pereira wrote: Hi, how can I validate a datetime picker? ... SEVERE: Could not parse date java.text.ParseException: Unparseable date: "" I don't think that's caused by the validation. That error occurs when the DatePicker attempts to set its current value but the value is an i

Re: [OT] Re: Struts2 and tag

2008-04-05 Thread Jeromy Evans
arum, Read this *entire* page paying particular attention to point 2 "dependencies": http://displaytag.sourceforge.net/11/install.html A ClassNotFoundException always implies you're missing a jar in the classpath. - To un

RE: Looking for example of JSON plugin

2008-04-05 Thread Karr, David
Never mind. I wouldn't mind seeing other examples, but I was able to get the examples from the wiki page to work. > -Original Message- > From: Karr, David > Sent: Saturday, April 05, 2008 8:27 AM > To: Struts Users Mailing List > Subject: Looking for example of JSON plugin > > I was in

Re: Problem in ObjectFactory.buildResult? OGNLExceptions can halt setting of valid properties

2008-04-05 Thread Guillaume Bilodeau
Hi Aaron, I'm running into a similar problem - I'm using a ServletActionRedirectResult instead of the JSONResult. Were you able to work around this? It seems that it's been fixed in 2.1 (cf issue WW-2170) but it doesn't look like it will reach GA anytime soon. Cheers, GB Aaron Brown-4 wrote:

Re: [OT] Re: Struts2 and tag

2008-04-05 Thread aum strut
thanks dave for the help iwill look in to this and will try to find out the clue On 4/5/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- aum strut <[EMAIL PROTECTED]> wrote: > > i am using my eclipse for the development > > everything was working ine before i tried to use the display tag > > ...

Re: [OT] Re: Struts2 and tag

2008-04-05 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > i am using my eclipse for the development > everything was working ine before i tried to use the display tag ... The exception is telling you precisely what class is missing; this is a clue as to what may be wrong. Do you have *all* the libraries you ne

Re: [OT] Re: Struts2 and tag

2008-04-05 Thread aum strut
i am using my eclipse for the development everything was working ine before i tried to use the display tag On 4/5/08, Alberto A. Flores <[EMAIL PROTECTED]> wrote: > > Please note: > > java.lang.NoClassDefFoundError: > *org/apache/commons/lang/UnhandledException > * > > Indicates the classloader

Re: [OT] Re: Struts2 and tag

2008-04-05 Thread Alberto A. Flores
Please note: java.lang.NoClassDefFoundError: *org/apache/commons/lang/UnhandledException * Indicates the classloader couldn't find a class (which one, you may ask?). Looks like commons.lang couldn't find the UnhandledException class. Please make sure you have all displaytag dependencies. You may

[S2] Date Validation

2008-04-05 Thread Rodrigo Pereira
Hi, how can I validate a datetime picker? I have the following in my validation.xml file: but I am getting this error message: 05/04/2008 14:53:41 org.apache.struts2.components.DateTimePicker format SEVERE: Could not parse date java.text.ParseException: Unparseable date: "" If I com

Re: [OT] Re: Struts2 and tag

2008-04-05 Thread aum strut
yes i have already put the display tag jr file in my lib folder only problem in my opinion is use of <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %> tag lib directiveas removing this directive will aslo remove the exception, according to exceptin it is unable to find the class. myse

[OT] Re: Struts2 and tag

2008-04-05 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > here is the exception which i am facing > > java.lang.NoClassDefFoundError: *org/apache/commons/lang/UnhandledException > * So what does that exception tell you? (I have very limited internet access today, so I can't look up the requirements for display

Re: Struts2 and tag

2008-04-05 Thread aum strut
here is the exception which i am facing java.lang.NoClassDefFoundError: *org/apache/commons/lang/UnhandledException * at java.lang.Class.getDeclaredConstructors0(*Native Method*) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source

Re: Struts2 and tag

2008-04-05 Thread Dave Newton
--- aum strut <[EMAIL PROTECTED]> wrote: > i have also imported the displaytag* in my jsp in the following way* > > <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %> > > but on adding this it is giving exception and i will remove this taglib > eveything is working fine yes the data i

Struts2 and tag

2008-04-05 Thread aum strut
Hi All, I want to use display tag for displaying the data i have put the displaytag.jar file in the lib folder. i have an action class which is returnig the required data in an array list * public* ArrayList getItemCodeList() { *return* itemCodeList; } i am trying to use the display table tag

Looking for example of JSON plugin

2008-04-05 Thread Karr, David
I was interested in trying the JSON plugin. The Wiki page, although informative, isn't a complete example. Is there a good example somewhere that I can integrate into a test application to experiment with? - To unsubscribe, e-ma

Re: any struts 2 unit testers out there?

2008-04-05 Thread paulbrickell
Yeah, I think for the moment I will simply override the getText method. The other solutions do require much more effort. Actually I did not search Jira. Maybe there is already a request. I will take a look. Thanks, Paul B. Laurie Harper wrote: > > As Ian says, the mock objects supplied by XW

RE: any struts 2 unit testers out there?

2008-04-05 Thread paulbrickell
Yes, I did discuss the pros and cons of them in this post http://www.nabble.com/any-struts-2-unit-testers-out-there--to13437046.html#a16490696 Cheers, Paul B. dkarr wrote: > > And did you investigate using either of the common Java frameworks for > Mock objects, jMock and EasyMock? > >>

Re: [OT] What do you code today?

2008-04-05 Thread Al Sutton
http://www.enterprise-password-safe.com/ At the moment the code is under a major overhaul to use S2.1 (yes, 2.1) and add some new features, hence my big interest in 2.1 :). Al. - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday,