Re: No stream could be opened

2003-07-09 Thread Jamie M. Guillemette
First i would recomend double checking that the file exists at /WEB-INF/ remember to be careful about capitalization. The error message would lead to the conclusion the file is either not there is is not readable. - Original Message - From: sriram [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: When the Struts webapp is not at the root of the server

2003-07-09 Thread Jamie M. Guillemette
Hi Mike, Your webapp would be built as if it was running from root/weapp/yourlinks how is it that when deployed it is now got an extra piece to the addressing ? JMG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Question on design

2003-07-09 Thread Jamie M. Guillemette
Ok.. ive been trying to come up with a clean design for this and its just not working.. hoping someone else may have a good idea. The section of my app that im working on needs to produce reports. Report are normally not a bid deal.. i go through an action.. display a configuration page ( ie

Re: Question on design

2003-07-09 Thread Jamie M. Guillemette
reporting tool/plugin. -Original Message- From: Jamie M. Guillemette [mailto:[EMAIL PROTECTED] Sent: July 9, 2003 12:35 PM To: Struts Users Mailing List Subject: Question on design Ok.. ive been trying to come up with a clean design for this and its just not working.. hoping someone else may

Java.net

2003-07-08 Thread Jamie M. Guillemette
FYI: I have made a perposal for a struts support forum on java.net. Im hoping that it will become a repository of examples and best practices. Everyone is welcome to contribute. Currently the project is pending approval. JMG -

Re: [OT] Opinion if struts is being used on www.canada411.com

2003-07-07 Thread Jamie M. Guillemette
If you view source on the pages you will see that every form has an action, name and id specified. this would lead me to think that yes they are indeed using struts... the fact that their pages end in asp may simply be a misnomer.. as they may have once used asp technology.. or perhaps they are

Re: [OT] Does any one know ....

2003-07-04 Thread Jamie M. Guillemette
I more pictured the outer frame of a house... with no walls put up.. im pretty sure the triangle portions that make up the room are also called struts. ... might make for a cool pic.. plus get the point across at the same time.. JMG - Original Message - From: Alen Ribic [EMAIL

Re: bean:write boolean

2003-07-04 Thread Jamie M. Guillemette
I might suggest writting your own tag then to ouput the desired text. Tags are not difficult to write and you can make changes to it pretty easily if you need to modify the functionality later one. JMG - Original Message - From: SuniX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: bean:write boolean

2003-07-04 Thread Jamie M. Guillemette
of the object is exactly the same as its class name) JMG - Original Message - From: SuniX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 9:51 AM Subject: Re: bean:write boolean okay ... i've never write tags can you give me a small example ? Jamie M. Guillemette

Re: [OT] Does any one know ....

2003-07-04 Thread Jamie M. Guillemette
no attachment or link ! JMG - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, July 04, 2003 9:49 AM Subject: Re: [OT] Does any one know Something like this ? Nico. :o)... well great idea F.

Re: [OT] Does any one know ....

2003-07-04 Thread Jamie M. Guillemette
If you want send it directly to me.. ill post it where people can see it. JMG ( [EMAIL PROTECTED] ) - Original Message - From: Nicolas De Loof [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, July 04, 2003 9:58 AM Subject: Re: [OT] Does any one know

Re: bean:write boolean

2003-07-04 Thread Jamie M. Guillemette
tags can you give me a small example ? Jamie M. Guillemette a écrit : I might suggest writting your own tag then to ouput the desired text. Tags are not difficult to write and you can make changes to it pretty easily if you need to modify the functionality later one. JMG

Ok is it just me?

2003-07-04 Thread Jamie M. Guillemette
Or did this discussion group just get very very very quiet.. ? ( must be all those americans enjoying there day off :P ) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ok is it just me?

2003-07-04 Thread Jamie M. Guillemette
too busy googling for 'eliminate duplication, eliminate dependency'. -Original Message- From: Jamie M. Guillemette [mailto:[EMAIL PROTECTED] Sent: 04 July 2003 18:33 To: Struts Users Mailing List Subject: Ok is it just me? Or did this discussion group just get very very

Re: IE 6 SP-1 won't session

2003-07-04 Thread Jamie M. Guillemette
I have seen something like this once before.. it was pretty weird. Usually if you close the browser and use a fresh instance it goes away.. I never did find the cause.. it doenst happen to us anymore. - Original Message - From: Billy Ng [EMAIL PROTECTED] To: Struts Users Mailing List

Re: Virtual [FRIDAY]

2003-07-03 Thread Jamie M. Guillemette
Us Canadians had out long weekend last weekend ||+|| :) - Original Message - From: Mark Galbreath [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 11:03 AM Subject: Virtual [FRIDAY] Most of the Americans on the List will have an

Re: struts: error/message handling: saveErrors

2003-07-03 Thread Jamie M. Guillemette
we probably need to know more about your code to really answer your question. But here are few pointers. when using actionErrors. note that many functions return boolean by returning actionErrors.isEmpty(); in these cases if an error was found.. it will not bother to process the other errors..

Re: Centralized Way of Acessing the Form Bean

2003-07-03 Thread Jamie M. Guillemette
use the struts bean tag to get your form.. it will search all layers of the session. JMG - Original Message - From: AshokD [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:23 PM Subject: Centralized Way of Acessing the Form Bean Hi, I

Re: [OT] Create folder and copy files on client machine

2003-07-03 Thread Jamie M. Guillemette
Is your product signed? If so you could use an applet.. JMG - Original Message - From: Ashish Kulkarni [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 12:20 PM Subject: [OT] Create folder and copy files on client machine Hi I am working on a intranet

Cause its a virtual friday

2003-07-03 Thread Jamie M. Guillemette
-go to http://www.google.com -- type: weapons of mass destruction (with the quotes) -- hit the I'm feeling lucky button be sure to read the error message closely - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Webapp Security?

2003-07-03 Thread Jamie M. Guillemette
David, First let me apologize for i have not read all of the email relating to your topic. However, my question is very specific. Are you trying to prevent people from tampering with your code... or just getting around your security to access pages they are not suppose to. In my own project we

Re: Webapp Security?

2003-07-03 Thread Jamie M. Guillemette
Hi David... Here is what we did. we did not use the roles framework for security ( logins ) instead we created our own as we needed a more robust rights framework ( our had to be context sensity as per the application.. ie..if the data is true then these are your current right .. if not they may

Re: Webapp Security?

2003-07-03 Thread Jamie M. Guillemette
You are refering to jspc ? In this case when you make a request for test.jsp, it is first checked that no mapping in the web.xml matches this url.. in your case there now is.. the servlet equivilent.. hence your servlet gets run. If the web.xml did not contain the entry then it would check

Re: Are .jsp files required : more precise needs

2003-07-02 Thread Jamie M. Guillemette
Dont know if you saw my previous post but your answer is to distribute only class files. Hence you need to precompile the jsps. By doing this they will automatically become servlets. ( this does not change how you build your app ) This way you client cant alter the code even if they wanted to.

Re: Are .jsp files required : more precise needs

2003-07-02 Thread Jamie M. Guillemette
system administrator, you may consider finding a solution that doesn't involve technology, i.e.: speaking with him or his manager. This is a normal part of business: admins handle administration, developers handle development, designers design, etc. -= J -Original Message- From: Jamie M

Re: Are .jsp files required : more precise needs

2003-07-02 Thread Jamie M. Guillemette
your xml data? XDoclet? If so, where do you put your XDoclet information? -= J -Original Message- From: Jamie M. Guillemette [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 11:55 AM To: Struts Users Mailing List Subject: Re: Are .jsp files required : more precise needs

Re: [OT] Are .jsp files required ?

2003-07-02 Thread Jamie M. Guillemette
Steve, You are correct. The inital delay in jsp loads is gone if anything the pages actually load faster cause there are no inital checks for if the page needs to be compiled!. The jsp's them selves are now redundant and can be removed from the distribute. ( dont delete them totally.. cause you

Re: Best way of implementing application-specific config objects

2003-06-27 Thread Jamie M. Guillemette
Sorry.. i saw your messages but did not read them.. ( and now they are deleted. ) but perhaps you can elaborate on what is it your trying to achieve by doing this.. Ie.. you want to effect the configuration.. yes.. but why.. and what aspects of the configuration.. ( cause some things can be

Ted is your site down?

2003-06-27 Thread Jamie M. Guillemette
Hey Ted Husted ... Is your website down ? Tried to visit it yesturday with no luck. Thanks, J. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Off Topic

2003-06-27 Thread Jamie M. Guillemette
Follow these steps. go to goole ( www.google.ca ) type in java and then enter. Is it not a real piss off that microsoft has the first link to come up directly targetting java programmers to move away from java.? - To

Booleans

2003-06-27 Thread Jamie M. Guillemette
I can turn them on via a check box on my form.. but i cant seem to turn them off is there a trick ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Question reguarding ActionForms

2003-06-26 Thread Jamie M. Guillemette
Hi Everyone, Ok.. we have been using struts for sometime now and have recently come a realization that i would love to get confirmed or corrected. ActionForms: All variables that are editable should be Strings! no wrappers or other toString() tricks.. if you want to use validation and struts

Re: Difference between ValidatorForm and ValidatorActionForm?

2003-06-26 Thread Jamie M. Guillemette
The core difference is what will be used as reference when running the validation lets say you have an form object that spans 3 actions ( is shared by ) and all of them have validate = true in the struts-config.xml if you use ValidatorForm to then all of the validation rules you specify will be