Re: URGENT HELP

2005-04-04 Thread Bryce Fischer
Label is not a taglib, but an HTML element. http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.9.1 Dakota Jack wrote: Where does this tag come from? And, how to you download the sandbox for taglibs? I cannot find the place. It is sure not easy to find. Jack On Apr 4, 2005 8:49 AM, Justin

Re: ??? find site error (action)

2005-03-15 Thread Bryce Fischer
Hi Eric, I'm guessing that you don't have struts configured in your web.xml correctly. Of course, thats just a guess. You might show us your web.xml, struts-config.xml and the entire URL that you are trying to view. Is it a link in a JSP page? If so, what's the link? Eric Lemle wrote: Here is w

Re: Is There a Tool for JSF?

2005-03-09 Thread Bryce Fischer
Caroline Jen wrote: There are many tools that help developing the Struts; for example, EasyStruts, StrutsConsole, StrutsBox. We also have the NitroX, Lomboz, etc. that help debugging. Is there any tool available for JSF? Sun JavaStudio Creator http://www.sun.com/software/products/jscreator/index

Re: Struts or SpringFramework

2005-02-18 Thread Bryce Fischer
Richard Reyes wrote: Hello, Whats the advantage of using spring for your persitence layer when you can do it with struts? Well, you don't really use "Spring" for your persistence layer, you use Spring to simplify using your persistence layer, whether it's Hibernate, Ibatis, or straight JDBC. It p

Re: Hibernate object relational mapping

2005-02-10 Thread Bryce Fischer
I honestly don't know how much different using Hibernate will degrade as compared to using Stored Procedures... But, on top of the advice everyone else has given you, you might look at Ibatis. I personally have never used it, but I mean to soon. My thought is this: Its fairly easy to write your

Re: [ANN] Free JSP Editor for Eclipse (Call jor Jack Dakota!) [FRIDAY]

2005-02-04 Thread Bryce Fischer
hehe... I wasn't trying to say it was the best way, just that it works for me. My projects tend to be small, self contained projects. Leon Rosenberg wrote: This is actually the moment i expect Jack Dakota to jump out of the bushes :-) What do you do, if you habe more than one build target? I d

Re: [ANN] Free JSP Editor for Eclipse

2005-02-04 Thread Bryce Fischer
Leon Rosenberg wrote: > Why would anyone have WEB-INF folder in his/her project ? > Never heard about ant? I do. It makes at least one less test/deployment step and is actually very easy to setup (in Eclipse at least). Plus, I like the idea of having all the files related to a project in the same

Re: Static site and Struts

2005-01-18 Thread Bryce Fischer
nitin dubey wrote: Is it worth using Struts for a static site that is CMS Driven ? I can think of two options: Sure, why not ->Fetching the data from database into Action forms and then building the page using Struts HTML taglibs. :Can be done, but I doubt that Struts HTML is powerful enough to ha

Re: [almost OT] Struts in Practice

2005-01-13 Thread Bryce Fischer
Another +1 on oswd.org. I am chiming in to offer one of my favorite sites: http://www.csszengarden.com/ Really shows what you can do with CSS.. I browse ocassionally for inspiration. Martin Wegner wrote: +1 on www.oswd.org They are a great place to start your next web project. --- "M. Bitner" <[

Re: How to view the actual HTTP generated by a struts action.

2005-01-10 Thread Bryce Fischer
Jim Barrows wrote: -Original Message- From: kjc [mailto:[EMAIL PROTECTED] Is there a way to log the HTTP post string that is sent by the browser when clicking on Why won't right click view source not work? I think the OP meant what the HTTP Post looks like, not what the generated HTML l

Re: JSP bean-- commclipse plugin info

2005-01-07 Thread Bryce Fischer
http://commonclipse.sourceforge.net/ Ashish Kulkarni wrote: Hi sounds like a good plugin, but was not able to google it, can you give the website from where i can download this plugin Ashish - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Can we create group in Yahoo/MSN messenger to help those who need fast help

2004-12-28 Thread Bryce Fischer
gmane.org Google will return results from there. James Mitchell wrote: Why would you do this? You will end up answering the same questions over and over again because there is no history for people to google against. I get questions emailed directly to me from time to time. My response is usu

RE: Struts and DreamWeaver

2004-12-26 Thread Bryce Fischer
http://www.fwasi.com/products/ Extension for struts. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 11:39 PM To: Struts Users Mailing List Subject: Re: Struts and DreamWeaver I added Struts html tags to DreamWeaver using the add tag from

Re: Flash buttons in struts???

2004-12-23 Thread Bryce Fischer
Donie Kelly wrote: I have lovely pages made with flash buttons but does anybody know how to submit forms etc using flash buttons??? If you are using Dreamweaver, and using its facilities to insert a flash button, just set the link to: javascript:document.formName.submit(); If its a button you cre

Re: Struts and DreamWeaver

2004-12-22 Thread Bryce Fischer
Wendy Smoak wrote: Ugh, the first thing they sent was a solid block of tags. I explained the virtues of external style sheets and sent it back. From the other messages, it sounds like I'm better off doing it myself. :/ I'll try to get a clean formatted example out of them and just use that. Th

Re: Struts and DreamWeaver

2004-12-22 Thread Bryce Fischer
Jim Barrows wrote: DreamWeaver should support the tags, and ignore the JSTL. My biggest worry with DreamWeaver would be the HTML code the thing generates. Typically it's pretty abysmal. I have marketing people who generate better HTML then DreamCleaver does. I don't know what version of DreamWea

Re: OT: Syntax checker

2004-12-10 Thread Bryce Fischer
Since JSP is XML, why not load it up in an XML editor. It should complain and show you where the problem is. Apte, Dhanashree (Noblestar) wrote: Sorry for the deviation, but is there an easy way to find out what exactly is causing org.apache.jasper.compiler.ParseException: End of content reached

Re: [OT] Hosting Companies

2004-10-25 Thread Bryce Fischer
I use jvds.com. UML style hosting, so you can install anything you want. You basically have root access to your own virtual Linux machine. Joe Hertz wrote: I dont see Struts supporting hosting companies on the wiki. It used to be on the site before the resources link pointed you to the wiki IARC

Re: Mail Archive Access

2004-09-15 Thread Bryce Fischer
Josh Holtzman wrote: Can someone please provide me with the location of a mirror of the mailing list archive? I personally use gmane.org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: BeanUtils Class Cannot Be Found!

2004-09-14 Thread Bryce Fischer
How are you compiling? Command line? IDE? Eclipse? When compiling, the jar file needs to be in your classpath. just putting it in lib directory works for Tomcat when executing, but doesn't automatically put it in your classpath. Caroline Jen wrote: The error occurred at the compilation time: Se

Re: Is there an installation automater yet

2004-09-10 Thread Bryce Fischer
Not free, but I have this, its pretty handy: http://www.openlogic.com/index.php Dan wrote: I haven't been on this list in a while. I was wondering if anyone's created an installation wizard/thingy for it yet. All I have so far is a PC with a new Linux OS. Ideally, I'd like a wizard that sets up e

Re: Help - struggling this for days !

2004-09-10 Thread Bryce Fischer
I assume that when you say messages.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage("something here"); the "something here" corresponds to a key in your messages.properties file (or whichever file has your resource messages)? lixin chu wrote: Here is how I prepare action messages in Action

Re: Struts Studio - Anyone using it?

2004-09-09 Thread Bryce Fischer
I bought a previous version (5.0). It works as advertised. But in reality, I find Struts pretty easy to use, and thought that it was just as easy to had configure everything. Its nice to see the diagrams to visualize what's going on. The only complaint about the diagrams is that it was difficul

Re: ActionForm data type X BeanUtils -> using Dates

2004-09-08 Thread Bryce Fischer
!!! --- Bryce Fischer <[EMAIL PROTECTED]> escreveu: Leandro Melo wrote: I got one doubt in your code when used in a situation that i mentioned (transforming data from action form to dto). When date comes from action form, they usually come in Strings,

Re: ActionForm data type X BeanUtils -> using Dates

2004-09-08 Thread Bryce Fischer
Leandro Melo wrote: I got one doubt in your code when used in a situation that i mentioned (transforming data from action form to dto). When date comes from action form, they usually come in Strings, but in your method you verify value instanceof Date... This will never happen, as the value comes

Re: ActionForm data type X BeanUtils -> using Dates

2004-09-08 Thread Bryce Fischer
The custom converter is done independently of the action, form or DTO. First step is to implement the interface org.apache.commons.beanutils.Converter. Keep in mind that the converter you are writing uses the appropriate converter for the original class. So, if you were converting from a String

Re: ActionForm data type X BeanUtils -> using Dates

2004-09-08 Thread Bryce Fischer
You can register a different converter that BeanUtils uses to copy from a string to a date. Write your own converter, using the date format you need, then use ConvertUtils.register(...) to register it. That's what I do anyhow. -Original Message- From: Leandro Melo [mailto:[EMAIL PROTECTE

Re: [OT] java group on news.gmane.org

2004-09-07 Thread Bryce Fischer
Slattery, Tim - BLS wrote: What group should I subscribe to (within news.gmane.org) for general JAVA/J2EE discussion? Assuming that's a Usenet server, try comp.lang.java.programmer. its a usenet style server, but instead of usenet feeds, it provides access to mailing lists, such as this o

Re: [OT] someone using Outlook 2003, please tell me it can't be this LAME...

2004-09-04 Thread Bryce Fischer
ust being biased On Fri, 03 Sep 2004 09:24:32 -0400, Bryce Fischer <[EMAIL PROTECTED]> wrote: My big issue with Outlook, is that its support for IMAP leaves a lot to be desired. With IMAP, deleting is a two part process, marking message as deleted, and purging. Outlook has no way to aut

Re: [OT-Friday] Group Sing-along

2004-09-03 Thread Bryce Fischer
Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Friday, September 03, 2004 1:04 PM To: [EMAIL PROTECTED] Subject: Re: [OT-Friday] Group Sing-along Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTEC

Re: ARRRGGGGHHHH!!! I'm being stupid again....

2004-09-03 Thread Bryce Fischer
Jim Barrows wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Jim, I know it seems like its unrelated but its really not ... when you create an element you are really defining an instance of ActionMapping (which extends ActionConfig). One of the

Re: [OT] someone using Outlook 2003, please tell me it can't be this LAME...

2004-09-03 Thread Bryce Fischer
My big issue with Outlook, is that its support for IMAP leaves a lot to be desired. With IMAP, deleting is a two part process, marking message as deleted, and purging. Outlook has no way to automatically purge deleted messages, and it drives me nuts. Every other IMAP client I have seen does thi

Re: [OT] Flex, openamf, flash remoting, or ?

2004-08-27 Thread Bryce Fischer
Wennberg, Mathias wrote: We're considering putting a new interface on our app and are currently looking into flex, openamf, and flash remoting. Have anyone tried these products and what are your experiences with them? Flex was too much $$ for us. I did some stuff in Flash Remoting, and it worke

Re: How to stop the first validation when a web page first displays?

2004-08-26 Thread Bryce Fischer
This is similar to the issue I had last night. What was suggested to me, and it worked, was to turn automatic validation off by specifying validate=false in the action mapping, and manually validating in my DispatchAction. PC Leung wrote: The web page displays at the first time with the followi

Re: ValidatorForm issue

2004-08-25 Thread Bryce Fischer
Rick Reumann wrote: Vic wrote: I allways say validate = false in mapping, and then manualy call it. Would that help? I do the same. Validating manually also gives you the nice advantage of being able to set up any lists or other objects you need in request scope if valdiation fails. Bryce, an ex

Re: ValidatorForm issue

2004-08-25 Thread Bryce Fischer
Vic wrote: I allways say validate = false in mapping, and then manualy call it. Would that help? Thanks for your quick response Vic. Do you mean manually calling it in the DispatchAction class (I think that's what you mean, but I didn't want to assume)? Bryce Fischer wrote: I&

ValidatorForm issue

2004-08-25 Thread Bryce Fischer
I'm having a problem with a ValidatorForm and validation. The first time I try to access the action below, I get a validation error. The form never gets the opportunity to be filled in by the Action class (action called is /fringe.do?method=edit). Is there any way to tell Struts to not do valid

Re: Recommend Struts Plugins for Eclipse?

2004-06-27 Thread Bryce Fischer
from M7. Has some nice features that Struts Studio doesn't have, such as a visual editor for JSP, code completion and validation of form bean properties on the JSP page, etc... -- Bryce Fischer <[EMAIL PROTECTED]> - To uns

Re: .properties file

2004-04-01 Thread Bryce Fischer
ve to the WEB-INF). Think of it as a class resources.application. if you had a class com.test, then it would be located com/test.class so in your case above, you'd have /WEB-INF/ca/ulaval/fsa/drdb/struts12/resources.properties Don't know if this was your problem, but I figured I'd