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
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
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
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
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:
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
>
> ...
--- 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
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
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
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
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
--- 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
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
--- 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
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
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
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
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?
>
>>
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,
19 matches
Mail list logo