Dealing with dates

2003-12-08 Thread fredatwork
I guess this question has been asked many times. Sorry for raising the
issue once more .
 
but, I would like to ask you about some guidelines how to deal with
dates using Struts.
 
How should be input fields be validated if there are "Date" types ? 
 
Should the ActionForm include a String our a Date type for date input
fields ?
 
Do you know about some documentation I could help for this purpose ?
 
Fred


RE: [ANNOUNCE] Struts Console v4.2

2003-12-16 Thread fredatwork
Dear James,

Does your wonderful application work with Eclipse 2.1.1 ?

I do not want to move to 3.0.Mx versions because of other plugins I use
that are not compatible with this new development release of Eclipse.

Best regards,

Fred

-Original Message-
From: James Mitchell [mailto:[EMAIL PROTECTED] 
Sent: mardi 16 décembre 2003 22:31
To: Struts Users Mailing List
Subject: Re: [ANNOUNCE] Struts Console v4.2

On Mon, 15 Dec 2003, James Holmes wrote:


Just in case no one else mentions it, thanks for your hard work on this!
I know it isn't easy spending so much time on it and then giving it
away.



> Struts Console version 4.2 is now available.
>
> http://www.jamesholmes.com/struts/
>
> Download Now:
> http://www.jamesholmes.com/struts/struts-console-4.2.zip
>   -- OR --
> http://www.jamesholmes.com/struts/struts-console-4.2.tar.gz
>
> Struts Console is FREE software.
>
> At long last there is a new release.  This release has a bug fix
> and some enhancements.
>
> Changes with Struts Console v4.2
>
>   *) Fixed to Eclipse plugin to work with 3.0M5
>  and higher releases.
>
>   *) Added ability to set output options from
>  JDeveloper plugin.
>
>   *) Added ability to set output options from
>  IntelliJ IDEA plugin.
>
> Thanks,
>
> -James
> [EMAIL PROTECTED]
> http://www.jamesholmes.com/struts/
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-- 
James Mitchell
Software Developer / Struts Evangelist
http://www.struts-atlanta.org


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Please Help With This Error Message

2003-12-17 Thread fredatwork
Your statement is OK. It comes from the surrounding quote.

The only idea I have is to check double-quotes correctly.

Fred 

-Original Message-
From: Caroline Jen [mailto:[EMAIL PROTECTED] 
Sent: mercredi 17 décembre 2003 07:41
To: [EMAIL PROTECTED]
Subject: Please Help With This Error Message

Please help me to figure out this error message that I
got in the browser: equal symbol expected.

The error complains about this statement in my JSP:


and the above statement is intended to retrieve the
string "creator" from a session object.



__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reducing JSP Testing Time

2003-12-28 Thread fredatwork
Hello,

I’ve been using Struts for a little one now. My views consist of traditional 
JSP code.

Note: My question is about the web page development cycle and relates to JSP 
rather than Struts itself. Since lots of you guys are coding JSP, I’m still 
wanna raise the issue described below in this mailing list.

I’m using Eclipse for coding JSP’s (I mean here HTML pages that include JSP 
tags, no tag libraries). In order to test the visual aspects of my JSP’s, I 
then build a war archive and deploy it to my web container. Nothing original 
here.

Since HTML pages that include JSP tags are VERY long to open through the 
browser on the first request (because of initial JSP compilation I guess), the 
testing time is rather long. And I really get fed up with this now.

Therefore I’m wondering f there is a ** magic ** tool that would allow me to 
code a web page that includes JSP tags in a VISUAL environment (like MS 
FrontPage does for HTML for instance). The idea here would be to be able to 
include JSP tags in a VISUAL manner (such as a  for instance) in 
order to actually seeA CODING TIME the result on the screen BEFORE actual 
deployment in the container.

Does such a tool exist ?

Do you have any recommendation for reducing this testing time for Web pages 
that include JSP tags ?

Fred



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]