RE: Caching in IE

2002-04-18 Thread Rajeshwar Rao V

we faced some problems with IE caching..
let me know what u r looking for...

-Original Message-
From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 9:26 PM
To: Struts User
Subject: Caching in IE


Hey all my fine coded compadres,

I was just wondering if anyone has dealt with browsers caching pages and
completely bypassing the controller and what solutions you have come up with
to prevent this. I'm wide open.

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws



--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: 1001st time this question gets asked

2002-04-18 Thread arul

Hi Shawn

Hope this is might solve your problem.

 
 

Why don't you add a slash in front

And you could as well say this "/accept"
in  too.

Get Back

Cheers
Arul

- Original Message -
From: Shawn Catoe <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 19, 2002 9:01 AM
Subject: 1001st time this question gets asked


> I am sure that with the activity of this list, this has been asked before.
> I cannot find the answer that helps me in any resources that I use
> (theserverside.com, jguru.com, etc).
> Problem:
> I am getting the following error when I submit my login form:
> 500 Internal Server Error No action instance for path /login could be
> created
>
> Attempts to solve:
> I have verified that the struts.jar is in the WEB-INF/lib directory.
> Verified all classes are present.
> Checked and rechecked my struts-config.xml file.
> Verified that all form tags have "blah.action" in the action attribute. (I
> am not using struts tags yet, one step at a time)
>
> I have inserted a snippet from the struts-config.xml file below as well as
> my jsp form tag.
> STRUTS-CONFIG.XML
> 
> 
> 
> type="recipe.actions.LoginAction"
>name="loginForm"
>scope="request"
>input="Index.jsp">
> 
> --
> LoginForm.jsp
> 
>
> Someone please tell me what is going on..if you need more information,
I
> will get it to you ASAP.
> Thanks in advance,
> Shawn Catoe
>
> "I'm a kid whos got alot of problems and if I throw a brick maybe that
brick
> will go and solve 'em"
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: 1001st time this question gets asked

2002-04-18 Thread Jay sissom

See below:

On Thu, 18 Apr 2002, Shawn Catoe wrote:

> I am sure that with the activity of this list, this has been asked before.
> I cannot find the answer that helps me in any resources that I use
> (theserverside.com, jguru.com, etc).
> Problem:
> I am getting the following error when I submit my login form:
> 500 Internal Server Error No action instance for path /login could be
> created
> 
> Attempts to solve:
> I have verified that the struts.jar is in the WEB-INF/lib directory.
> Verified all classes are present.
> Checked and rechecked my struts-config.xml file.
> Verified that all form tags have "blah.action" in the action attribute. (I
> am not using struts tags yet, one step at a time)
> 
> I have inserted a snippet from the struts-config.xml file below as well as
> my jsp form tag.
> STRUTS-CONFIG.XML
> 
> 
> 

Change this to  type="recipe.actions.LoginAction"
>name="loginForm"
>scope="request"
>input="Index.jsp">
> 
> --
> LoginForm.jsp
> 
> 
> Someone please tell me what is going on..if you need more information, I
> will get it to you ASAP.
> Thanks in advance,
> Shawn Catoe
> 
> "I'm a kid whos got alot of problems and if I throw a brick maybe that brick
> will go and solve 'em"
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




1001st time this question gets asked

2002-04-18 Thread Shawn Catoe

I am sure that with the activity of this list, this has been asked before.
I cannot find the answer that helps me in any resources that I use
(theserverside.com, jguru.com, etc).
Problem:
I am getting the following error when I submit my login form:
500 Internal Server Error No action instance for path /login could be
created

Attempts to solve:
I have verified that the struts.jar is in the WEB-INF/lib directory.
Verified all classes are present.
Checked and rechecked my struts-config.xml file.
Verified that all form tags have "blah.action" in the action attribute. (I
am not using struts tags yet, one step at a time)

I have inserted a snippet from the struts-config.xml file below as well as
my jsp form tag.
STRUTS-CONFIG.XML





--
LoginForm.jsp


Someone please tell me what is going on..if you need more information, I
will get it to you ASAP.
Thanks in advance,
Shawn Catoe

"I'm a kid whos got alot of problems and if I throw a brick maybe that brick
will go and solve 'em"


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Caching in IE

2002-04-18 Thread Antony Stace

On Fri, 19 Apr 2002 02:04:46 +
"SUPRIYA MISRA" <[EMAIL PROTECTED]> wrote:

> This works only when tomcat runs on a linux box. Does not work when tomcat 
> runs on Windows 2000. I use IE 6.0
> 
> I can give you a link of the exact code running off two machines and u can 
> see this phenomena.

I get this problem running tomcat on a linux box - Redhat 7.2 with both Tomcat 4.0.1-1 
and Tomcat 4.0.3-1

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Caching in IE

2002-04-18 Thread SUPRIYA MISRA

This works only when tomcat runs on a linux box. Does not work when tomcat 
runs on Windows 2000. I use IE 6.0

I can give you a link of the exact code running off two machines and u can 
see this phenomena.


>From: Antony Stace <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Subject: Re: Caching in IE
>Date: Fri, 19 Apr 2002 09:55:00 +0900
>
>On Thu, 18 Apr 2002 16:05:16 +
>"SUPRIYA MISRA" <[EMAIL PROTECTED]> wrote:
>
> >response.setHeader("Cache-Control","no-store"); //HTTP 1.1
> > response.setHeader("Pragma","no-cache"); //HTTP 1.0
> > response.setDateHeader ("Expires", 0); //prevents caching at the 
>proxy
> > server
>
>I have tried this, but IE6 seems to ignore these settings in the header.  
>Which browsers have you seen which
>respect these settings?
>
>
>_
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>
>




_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Struts 1.0 and Nested Tags. with Added Classes

2002-04-18 Thread Arron Bates

If you're using Struts 1.0 you can't just return the ArrayList. Return 
the Object[] by calling myArrayList.ToArray(). The ability to use the 
ArrayList properly in an indexed property was only added to 
PropertyUtils in February some time. You can't just replace the bean 
utils jar either, as for Struts 1.0, PropertyUtils was embedded. I think 
that the "null" error is that it doesn't have a clue as to what to do 
with the List.

Another possible issue, is that you may be confusing your beans. How?... 
In some of the tags you have provided a bean reference via the "name" 
attribute. Providing the name to all but one nested tag (nested:root), 
is a waste of time. Internally, the tags will make up their own idea and 
overwrite whatever you provide anyway. All the nested tags look up to a 
valid nested "root" tag. There are three options. , 
 and . In your case it's  (note: 
 is just an extension of ). So all your tags are 
looking to the form tag to get the bean reference. If that's not 
"theSCBean" it's going to be an issue.

To get it all working off theSCBean, make a  tag inside the 
form tag to take over, and use the theSCBean.
eg...

  

  

  
  

  

  


(I also noted in making the above example that the closing form and 
iterate tags were out of sequence, it may have just been your example, 
as it would have thrown a bad markup kind of error instead of the 
current null problem).

Also note in the above, that I changed the  to 
. Why?...  is there more for the other way 
of using it. Internally, nested tags will "always" set the name 
attribute. Setting the name attribute means that the "collection" method 
of using the options tag wont come into effect. The nested version is 
there for the "name" attribute use of the tag. The collection attributes 
accesses another bean all together, so it's best handled by the original 
tag. You've correctly made the bean via the define tag (good stuff :), 
and all you have to do is use the original tag and you'll be golden. If 
you move up to Struts 1.1, there's a nice "optionsCollection" tag there 
which is excellent for nesting, and doesn't need that extra bean define 
step.

The only other difference with the example above, is that I moved the 
 to be around the select tag. Only personal taste, as I 
like to keep the select and the accompanying options tag in their own 
unit as they both together form the input item. Makes it a little easier 
to read.

Anyways, I hope that somewhere in all that you find the rest of your 
legs in using the . I'd rather err on the side of too much 
info, than not enough. :)

Arron.

PS: Taken the nested tags tutorials on www.keyboardmonkey.com ?
   It will walk you through making lists within lists and whatever 
else. All the way up to making a tree.



Daniel Jaffa wrote:

>I checked into this before  posting to the newsgroup.
>
>What would be great is if some one could post some example code doing the
>same thing.
>
>Thank u Very much
>Daniel Jaffa
>- Original Message -
>From: "Marcelo Vanzin" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Sent: Thursday, April 18, 2002 3:29 PM
>Subject: Re: Struts 1.0 and Nested Tags. with Added Classes
>
>
>>Daniel Jaffa wrote:
>>
>>>I recieve the following error.
>>>java.lang.IllegalArgumentException: Null property value for 'programs'
>>>
>>>Just to let u know that programs is an ArrayList in
>>>
>SpecialConditionsBean.
>
>>>an Addition that programs is an array list of ProgramsBeans.
>>>
>>So it seems that some of the two "getPrograms()" is returning "null" when
>>they shouldn't.
>>
>>--
>>[]'s
>>Marcelo Vanzin
>>Touch Tecnologia
>>[EMAIL PROTECTED]
>>"Life is too short to drink cheap beer"
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
>
>
>>For additional commands, e-mail:
>>
>
>
>>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Caching in IE

2002-04-18 Thread Antony Stace

On Thu, 18 Apr 2002 16:05:16 +
"SUPRIYA MISRA" <[EMAIL PROTECTED]> wrote:

>response.setHeader("Cache-Control","no-store"); //HTTP 1.1
> response.setHeader("Pragma","no-cache"); //HTTP 1.0
> response.setDateHeader ("Expires", 0); //prevents caching at the proxy 
> server

I have tried this, but IE6 seems to ignore these settings in the header.  Which 
browsers have you seen which
respect these settings?


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Inside WEB-INF or ourside WEB-INF? Struts security.

2002-04-18 Thread Micael Padraig Og mac Grene

Most sample apps have the jsp pages and images outside the 
WEB-INF.  Why?  Isn't it more secure inside?



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Nesting messages

2002-04-18 Thread ajTreece


Does anyone have an example of how to utilize the replacement parameters in 
?

My specific question is can an arg0 string in a  be another 
 string?


Thanks, ajTreece


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Galbreath, Mark

Hell, the main reason I took the assignment was I though I might meet Jamie
Lee!  ;-)

-Original Message-
From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 2:45 PM
To: Struts Users Mailing List
Subject: RE: IDE for EJB2.0 development


First:  Simon, I like your style...I'm trying to get to an unbiased state
regarding software myself, but it ain't easy. :)

Mark, that's funny as hell--VoiceStream just took over MobileStar, whom we
were partnered with, and then decided "Hey, we have all the Starbucks, so
screw roaming partnerships!", and decided not to partner with us.  Sure am
glad you're only a consultant for VoiceStream, or we might have something to
worry about. ;)


peace,
Joe Barefoot


> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 11:04 AM
> To: 'Struts Users Mailing List'
> Subject: RE: IDE for EJB2.0 development
>
>
> Yeah, but I'm just a consultant working on a contract for
> VoiceStream Global
> Wireless (soon to be T-Mobile Wireless Internet in California)
> writing it's
> entire ecommerce suite using Struts, EJBs and Oracle.  It's present online
> store was coded with Cold Fusion about 3 years ago and it is failing
> miserably under the load.
>
> The TESSCO website will be ported to Struts/J2EE sometime this fall, but I
> don't know if I will be around here to participate.  I generally move onto
> other companies, other projects about every 6 months.
>
> Sure would like to move to Wisconsin  ;-)
>
> Mark
>
> -Original Message-
> From: Thinh Doan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:36 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> Mark's company web site is using asp, lol.
>
> Thinh
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 12:26 PM
> To: 'Struts Users Mailing List'
> Subject: RE: IDE for EJB2.0 development
>
>
> Boy, it's going to be real hard to think up a thread like this one for
> tomorrow!
>
> Mark
>
> -Original Message-
> From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:24 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> I agree with 95% of what you say, James, but just for the record,
> many of us
> have a profound distaste for Microsoft not because of their software, but
> because of their business practices.  They have a solid history of
> "borrowing" from existing software and technology to build their own
> products (esp. open source), and then using their leverage to
> make sure that
> their product is dominant in the marketplace.  How many company's
> web sites
> were built with ASP only because the company had some sort of pre-existing
> "preferred partner" arrangement with Microsoft?  More than you or I will
> ever know, that's for sure.
>
> I personally happen to really like some of Microsoft's office
> software, but
> I would never work to develop a Microsoft product, for the same
> reasons that
> I would never work for PG&E--they simply do not play nice with
> others.  Note
> that this doesn't mean I won't *use* their products or technology
> if I find
> them to be superior, I just won't help *build* something that may
> be turned
> into a marketing leviathon.
>
>
> peace,
>
> Joe Barefoot
>
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 7:13 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > OK, OK.  So I said the
> >
> > This is so childish, almost comical!
> > (Wish it was Friday)
> >
> > *Disclaimer - The following paragraph is not aimed at any ONE person, I
> > simply ask this of every developer who thinks they can spread their
> > ill-founded beliefs on everyone else.
> >
> > At what point in Technology did YOU decide that it was time to stop
> > advancing?
> > Who the hell made YOU dictator to decide what qualifies as guru-hood?
> >
> > I've noticed a trend with such people.
> >
> > When they started out learning how to be a programmer, they
> were eager to
> > learn things and eager to try out new stuff.  Then, when they were
> > considered to be on the leading edge of technology, they felt REALLY
> > powerful and strong.  That's right, they were the gurus of the moment.
> >
> > Then, all of a sudden something new came into town and they had
> to defend
> > their guru status.
> > Instead of embracing the newest technology and helping others to improve
> > their product (code), they were bitter and complained amongst
> themselves,
> > trying to convince each other that they were still the gurus of today.
> > Meanwhile, as the jobs for that type of work began to dry up.
> > Some of them
> > still clung to their beliefs that they were right and everyone else was
> > stupid.
> >
> >
> > So which one are you?  North-going or South-going?

RE: double messages from struts-user?

2002-04-18 Thread Bill Page

interesting.  I got doubles, but only about 5-6 a day

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 12:02 PM
> To: [EMAIL PROTECTED]
> Subject: double messages from struts-user?
> 
> 
> I'm getting two email messages for every posting to this 
> mailing list.  Does
> anyone else have this problem, or is it just me?
> 
>  
> 
> David A. Ventimiglia
> 
> Wells Fargo Private Client Services
> 
> (415) 396-0414 (work)
> 
>  
> 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Struts 1.0 and Nested Tags. with Added Classes

2002-04-18 Thread Daniel Jaffa

I checked into this before  posting to the newsgroup.

What would be great is if some one could post some example code doing the
same thing.

Thank u Very much
Daniel Jaffa
- Original Message -
From: "Marcelo Vanzin" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 3:29 PM
Subject: Re: Struts 1.0 and Nested Tags. with Added Classes


> Daniel Jaffa wrote:
> > I recieve the following error.
> > java.lang.IllegalArgumentException: Null property value for 'programs'
> >
> > Just to let u know that programs is an ArrayList in
SpecialConditionsBean.
> > an Addition that programs is an array list of ProgramsBeans.
>
> So it seems that some of the two "getPrograms()" is returning "null" when
> they shouldn't.
>
> --
> []'s
> Marcelo Vanzin
> Touch Tecnologia
> [EMAIL PROTECTED]
> "Life is too short to drink cheap beer"
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




ActionError() placeholders: a new suggestion?

2002-04-18 Thread Elijah Jacobs

Hi All,

Please tell me if this has already been suggested.

Why not have a new contructor for ActionError such
ActionError(java.lang.String key, java.util.Map) ?

The key value pair for the Map can be placeholder/value.

ie. In the ApplicationResources.properties file :
instead of :You have won {0} please collect at {1}  ( where 0 = price
and 1 = location }
You can have:   You have won {price} please collect at {location} ( a lot
easier to read - and change )

where Map would be like:
map.put("price", "A million");
map.put("location", "Somewhere");

Is an alphanumeric placeholder possible in struts?  and is this a new
suggestion?

thanks,
- ej

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Use of "Powered By Struts" Logo

2002-04-18 Thread Jack Frosch

I read through various FAQs about this, but didn't see anything that
specifically addressed the use of the Jakarta project logos, such as the
"Power By Struts" and the Tomcat logo.  However, the Apache license does
talk about restrictions on use of its trademark feather and other marks
belonging to Apache.
 
I'm not sure why a "Powered By Struts" logo would exist if the only site
that could use it is the Struts site, but wanted to ask about
restrictions on its use before using it.
 
Can someone point me to a FAQ or licensing statement that deals with the
"powered By Struts" and Tomcat logos?
 
Thanks.
 
Jack



Re: Struts 1.0 and Nested Tags. with Added Classes

2002-04-18 Thread Marcelo Vanzin

Daniel Jaffa wrote:
> I recieve the following error.
> java.lang.IllegalArgumentException: Null property value for 'programs'
> 
> Just to let u know that programs is an ArrayList in SpecialConditionsBean.
> an Addition that programs is an array list of ProgramsBeans.

So it seems that some of the two "getPrograms()" is returning "null" when 
they shouldn't.

-- 
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"Life is too short to drink cheap beer"


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Example App for Struts?

2002-04-18 Thread Chappell, Simon P

Chuck: I took a look at your build.xml and you use some techniques that I can learn 
from. Thanks for sharing.

Chandra: Either mine or Chuck's build.xml will get you started. Mine is specifically 
geared for the example application, while Chuck's is more targetted at his book's 
example and running against multiple application servers.

Simon

>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 1:28 PM
>To: Struts Users Mailing List; Chandra Gottipati
>Subject: Re: Example App for Struts?
>
>
>You can also take a look at the chapter 3 that's 
>available on theserverside.com. I used ant to build the 
>example banking app using Ant and one of the deployment 
>environments that I tested it on was WebLogic. Look at 
>the build.xml file included.
>
>Chuck
>> Simon,
>> 
>> I am trying to use ant to build my project for deploying on 
>WebLogic 6.1.
>> Could you send me your ant file. Do you have an ftp task in it?
>> 
>> Thanks.
>> 
>> Chandra.
>> 
>> - Original Message -
>> From: "Chappell, Simon P" <[EMAIL PROTECTED]>
>> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>> Sent: Thursday, April 18, 2002 12:26 PM
>> Subject: RE: Example App for Struts?
>> 
>> 
>> I think that there are several available through links on the struts
>> resource page. Checkout the struts articles at 
www.onjava.com as they have a
> number of examples that are quite useful. I am writing just such an example
> program, but it's not finished yet (and will not be for a while) and is not
> yet ported to version 1.1.
> 
> I have also converted the example application that comes with struts 1.0.2
> to build under ant if anyone is interested in that as an example of how to
> use ant with your struts project.
> 
> Simon
> 
> -
> Simon P. Chappell [EMAIL PROTECTED]
> Java Programming Specialist  www.landsend.com
> Lands' End, Inc.   (608) 935-4526
> 
> 
> >-Original Message-
> >From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, April 18, 2002 11:59 AM
> >To: [EMAIL PROTECTED]
> >Subject: Example App for Struts?
> >
> >
> >Is there an example application for struts that is recommended as a
> >starting "template"?
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
> >
> >For additional commands, e-mail:
> >
> >
> >
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Example App for Struts?

2002-04-18 Thread Chappell, Simon P

Get some sleep Mark! :-)

I'll attach my ant file that I use for the struts example application, which is called 
build.xml, for your viewing pleasure. Hopefully, nobody's mail gateway will think it's 
a virus.

Simon

>-Original Message-
>From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 2:04 PM
>To: 'Struts Users Mailing List'
>Subject: RE: Example App for Struts?
>
>
>It's not Ant that you want, but build.xml.
>
>Mark
>
>-Original Message-
>From: Chandra Gottipati [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 2:14 PM
>To: Struts Users Mailing List
>Subject: Re: Example App for Struts?
>
>
>Simon,
>
>I am trying to use ant to build my project for deploying on 
>WebLogic 6.1.
>Could you send me your ant file. Do you have an ftp task in it?
>
>Thanks.
>
>Chandra.
>
>- Original Message -
>From: "Chappell, Simon P" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Sent: Thursday, April 18, 2002 12:26 PM
>Subject: RE: Example App for Struts?
>
>
>I think that there are several available through links on the struts
>resource page. Checkout the struts articles at www.onjava.com 
>as they have a
>number of examples that are quite useful. I am writing just 
>such an example
>program, but it's not finished yet (and will not be for a 
>while) and is not
>yet ported to version 1.1.
>
>I have also converted the example application that comes with 
>struts 1.0.2
>to build under ant if anyone is interested in that as an 
>example of how to
>use ant with your struts project.
>
>Simon
>
>-
>Simon P. Chappell [EMAIL PROTECTED]
>Java Programming Specialist  www.landsend.com
>Lands' End, Inc.   (608) 935-4526
>
>
>>-Original Message-
>>From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, April 18, 2002 11:59 AM
>>To: [EMAIL PROTECTED]
>>Subject: Example App for Struts?
>>
>>
>>Is there an example application for struts that is recommended as a
>>starting "template"?
>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
>>For additional commands, e-mail:
>>
>>
>>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>--
>To unsubscribe, e-mail:   

For additional commands, e-mail: 



























































































































--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


RE: Logic inside iterate tag

2002-04-18 Thread Juan Alvarado \(Struts List\)

Thanks for the quick reply.  I'll give the options tag a try.

Thanks

P.S. Sorry for the repeat post. I made the mistake of searching under
iterate instead of the options tag in the list. That's why I probably came
up empty.

**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 2:55 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: Re: Logic inside iterate tag




Just posted an example on this - lots in the archive.  Basically don't want
t
use iterate at all.  In your form bean load a collection with beans with
label
and value attributes, and then use the html:options tag.

Much cleaner!!

Cheers,

Dave

PS  Don't forget the bean:define if you are not using html:optionCollection
tag.




"Juan Alvarado \(Struts List\)"
<[EMAIL PROTECTED]> on 04/18/2002 02:15:01 PM

Please respond to "Struts Users Mailing List"
  <[EMAIL PROTECTED]>; Please respond
to
  [EMAIL PROTECTED]

To:   "Struts" <[EMAIL PROTECTED]>
cc:(bcc: David Hay/Lex/Lexmark)
Subject:  Logic inside iterate tag



Can anyone tell me what the proper way to convert the scriptlets in the
below code to the correspoding struts tags.

Since I am working with a two dimensional array here, I am sort of confused
as to how to integrate it with the struts tags.  Any help with this is
greatly appreciated.



 
  <% String[] dateRangeMonthFrom = (String[])calendar; %>
  <%=
dateRangeMonthFrom[0]
%>
 




**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]


--
To unsubscribe, e-mail:

For additional commands, e-mail:









--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Example App for Struts?

2002-04-18 Thread Galbreath, Mark

It's not Ant that you want, but build.xml.

Mark

-Original Message-
From: Chandra Gottipati [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 2:14 PM
To: Struts Users Mailing List
Subject: Re: Example App for Struts?


Simon,

I am trying to use ant to build my project for deploying on WebLogic 6.1.
Could you send me your ant file. Do you have an ftp task in it?

Thanks.

Chandra.

- Original Message -
From: "Chappell, Simon P" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 12:26 PM
Subject: RE: Example App for Struts?


I think that there are several available through links on the struts
resource page. Checkout the struts articles at www.onjava.com as they have a
number of examples that are quite useful. I am writing just such an example
program, but it's not finished yet (and will not be for a while) and is not
yet ported to version 1.1.

I have also converted the example application that comes with struts 1.0.2
to build under ant if anyone is interested in that as an example of how to
use ant with your struts project.

Simon

-
Simon P. Chappell [EMAIL PROTECTED]
Java Programming Specialist  www.landsend.com
Lands' End, Inc.   (608) 935-4526


>-Original Message-
>From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 11:59 AM
>To: [EMAIL PROTECTED]
>Subject: Example App for Struts?
>
>
>Is there an example application for struts that is recommended as a
>starting "template"?
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>

--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Question: error "No getter method for property..."

2002-04-18 Thread Stott, David

Sorry, I sent the wrong action form code - it should look like:

package com.ironside.qscontentmgr.formbeans;

import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionError;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;

import com.ironside.qscontentmgr.jdbc.CategoryAttribute;

public final class UpdateCommitAttributeForm extends ActionForm 
{

// --- Instance
Variables
private CategoryAttribute attribute = new CategoryAttribute();

// ---
Properties

 public void setAttribute(CategoryAttribute attribute) { this.attribute
= attribute; }
 public CategoryAttribute getAttribute() { return this.attribute; }
 
// - Public
Methods

/**
 * Reset all properties to their default values.
 *
 * @param mapping The mapping used to select this instance
 * @param request The servlet request we are processing
 */
public void reset(ActionMapping mapping, HttpServletRequest request) {

this.attribute = new CategoryAttribute();
}



   public ActionErrors validate(ActionMapping mapping,
 HttpServletRequest request) {

ActionErrors errors = new ActionErrors();

if ((attribute.getAttributename() == null) ||
(attribute.getAttributename().length() < 1))
errors.add("attributename",
   new ActionError("error.category.categoryname"));
return (errors);

}
}

-Original Message-
From: Stott, David [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 2:13 PM
To: '[EMAIL PROTECTED]'
Subject: FW: Question: error "No getter method for property..."


Hi List,

I checked the archives on this one thoroughly, and though it has been
discussed, nothing was definitive and didn't seem to address my situation.

I'm getting the following exception:
"javax.servlet.ServletException: No getter method for property
attribute.unit of bean org.apache.struts.taglib.html.BEAN"

when using a nested bean in a form.  Strangely, I can't consistently
replicate the error as it seems to come and go.  Here is my form code:

< start form code >





Update Attribute - <%=
attr.getAttributename() %>

Please complete the form below:

Attribute Name (required)



Unit of Measure


Refinable

Yes No

Sortable

Yes No

Visible

Yes No

Required

Yes No









Here is my action form code for this form:



public final class UpdateCommitCategoryForm extends ActionForm  {

// --- Instance
Variables
private Category category = new Category();
private CategoryNav catnav = new CategoryNav();
private String[] parents = null;

// ---
Properties

public void setCategory(Category category) { this.category =
category; }
public Category getCategory() { return this.category; }
public void setCatnav(CategoryNav catnav){ this.catnav = catnav; }
public CategoryNav getCatnav() { return this.catnav; }
// - Public
Methods

public void reset(ActionMapping mapping, HttpServletRequest request)
{

this.category = new Category();
}

public ActionErrors validate(ActionMapping mapping,
 HttpServletRequest request) {

ActionErrors errors = new ActionErrors();

if ((category.getCategoryname() == null) ||
(category.getCategoryname().length() < 1))
errors.add("categoryname",
   new ActionError("error.category.categoryname"));
return (errors);

}
}




And lastly, I do have get and set methods in my Attribute class for each
property:

...

public String getUnit(){ return (this.unit); }
public void setUnit(String unit){ this.unit = unit; }

...

Anyone have any ideas?

Much thanks in advance,

David Stott
Technical Solutions Analyst
Ironside Technologies Inc.
600 Alden Road. 7th Floor
Markham, Ontario L3R 0E7
[p] 905.415.3900 ext.3363
[f] 905.415.3901 
[EMAIL PROTECTED] 

Connecting Suppliers With Buyers

--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Logic inside iterate tag

2002-04-18 Thread dhay



Just posted an example on this - lots in the archive.  Basically don't want t
use iterate at all.  In your form bean load a collection with beans with label
and value attributes, and then use the html:options tag.

Much cleaner!!

Cheers,

Dave

PS  Don't forget the bean:define if you are not using html:optionCollection tag.




"Juan Alvarado \(Struts List\)"
<[EMAIL PROTECTED]> on 04/18/2002 02:15:01 PM

Please respond to "Struts Users Mailing List"
  <[EMAIL PROTECTED]>; Please respond to
  [EMAIL PROTECTED]

To:   "Struts" <[EMAIL PROTECTED]>
cc:(bcc: David Hay/Lex/Lexmark)
Subject:  Logic inside iterate tag



Can anyone tell me what the proper way to convert the scriptlets in the
below code to the correspoding struts tags.

Since I am working with a two dimensional array here, I am sort of confused
as to how to integrate it with the struts tags.  Any help with this is
greatly appreciated.



 
  <% String[] dateRangeMonthFrom = (String[])calendar; %>
  <%=
dateRangeMonthFrom[0]
%>
 




**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 








--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Schneider, Eric

I guess that's business, eh?

Who knows, maybe Sun will be the next M$?

http://jakarta.apache.org/site/news.html#0313.1

> -Original Message-
> From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:24 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
> 
> 
> I agree with 95% of what you say, James, but just for the 
> record, many of us
> have a profound distaste for Microsoft not because of their 
> software, but
> because of their business practices.  They have a solid history of
> "borrowing" from existing software and technology to build their own
> products (esp. open source), and then using their leverage to 
> make sure that
> their product is dominant in the marketplace.  How many 
> company's web sites
> were built with ASP only because the company had some sort of 
> pre-existing
> "preferred partner" arrangement with Microsoft?  More than 
> you or I will
> ever know, that's for sure.
> 
> I personally happen to really like some of Microsoft's office 
> software, but
> I would never work to develop a Microsoft product, for the 
> same reasons that
> I would never work for PG&E--they simply do not play nice 
> with others.  Note
> that this doesn't mean I won't *use* their products or 
> technology if I find
> them to be superior, I just won't help *build* something that 
> may be turned
> into a marketing leviathon.
> 
> 
> peace,
> 
> Joe Barefoot
> 
> 
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 7:13 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > OK, OK.  So I said the
> >
> > This is so childish, almost comical!
> > (Wish it was Friday)
> >
> > *Disclaimer - The following paragraph is not aimed at any 
> ONE person, I
> > simply ask this of every developer who thinks they can spread their
> > ill-founded beliefs on everyone else.
> >
> > At what point in Technology did YOU decide that it was time to stop
> > advancing?
> > Who the hell made YOU dictator to decide what qualifies as 
> guru-hood?
> >
> > I've noticed a trend with such people.
> >
> > When they started out learning how to be a programmer, they 
> were eager to
> > learn things and eager to try out new stuff.  Then, when they were
> > considered to be on the leading edge of technology, they felt REALLY
> > powerful and strong.  That's right, they were the gurus of 
> the moment.
> >
> > Then, all of a sudden something new came into town and they 
> had to defend
> > their guru status.
> > Instead of embracing the newest technology and helping 
> others to improve
> > their product (code), they were bitter and complained 
> amongst themselves,
> > trying to convince each other that they were still the 
> gurus of today.
> > Meanwhile, as the jobs for that type of work began to dry up.
> > Some of them
> > still clung to their beliefs that they were right and 
> everyone else was
> > stupid.
> >
> >
> > So which one are you?  North-going or South-going?
> >
> > http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> >
> >
> > Doesn't matter, you fit the qualifications for both.
> >
> >
> >
> >
> >
> > I admit that I got my start as a developer on the Microsoft 
> side of the
> > fence.  Why?  Well, because everything was free.  I was in 
> the Army and
> > didn't make a lot of money so FREE sounded really good to 
> me.  I started
> > learning html and moved right into Visual Basic 3, 4, and 
> 5.  However, the
> > technology that got me into 6 figures was ASP.  That's 
> right Active Server
> > Pages.
> > Then came along this phenomenon called Java.  I was introduced to
> > the Struts
> > framework and quickly realized just how superior it was to ASP.
> > I have been
> > a believer ever since.
> >
> > One thing I noticed on the Non-MS side of the fence that I didn't
> > see on the
> > MS side was the bitterness and anger that some people have 
> for the other
> > side.
> >
> > I guess I just don't get it.  Some people at my last job actually
> > treated me
> > like sh## because I "used to be" an ASP developer.  H, 
> I don't recall
> > such hostility about Java developers from anyone at any of 
> my previous MS
> > shop jobs.
> > In fact, one guy actually started talking to me and helping me
> > only after he
> > heard me tell a friend that I had just installed Linux on my laptop.
> >
> > WHAT THE FU$#$%#$%#$
> >
> > Where is this hatred coming from people?
> > Why don't you just get over it and get a life!  Microsoft 
> ISN'T going
> > away!!!
> >
> > If you don't like their software, then stop using it..but
> > just shut the
> > hell up!!!
> >
> > JM
> >
> > P.S. Oh crap, I used spellchecker before sending this 
> message.  Oh well,
> > guess I'm not an e-mail guru.
> >
> >
> >
> >
> > > -Original Message-
> > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, April 18, 2002 8:52 AM
> > > To: 

RE: IDE for EJB2.0 development

2002-04-18 Thread Joseph Barefoot

First:  Simon, I like your style...I'm trying to get to an unbiased state
regarding software myself, but it ain't easy. :)

Mark, that's funny as hell--VoiceStream just took over MobileStar, whom we
were partnered with, and then decided "Hey, we have all the Starbucks, so
screw roaming partnerships!", and decided not to partner with us.  Sure am
glad you're only a consultant for VoiceStream, or we might have something to
worry about. ;)


peace,
Joe Barefoot


> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 11:04 AM
> To: 'Struts Users Mailing List'
> Subject: RE: IDE for EJB2.0 development
>
>
> Yeah, but I'm just a consultant working on a contract for
> VoiceStream Global
> Wireless (soon to be T-Mobile Wireless Internet in California)
> writing it's
> entire ecommerce suite using Struts, EJBs and Oracle.  It's present online
> store was coded with Cold Fusion about 3 years ago and it is failing
> miserably under the load.
>
> The TESSCO website will be ported to Struts/J2EE sometime this fall, but I
> don't know if I will be around here to participate.  I generally move onto
> other companies, other projects about every 6 months.
>
> Sure would like to move to Wisconsin  ;-)
>
> Mark
>
> -Original Message-
> From: Thinh Doan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:36 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> Mark's company web site is using asp, lol.
>
> Thinh
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 12:26 PM
> To: 'Struts Users Mailing List'
> Subject: RE: IDE for EJB2.0 development
>
>
> Boy, it's going to be real hard to think up a thread like this one for
> tomorrow!
>
> Mark
>
> -Original Message-
> From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:24 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> I agree with 95% of what you say, James, but just for the record,
> many of us
> have a profound distaste for Microsoft not because of their software, but
> because of their business practices.  They have a solid history of
> "borrowing" from existing software and technology to build their own
> products (esp. open source), and then using their leverage to
> make sure that
> their product is dominant in the marketplace.  How many company's
> web sites
> were built with ASP only because the company had some sort of pre-existing
> "preferred partner" arrangement with Microsoft?  More than you or I will
> ever know, that's for sure.
>
> I personally happen to really like some of Microsoft's office
> software, but
> I would never work to develop a Microsoft product, for the same
> reasons that
> I would never work for PG&E--they simply do not play nice with
> others.  Note
> that this doesn't mean I won't *use* their products or technology
> if I find
> them to be superior, I just won't help *build* something that may
> be turned
> into a marketing leviathon.
>
>
> peace,
>
> Joe Barefoot
>
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 7:13 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > OK, OK.  So I said the
> >
> > This is so childish, almost comical!
> > (Wish it was Friday)
> >
> > *Disclaimer - The following paragraph is not aimed at any ONE person, I
> > simply ask this of every developer who thinks they can spread their
> > ill-founded beliefs on everyone else.
> >
> > At what point in Technology did YOU decide that it was time to stop
> > advancing?
> > Who the hell made YOU dictator to decide what qualifies as guru-hood?
> >
> > I've noticed a trend with such people.
> >
> > When they started out learning how to be a programmer, they
> were eager to
> > learn things and eager to try out new stuff.  Then, when they were
> > considered to be on the leading edge of technology, they felt REALLY
> > powerful and strong.  That's right, they were the gurus of the moment.
> >
> > Then, all of a sudden something new came into town and they had
> to defend
> > their guru status.
> > Instead of embracing the newest technology and helping others to improve
> > their product (code), they were bitter and complained amongst
> themselves,
> > trying to convince each other that they were still the gurus of today.
> > Meanwhile, as the jobs for that type of work began to dry up.
> > Some of them
> > still clung to their beliefs that they were right and everyone else was
> > stupid.
> >
> >
> > So which one are you?  North-going or South-going?
> >
> > http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> >
> >
> > Doesn't matter, you fit the qualifications for both.
> >
> >
> >
> >
> >
> > I admit that I got my start as a developer on the Microsoft side of the
> > fence.  Why?  Well, because everything was

FW: Question: error "No getter method for property..."

2002-04-18 Thread Stott, David

Hi List,

I checked the archives on this one thoroughly, and though it has been
discussed, nothing was definitive and didn't seem to address my situation.

I'm getting the following exception:
"javax.servlet.ServletException: No getter method for property
attribute.unit of bean org.apache.struts.taglib.html.BEAN"

when using a nested bean in a form.  Strangely, I can't consistently
replicate the error as it seems to come and go.  Here is my form code:

< start form code >





Update Attribute - <%=
attr.getAttributename() %>

Please complete the form below:

Attribute Name (required)



Unit of Measure


Refinable

Yes No

Sortable

Yes No

Visible

Yes No

Required

Yes No









Here is my action form code for this form:



public final class UpdateCommitCategoryForm extends ActionForm  {

// --- Instance
Variables
private Category category = new Category();
private CategoryNav catnav = new CategoryNav();
private String[] parents = null;

// ---
Properties

public void setCategory(Category category) { this.category =
category; }
public Category getCategory() { return this.category; }
public void setCatnav(CategoryNav catnav){ this.catnav = catnav; }
public CategoryNav getCatnav() { return this.catnav; }
// - Public
Methods

public void reset(ActionMapping mapping, HttpServletRequest request)
{

this.category = new Category();
}

public ActionErrors validate(ActionMapping mapping,
 HttpServletRequest request) {

ActionErrors errors = new ActionErrors();

if ((category.getCategoryname() == null) ||
(category.getCategoryname().length() < 1))
errors.add("categoryname",
   new ActionError("error.category.categoryname"));
return (errors);

}
}




And lastly, I do have get and set methods in my Attribute class for each
property:

...

public String getUnit(){ return (this.unit); }
public void setUnit(String unit){ this.unit = unit; }

...

Anyone have any ideas?

Much thanks in advance,

David Stott
Technical Solutions Analyst
Ironside Technologies Inc.
600 Alden Road. 7th Floor
Markham, Ontario L3R 0E7
[p] 905.415.3900 ext.3363
[f] 905.415.3901 
[EMAIL PROTECTED] 

Connecting Suppliers With Buyers

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Chappell, Simon P

>Sure would like to move to Wisconsin  ;-)

I working on it! Start eating more cheese and saying "Go Packers!" :-)

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Example App for Struts?

2002-04-18 Thread chuckcavaness

You can also take a look at the chapter 3 that's 
available on theserverside.com. I used ant to build the 
example banking app using Ant and one of the deployment 
environments that I tested it on was WebLogic. Look at 
the build.xml file included.

Chuck
> Simon,
> 
> I am trying to use ant to build my project for deploying on WebLogic 6.1.
> Could you send me your ant file. Do you have an ftp task in it?
> 
> Thanks.
> 
> Chandra.
> 
> - Original Message -
> From: "Chappell, Simon P" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, April 18, 2002 12:26 PM
> Subject: RE: Example App for Struts?
> 
> 
> I think that there are several available through links on the struts
> resource page. Checkout the struts articles at www.onjava.com as they have a
> number of examples that are quite useful. I am writing just such an example
> program, but it's not finished yet (and will not be for a while) and is not
> yet ported to version 1.1.
> 
> I have also converted the example application that comes with struts 1.0.2
> to build under ant if anyone is interested in that as an example of how to
> use ant with your struts project.
> 
> Simon
> 
> -
> Simon P. Chappell [EMAIL PROTECTED]
> Java Programming Specialist  www.landsend.com
> Lands' End, Inc.   (608) 935-4526
> 
> 
> >-Original Message-
> >From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, April 18, 2002 11:59 AM
> >To: [EMAIL PROTECTED]
> >Subject: Example App for Struts?
> >
> >
> >Is there an example application for struts that is recommended as a
> >starting "template"?
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
> >
> >For additional commands, e-mail:
> >
> >
> >
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Logic inside iterate tag

2002-04-18 Thread Juan Alvarado \(Struts List\)

Can anyone tell me what the proper way to convert the scriptlets in the
below code to the correspoding struts tags.

Since I am working with a two dimensional array here, I am sort of confused
as to how to integrate it with the struts tags.  Any help with this is
greatly appreciated.




<% String[] dateRangeMonthFrom = (String[])calendar; %>
<%= 
dateRangeMonthFrom[0]
%>





**
Juan Alvarado
Internet Developer -- Manduca Management
(786)552-0504
[EMAIL PROTECTED]
AOL Instant Messenger: [EMAIL PROTECTED]


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Example App for Struts?

2002-04-18 Thread Chandra Gottipati

Simon,

I am trying to use ant to build my project for deploying on WebLogic 6.1.
Could you send me your ant file. Do you have an ftp task in it?

Thanks.

Chandra.

- Original Message -
From: "Chappell, Simon P" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 12:26 PM
Subject: RE: Example App for Struts?


I think that there are several available through links on the struts
resource page. Checkout the struts articles at www.onjava.com as they have a
number of examples that are quite useful. I am writing just such an example
program, but it's not finished yet (and will not be for a while) and is not
yet ported to version 1.1.

I have also converted the example application that comes with struts 1.0.2
to build under ant if anyone is interested in that as an example of how to
use ant with your struts project.

Simon

-
Simon P. Chappell [EMAIL PROTECTED]
Java Programming Specialist  www.landsend.com
Lands' End, Inc.   (608) 935-4526


>-Original Message-
>From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 11:59 AM
>To: [EMAIL PROTECTED]
>Subject: Example App for Struts?
>
>
>Is there an example application for struts that is recommended as a
>starting "template"?
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>

--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Galbreath, Mark

Clever boy!  :-0~

-Original Message-
From: James Mitchell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 1:53 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: IDE for EJB2.0 development


Here's a good topic for tomorrow.

Proposal for new open source framework:
Integrating Jakarta Struts and Microsoft's .NET

We will call it .NUTS

JM

> -Original Message-
> From: Thinh Doan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:36 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> Mark's company web site is using asp, lol.
>
> Thinh
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 12:26 PM
> To: 'Struts Users Mailing List'
> Subject: RE: IDE for EJB2.0 development
>
>
> Boy, it's going to be real hard to think up a thread like this one for
> tomorrow!
>
> Mark
>
> -Original Message-
> From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:24 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> I agree with 95% of what you say, James, but just for the record,
> many of us
> have a profound distaste for Microsoft not because of their software, but
> because of their business practices.  They have a solid history of
> "borrowing" from existing software and technology to build their own
> products (esp. open source), and then using their leverage to
> make sure that
> their product is dominant in the marketplace.  How many company's
> web sites
> were built with ASP only because the company had some sort of pre-existing
> "preferred partner" arrangement with Microsoft?  More than you or I will
> ever know, that's for sure.
>
> I personally happen to really like some of Microsoft's office
> software, but
> I would never work to develop a Microsoft product, for the same
> reasons that
> I would never work for PG&E--they simply do not play nice with
> others.  Note
> that this doesn't mean I won't *use* their products or technology
> if I find
> them to be superior, I just won't help *build* something that may
> be turned
> into a marketing leviathon.
>
>
> peace,
>
> Joe Barefoot
>
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 7:13 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > OK, OK.  So I said the
> >
> > This is so childish, almost comical!
> > (Wish it was Friday)
> >
> > *Disclaimer - The following paragraph is not aimed at any ONE person, I
> > simply ask this of every developer who thinks they can spread their
> > ill-founded beliefs on everyone else.
> >
> > At what point in Technology did YOU decide that it was time to stop
> > advancing?
> > Who the hell made YOU dictator to decide what qualifies as guru-hood?
> >
> > I've noticed a trend with such people.
> >
> > When they started out learning how to be a programmer, they
> were eager to
> > learn things and eager to try out new stuff.  Then, when they were
> > considered to be on the leading edge of technology, they felt REALLY
> > powerful and strong.  That's right, they were the gurus of the moment.
> >
> > Then, all of a sudden something new came into town and they had
> to defend
> > their guru status.
> > Instead of embracing the newest technology and helping others to improve
> > their product (code), they were bitter and complained amongst
> themselves,
> > trying to convince each other that they were still the gurus of today.
> > Meanwhile, as the jobs for that type of work began to dry up.
> > Some of them
> > still clung to their beliefs that they were right and everyone else was
> > stupid.
> >
> >
> > So which one are you?  North-going or South-going?
> >
> > http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> >
> >
> > Doesn't matter, you fit the qualifications for both.
> >
> >
> >
> >
> >
> > I admit that I got my start as a developer on the Microsoft side of the
> > fence.  Why?  Well, because everything was free.  I was in the Army and
> > didn't make a lot of money so FREE sounded really good to me.  I started
> > learning html and moved right into Visual Basic 3, 4, and 5.
> However, the
> > technology that got me into 6 figures was ASP.  That's right
> Active Server
> > Pages.
> > Then came along this phenomenon called Java.  I was introduced to
> > the Struts
> > framework and quickly realized just how superior it was to ASP.
> > I have been
> > a believer ever since.
> >
> > One thing I noticed on the Non-MS side of the fence that I didn't
> > see on the
> > MS side was the bitterness and anger that some people have for the other
> > side.
> >
> > I guess I just don't get it.  Some people at my last job actually
> > treated me
> > like sh## because I "used to be" an ASP developer.  H, I
> don't recall
> > such hostility about Java developers from anyone at any of my
> previous MS
> 

RE: IDE for EJB2.0 development

2002-04-18 Thread Galbreath, Mark

Yeah, but I'm just a consultant working on a contract for VoiceStream Global
Wireless (soon to be T-Mobile Wireless Internet in California) writing it's
entire ecommerce suite using Struts, EJBs and Oracle.  It's present online
store was coded with Cold Fusion about 3 years ago and it is failing
miserably under the load.

The TESSCO website will be ported to Struts/J2EE sometime this fall, but I
don't know if I will be around here to participate.  I generally move onto
other companies, other projects about every 6 months.

Sure would like to move to Wisconsin  ;-)

Mark

-Original Message-
From: Thinh Doan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 1:36 PM
To: Struts Users Mailing List
Subject: RE: IDE for EJB2.0 development


Mark's company web site is using asp, lol.

Thinh

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 12:26 PM
To: 'Struts Users Mailing List'
Subject: RE: IDE for EJB2.0 development


Boy, it's going to be real hard to think up a thread like this one for
tomorrow!

Mark

-Original Message-
From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 1:24 PM
To: Struts Users Mailing List
Subject: RE: IDE for EJB2.0 development


I agree with 95% of what you say, James, but just for the record, many of us
have a profound distaste for Microsoft not because of their software, but
because of their business practices.  They have a solid history of
"borrowing" from existing software and technology to build their own
products (esp. open source), and then using their leverage to make sure that
their product is dominant in the marketplace.  How many company's web sites
were built with ASP only because the company had some sort of pre-existing
"preferred partner" arrangement with Microsoft?  More than you or I will
ever know, that's for sure.

I personally happen to really like some of Microsoft's office software, but
I would never work to develop a Microsoft product, for the same reasons that
I would never work for PG&E--they simply do not play nice with others.  Note
that this doesn't mean I won't *use* their products or technology if I find
them to be superior, I just won't help *build* something that may be turned
into a marketing leviathon.


peace,

Joe Barefoot


> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 7:13 AM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> OK, OK.  So I said the
>
> This is so childish, almost comical!
> (Wish it was Friday)
>
> *Disclaimer - The following paragraph is not aimed at any ONE person, I
> simply ask this of every developer who thinks they can spread their
> ill-founded beliefs on everyone else.
>
> At what point in Technology did YOU decide that it was time to stop
> advancing?
> Who the hell made YOU dictator to decide what qualifies as guru-hood?
>
> I've noticed a trend with such people.
>
> When they started out learning how to be a programmer, they were eager to
> learn things and eager to try out new stuff.  Then, when they were
> considered to be on the leading edge of technology, they felt REALLY
> powerful and strong.  That's right, they were the gurus of the moment.
>
> Then, all of a sudden something new came into town and they had to defend
> their guru status.
> Instead of embracing the newest technology and helping others to improve
> their product (code), they were bitter and complained amongst themselves,
> trying to convince each other that they were still the gurus of today.
> Meanwhile, as the jobs for that type of work began to dry up.
> Some of them
> still clung to their beliefs that they were right and everyone else was
> stupid.
>
>
> So which one are you?  North-going or South-going?
>
> http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
>
>
> Doesn't matter, you fit the qualifications for both.
>
>
>
>
>
> I admit that I got my start as a developer on the Microsoft side of the
> fence.  Why?  Well, because everything was free.  I was in the Army and
> didn't make a lot of money so FREE sounded really good to me.  I started
> learning html and moved right into Visual Basic 3, 4, and 5.  However, the
> technology that got me into 6 figures was ASP.  That's right Active Server
> Pages.
> Then came along this phenomenon called Java.  I was introduced to
> the Struts
> framework and quickly realized just how superior it was to ASP.
> I have been
> a believer ever since.
>
> One thing I noticed on the Non-MS side of the fence that I didn't
> see on the
> MS side was the bitterness and anger that some people have for the other
> side.
>
> I guess I just don't get it.  Some people at my last job actually
> treated me
> like sh## because I "used to be" an ASP developer.  H, I don't recall
> such hostility about Java developers from anyone at any of my previous MS
> shop jobs.
> In fact, one guy actually started talki

Re: Struts 1.0 and Nested Tags. with Added Classes

2002-04-18 Thread Daniel Jaffa

an Addition that programs is an array list of ProgramsBeans.

thank u in advance

Daniel Jaffa
- Original Message -
From: "Daniel Jaffa" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 1:20 PM
Subject: Re: Struts 1.0 and Nested Tags. with Added Classes


> Please i need alot of help here.
>
> i have the following code
>
>
>  name="conditionsList" />
>
>  type="com.cci.dv.formBean.SpecialConditionsBean">
> 
> 
> 
> 
>  labelProperty="pgmName" />
> 
> 
> 
> 
>
>
> I recieve the following error.
> java.lang.IllegalArgumentException: Null property value for 'programs'
>
>
> What am i doing wrong.
>
> Just to let u know that programs is an ArrayList in SpecialConditionsBean.
>
>
> thank u for you help.
>
> Daniel Jaffa
>
>
>
>
>
>
>
>
>
>
>
>
> public class SpecialConditionsBean extends ActionForm implements
> formInterface, Serializable {
>
> // Procs: pageID 96 for pgmName get and 95 for put special conditions.
>
>  public SpecialConditionsBean() {}
>
> private String updateInsert = "";
> private String mapTo = "";
> private int caseID = 0;
>  private int userID = 0;
>  private String today = "";
>  private int pgmID = 0;
>  private String pgmName = "";
>  private int modalID = 0;
>  private int durTypeID = 0;
>  private int setDuration = 0;
>  private int minDuration = 0;
>  private int maxDuration = 0;
>  private int condTypeID = 0;
>  private String condTypeDesc = "";
>  private int regionID = 0;
>  private ArrayList programs;
>  private String selected = "";
>
>  //these need array props also:
>  private int[] pgmIDArray;
>  private int[] modalIDArray;
>  private int[] durTypeIDArray;
>  private int[] setDurationArray;
>  private int[] minDurationArray;
>  private int[] maxDurationArray;
>  private int[] condTypeIDArray;
>  private String[] selectedArray;
>
>  public String getUpdateInsert () { return updateInsert;}
> public String getMapTo () { return mapTo;}
> public int getCaseID () { return caseID;}
>  public int getUserID () { return userID;}
>  public String getToday () { return today;}
>  public String getPgmName () { return pgmName;}
>  public int getPgmID () { return pgmID;}
>  public int getModalID () { return modalID;}
>  public int getDurTypeID () { return durTypeID;}
>  public int getSetDuration () { return setDuration;}
>  public int getMinDuration () { return minDuration;}
>  public int getMaxDuration () { return maxDuration;}
>  public int getCondTypeID () { return condTypeID;}
>  public String getSelected () { return selected;}
>  public String getCondTypeDesc () { return condTypeDesc;}
>
>  public int[] getPgmIDArray () { return pgmIDArray;}
>  public int[] getModalIDArray () { return modalIDArray;}
>  public int[] getDurTypeIDArray () { return durTypeIDArray;}
>  public int[] getSetDurationArray () { return setDurationArray;}
>  public int[] getMinDurationArray () { return minDurationArray;}
>  public int[] getMaxDurationArray () { return maxDurationArray;}
>  public int[] getCondTypeIDArray () { return condTypeIDArray;}
>  public String[] getSelectedArray () { return selectedArray;}
>
>  public int getRegionID () { return regionID;}
>  public ArrayList getPrograms () { return programs;}
>
>  //sets
>  public void setUpdateInsert (String updateInsert) { this.updateInsert
> =updateInsert;}
> public void setMapTo (String mapTo) { this.mapTo =mapTo;}
> public void setCaseID (int caseID) { this.caseID =caseID;}
>  public void setUserID (int userID) { this.userID =userID;}
>  public void setToday (String today) { this.today =today;}
>  public void setPgmName (String pgmName) { this.pgmName =pgmName;}
>  public void setSelected (String selected) { this.selected =selected;}
>  public void setCondTypeDesc (String condTypeDesc) { this.condTypeDesc
> =condTypeDesc;}
>
>  public void setPgmIDArray (int[] pgmIDArray) { this.pgmIDArray
> =pgmIDArray;}
>  public void setModalIDArray (int[] modalIDArray) { this.modalIDArray
> =modalIDArray;}
>  public void setDurTypeIDArray (int[] durTypeIDArray) {
this.durTypeIDArray
> =durTypeIDArray;}
>  public void setSetDurationArray (int[] setDurationArray) {
> this.setDurationArray =setDurationArray;}
>  public void setMinDurationArray (int[] minDurationArray) {
> this.minDurationArray =minDurationArray;}
>  public void setMaxDurationArray (int[] maxDurationArray) {
> this.maxDurationArray =maxDurationArray;}
>  public void setCondTypeIDArray (int[] condTypeIDArray) {
> this.condTypeIDArray =condTypeIDArray;}
>  public void setSelectedArray (String[] selectedArray) {
this.selectedArray
> =selectedArray;}
>
>  public void setPgmID (int pgmID) { this.pgmID =pgmID;}
>  public void setModalID (int modalID) { this.modalID =modalID;}
>  public void setDurTypeID (int durTypeID) { this.durTypeID =durTypeID;}
>  public void setSetDuration (int setDuration) { this.setDuration
> =setDuration;}
>  pu

RE: What does anyone know about this book.

2002-04-18 Thread Galbreath, Mark

Just about as much as anyone else who read the release notes at Amazon.com.

Mark

-Original Message-
From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 1:40 PM
To: Struts User
Subject: What does anyone know about this book.


Mastering Jakarta Struts
James Goodwill

just wondering.

Brandon Goodin

--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




POI - Getting EOF Exception Openning poll.war example from struts site

2002-04-18 Thread Micael Padraig Og mac Grene

The message is in the subject.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread James Mitchell

Here's a good topic for tomorrow.

Proposal for new open source framework:
Integrating Jakarta Struts and Microsoft's .NET

We will call it .NUTS

JM

> -Original Message-
> From: Thinh Doan [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:36 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> Mark's company web site is using asp, lol.
>
> Thinh
>
> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 12:26 PM
> To: 'Struts Users Mailing List'
> Subject: RE: IDE for EJB2.0 development
>
>
> Boy, it's going to be real hard to think up a thread like this one for
> tomorrow!
>
> Mark
>
> -Original Message-
> From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:24 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> I agree with 95% of what you say, James, but just for the record,
> many of us
> have a profound distaste for Microsoft not because of their software, but
> because of their business practices.  They have a solid history of
> "borrowing" from existing software and technology to build their own
> products (esp. open source), and then using their leverage to
> make sure that
> their product is dominant in the marketplace.  How many company's
> web sites
> were built with ASP only because the company had some sort of pre-existing
> "preferred partner" arrangement with Microsoft?  More than you or I will
> ever know, that's for sure.
>
> I personally happen to really like some of Microsoft's office
> software, but
> I would never work to develop a Microsoft product, for the same
> reasons that
> I would never work for PG&E--they simply do not play nice with
> others.  Note
> that this doesn't mean I won't *use* their products or technology
> if I find
> them to be superior, I just won't help *build* something that may
> be turned
> into a marketing leviathon.
>
>
> peace,
>
> Joe Barefoot
>
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 7:13 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > OK, OK.  So I said the
> >
> > This is so childish, almost comical!
> > (Wish it was Friday)
> >
> > *Disclaimer - The following paragraph is not aimed at any ONE person, I
> > simply ask this of every developer who thinks they can spread their
> > ill-founded beliefs on everyone else.
> >
> > At what point in Technology did YOU decide that it was time to stop
> > advancing?
> > Who the hell made YOU dictator to decide what qualifies as guru-hood?
> >
> > I've noticed a trend with such people.
> >
> > When they started out learning how to be a programmer, they
> were eager to
> > learn things and eager to try out new stuff.  Then, when they were
> > considered to be on the leading edge of technology, they felt REALLY
> > powerful and strong.  That's right, they were the gurus of the moment.
> >
> > Then, all of a sudden something new came into town and they had
> to defend
> > their guru status.
> > Instead of embracing the newest technology and helping others to improve
> > their product (code), they were bitter and complained amongst
> themselves,
> > trying to convince each other that they were still the gurus of today.
> > Meanwhile, as the jobs for that type of work began to dry up.
> > Some of them
> > still clung to their beliefs that they were right and everyone else was
> > stupid.
> >
> >
> > So which one are you?  North-going or South-going?
> >
> > http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> >
> >
> > Doesn't matter, you fit the qualifications for both.
> >
> >
> >
> >
> >
> > I admit that I got my start as a developer on the Microsoft side of the
> > fence.  Why?  Well, because everything was free.  I was in the Army and
> > didn't make a lot of money so FREE sounded really good to me.  I started
> > learning html and moved right into Visual Basic 3, 4, and 5.
> However, the
> > technology that got me into 6 figures was ASP.  That's right
> Active Server
> > Pages.
> > Then came along this phenomenon called Java.  I was introduced to
> > the Struts
> > framework and quickly realized just how superior it was to ASP.
> > I have been
> > a believer ever since.
> >
> > One thing I noticed on the Non-MS side of the fence that I didn't
> > see on the
> > MS side was the bitterness and anger that some people have for the other
> > side.
> >
> > I guess I just don't get it.  Some people at my last job actually
> > treated me
> > like sh## because I "used to be" an ASP developer.  H, I
> don't recall
> > such hostility about Java developers from anyone at any of my
> previous MS
> > shop jobs.
> > In fact, one guy actually started talking to me and helping me
> > only after he
> > heard me tell a friend that I had just installed Linux on my laptop.
> >
> > WHAT THE FU$#$%#$%#$
> >
> > Where is

Re: Multi-Lingual support

2002-04-18 Thread @Basebeans.com

Subject: Re: Multi-Lingual support
From: "Jack Gao" <[EMAIL PROTECTED]>
 ===
Use session variable Action.LOCALE_KEY, set it to user's selection when user
login, or from user's cookie.

Jack

"Yibing Li" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Actually without solving this problem, I am thinking the next question:
>
> Usually in the first page, the application can provide a drop-down
> list for many different language selection, once it is selected, all the
pages
> will be shown in that language. How will this feature be included using
> struts?
>
> Thanks,
>
> Yibing
>
> -Original Message-
> From: Oliver Refl¨¦ [mailto:[EMAIL PROTECTED]]
> Sent: 2002?¨º4??18¨¨? 10:32
> To: Struts Users Mailing List; [EMAIL PROTECTED]
> Subject: RE: Multi-Lingual support
>
>
> Sorry my fault, also in ie you can define the locale in your settings
> extras-options-languages
>
> -Original Message-
> From: Oliver Refl¨¦ [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 4:29 PM
> To: Struts Users Mailing List; [EMAIL PROTECTED]
> Subject: RE: Multi-Lingual support
>
>
> Normally this should work, and your default locale is
> defined by your browser version, e.g german ie germany locale
> french ie french locale.
>
> Olli
>
> -Original Message-
> From: Yibing Li [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 4:26 PM
> To: [EMAIL PROTECTED]; Struts Users Mailing List
> Subject: RE: Multi-Lingual support
>
>
> The resource files all have the same list of the keys but different
contents. Right? e.g.
>
>   
>   
> 
>
> In my resource file, there is a line of:
>
> index.title=Testing Struts
>
> In my chinese resource file, there is a line of:
> index.title=֤ʵ struts
>
> So is this correct?
>
> Thanks,
>
> Yibing
>
> -Original Message-
> From: Oliver Refl¨¦ [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 10:08 AM
> To: Struts Users Mailing List; [EMAIL PROTECTED]
> Subject: RE: Multi-Lingual support
>
>
> Have you implemented the localization on your pages correctly ??
> e.g.
> 
>
> Are the keys correct to your applicationRessources.properties file ?
>
> Oliver
>
> -Original Message-
> From: Yibing Li [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: Multi-Lingual support
>
>
> Folks,
>
> I thought one major advantage of using struts is its support form
> multi-linguage.
> We have built an application using Model 2. Since we need to extend the
> application to
> support 7 different languages, I would like to rewrite the application
using
> struts.
> With my limited knowledge on struts, I was not able to do a proof of
> concept. Here is
> what I did:
>
>1. have ApplicationResources.properties as English property file.
>2. prepare a resource file for each language, in the case of Chinese,
it
> is
>   ApplicationResources_zh_CN.properties in the same directory, with
the
> content
>   translated to Chinese
>3. Set init parameter of locale to true for ActionServlet
>4. Start the server
>5. Reset the locale of a computer
>6. Browse the application
>
> However, what I see is still in English.
>
>
>Do I miss anything? Please help.
>
>If you could point to some sample application to demo its multi-lingual
> support,
> it would be very helpful.
>
>
>
> Thanks,
>
>
>
> -
> Yibing Li, Ph.D.
> Technical Architect
> Development and Integration
> GlobalNetXChange LLC
> 703-673-2159 (o)
> 571-436-5592 (c)
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Radio Buttons

2002-04-18 Thread Struts Developer

A quick search of the archive found this thread...
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg27843.html


>From: "sanjeev_dutt" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>CC: "JyothiLakshmi_R" <[EMAIL PROTECTED]>
>Subject: Radio Buttons
>Date: Mon, 15 Apr 2002 19:11:37 +0530
>
>Hi All,
>
>I am using struts html tags to have radiobuttons on my JSP.
>There are three of them.
>How do I keep one of them selected by default ?
>
>Thanks
>Sanjeev
>
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>
>


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Thinh Doan

Mark's company web site is using asp, lol.

Thinh

-Original Message-
From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 12:26 PM
To: 'Struts Users Mailing List'
Subject: RE: IDE for EJB2.0 development


Boy, it's going to be real hard to think up a thread like this one for
tomorrow!

Mark

-Original Message-
From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 1:24 PM
To: Struts Users Mailing List
Subject: RE: IDE for EJB2.0 development


I agree with 95% of what you say, James, but just for the record, many of us
have a profound distaste for Microsoft not because of their software, but
because of their business practices.  They have a solid history of
"borrowing" from existing software and technology to build their own
products (esp. open source), and then using their leverage to make sure that
their product is dominant in the marketplace.  How many company's web sites
were built with ASP only because the company had some sort of pre-existing
"preferred partner" arrangement with Microsoft?  More than you or I will
ever know, that's for sure.

I personally happen to really like some of Microsoft's office software, but
I would never work to develop a Microsoft product, for the same reasons that
I would never work for PG&E--they simply do not play nice with others.  Note
that this doesn't mean I won't *use* their products or technology if I find
them to be superior, I just won't help *build* something that may be turned
into a marketing leviathon.


peace,

Joe Barefoot


> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 7:13 AM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> OK, OK.  So I said the
>
> This is so childish, almost comical!
> (Wish it was Friday)
>
> *Disclaimer - The following paragraph is not aimed at any ONE person, I
> simply ask this of every developer who thinks they can spread their
> ill-founded beliefs on everyone else.
>
> At what point in Technology did YOU decide that it was time to stop
> advancing?
> Who the hell made YOU dictator to decide what qualifies as guru-hood?
>
> I've noticed a trend with such people.
>
> When they started out learning how to be a programmer, they were eager to
> learn things and eager to try out new stuff.  Then, when they were
> considered to be on the leading edge of technology, they felt REALLY
> powerful and strong.  That's right, they were the gurus of the moment.
>
> Then, all of a sudden something new came into town and they had to defend
> their guru status.
> Instead of embracing the newest technology and helping others to improve
> their product (code), they were bitter and complained amongst themselves,
> trying to convince each other that they were still the gurus of today.
> Meanwhile, as the jobs for that type of work began to dry up.
> Some of them
> still clung to their beliefs that they were right and everyone else was
> stupid.
>
>
> So which one are you?  North-going or South-going?
>
> http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
>
>
> Doesn't matter, you fit the qualifications for both.
>
>
>
>
>
> I admit that I got my start as a developer on the Microsoft side of the
> fence.  Why?  Well, because everything was free.  I was in the Army and
> didn't make a lot of money so FREE sounded really good to me.  I started
> learning html and moved right into Visual Basic 3, 4, and 5.  However, the
> technology that got me into 6 figures was ASP.  That's right Active Server
> Pages.
> Then came along this phenomenon called Java.  I was introduced to
> the Struts
> framework and quickly realized just how superior it was to ASP.
> I have been
> a believer ever since.
>
> One thing I noticed on the Non-MS side of the fence that I didn't
> see on the
> MS side was the bitterness and anger that some people have for the other
> side.
>
> I guess I just don't get it.  Some people at my last job actually
> treated me
> like sh## because I "used to be" an ASP developer.  H, I don't recall
> such hostility about Java developers from anyone at any of my previous MS
> shop jobs.
> In fact, one guy actually started talking to me and helping me
> only after he
> heard me tell a friend that I had just installed Linux on my laptop.
>
> WHAT THE FU$#$%#$%#$
>
> Where is this hatred coming from people?
> Why don't you just get over it and get a life!  Microsoft ISN'T going
> away!!!
>
> If you don't like their software, then stop using it..but
> just shut the
> hell up!!!
>
> JM
>
> P.S. Oh crap, I used spellchecker before sending this message.  Oh well,
> guess I'm not an e-mail guru.
>
>
>
>
> > -Original Message-
> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 8:52 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > I think that it would be safe to say that the use of an

What does anyone know about this book.

2002-04-18 Thread Phase Web and Multimedia

Mastering Jakarta Struts
James Goodwill

just wondering.

Brandon Goodin

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Chappell, Simon P

Somehow I think that you'll/we'll manage it!

Favourite Monty Python sketches?

Simon

>-Original Message-
>From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 12:26 PM
>To: 'Struts Users Mailing List'
>Subject: RE: IDE for EJB2.0 development
>
>
>Boy, it's going to be real hard to think up a thread like this one for
>tomorrow!
>
>Mark
>
>-Original Message-
>From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 1:24 PM
>To: Struts Users Mailing List
>Subject: RE: IDE for EJB2.0 development
>
>
>I agree with 95% of what you say, James, but just for the 
>record, many of us
>have a profound distaste for Microsoft not because of their 
>software, but
>because of their business practices.  They have a solid history of
>"borrowing" from existing software and technology to build their own
>products (esp. open source), and then using their leverage to 
>make sure that
>their product is dominant in the marketplace.  How many 
>company's web sites
>were built with ASP only because the company had some sort of 
>pre-existing
>"preferred partner" arrangement with Microsoft?  More than you 
>or I will
>ever know, that's for sure.
>
>I personally happen to really like some of Microsoft's office 
>software, but
>I would never work to develop a Microsoft product, for the 
>same reasons that
>I would never work for PG&E--they simply do not play nice with 
>others.  Note
>that this doesn't mean I won't *use* their products or 
>technology if I find
>them to be superior, I just won't help *build* something that 
>may be turned
>into a marketing leviathon.
>
>
>peace,
>
>Joe Barefoot
>
>
>> -Original Message-
>> From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, April 18, 2002 7:13 AM
>> To: Struts Users Mailing List
>> Subject: RE: IDE for EJB2.0 development
>>
>>
>> OK, OK.  So I said the
>>
>> This is so childish, almost comical!
>> (Wish it was Friday)
>>
>> *Disclaimer - The following paragraph is not aimed at any 
>ONE person, I
>> simply ask this of every developer who thinks they can spread their
>> ill-founded beliefs on everyone else.
>>
>> At what point in Technology did YOU decide that it was time to stop
>> advancing?
>> Who the hell made YOU dictator to decide what qualifies as guru-hood?
>>
>> I've noticed a trend with such people.
>>
>> When they started out learning how to be a programmer, they 
>were eager to
>> learn things and eager to try out new stuff.  Then, when they were
>> considered to be on the leading edge of technology, they felt REALLY
>> powerful and strong.  That's right, they were the gurus of 
>the moment.
>>
>> Then, all of a sudden something new came into town and they 
>had to defend
>> their guru status.
>> Instead of embracing the newest technology and helping 
>others to improve
>> their product (code), they were bitter and complained 
>amongst themselves,
>> trying to convince each other that they were still the gurus 
>of today.
>> Meanwhile, as the jobs for that type of work began to dry up.
>> Some of them
>> still clung to their beliefs that they were right and 
>everyone else was
>> stupid.
>>
>>
>> So which one are you?  North-going or South-going?
>>
>> http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
>>
>>
>> Doesn't matter, you fit the qualifications for both.
>>
>>
>>
>>
>>
>> I admit that I got my start as a developer on the Microsoft 
>side of the
>> fence.  Why?  Well, because everything was free.  I was in 
>the Army and
>> didn't make a lot of money so FREE sounded really good to 
>me.  I started
>> learning html and moved right into Visual Basic 3, 4, and 5. 
> However, the
>> technology that got me into 6 figures was ASP.  That's right 
>Active Server
>> Pages.
>> Then came along this phenomenon called Java.  I was introduced to
>> the Struts
>> framework and quickly realized just how superior it was to ASP.
>> I have been
>> a believer ever since.
>>
>> One thing I noticed on the Non-MS side of the fence that I didn't
>> see on the
>> MS side was the bitterness and anger that some people have 
>for the other
>> side.
>>
>> I guess I just don't get it.  Some people at my last job actually
>> treated me
>> like sh## because I "used to be" an ASP developer.  H, I 
>don't recall
>> such hostility about Java developers from anyone at any of 
>my previous MS
>> shop jobs.
>> In fact, one guy actually started talking to me and helping me
>> only after he
>> heard me tell a friend that I had just installed Linux on my laptop.
>>
>> WHAT THE FU$#$%#$%#$
>>
>> Where is this hatred coming from people?
>> Why don't you just get over it and get a life!  Microsoft ISN'T going
>> away!!!
>>
>> If you don't like their software, then stop using it..but
>> just shut the
>> hell up!!!
>>
>> JM
>>
>> P.S. Oh crap, I used spellchecker before sending this 
>message.  Oh well,
>> guess I'm not an e-mail guru.
>>
>>
>>
>>
>> > -Original Message-
>> > From: Chap

RE: IDE for EJB2.0 development

2002-04-18 Thread Chappell, Simon P

Joe, I agree. I personally do not care for Microsoft the company and find only a few 
Microsoft tools useful and acceptable. Yet I have a fairly pragmatic approach to this: 
At work I have Linux on my primary workstation (a laptop), W2K on my secondary 
workstation and then at home I use a Mac with OS X and I use MS Office and Adobe 
InDesign/PhotoShop for the newsletter that I edit for our church's state office. I 
have worked on many different operating systems (including Microsoft Xenix! :-) on 
many different architectures and have used who knows how many programming languages.

Simon

>-Original Message-
>From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 12:24 PM
>To: Struts Users Mailing List
>Subject: RE: IDE for EJB2.0 development
>
>
>I agree with 95% of what you say, James, but just for the 
>record, many of us
>have a profound distaste for Microsoft not because of their 
>software, but
>because of their business practices.  They have a solid history of
>"borrowing" from existing software and technology to build their own
>products (esp. open source), and then using their leverage to 
>make sure that
>their product is dominant in the marketplace.  How many 
>company's web sites
>were built with ASP only because the company had some sort of 
>pre-existing
>"preferred partner" arrangement with Microsoft?  More than you 
>or I will
>ever know, that's for sure.
>
>I personally happen to really like some of Microsoft's office 
>software, but
>I would never work to develop a Microsoft product, for the 
>same reasons that
>I would never work for PG&E--they simply do not play nice with 
>others.  Note
>that this doesn't mean I won't *use* their products or 
>technology if I find
>them to be superior, I just won't help *build* something that 
>may be turned
>into a marketing leviathon.
>
>
>peace,
>
>Joe Barefoot
>
>
>> -Original Message-
>> From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, April 18, 2002 7:13 AM
>> To: Struts Users Mailing List
>> Subject: RE: IDE for EJB2.0 development
>>
>>
>> OK, OK.  So I said the
>>
>> This is so childish, almost comical!
>> (Wish it was Friday)
>>
>> *Disclaimer - The following paragraph is not aimed at any 
>ONE person, I
>> simply ask this of every developer who thinks they can spread their
>> ill-founded beliefs on everyone else.
>>
>> At what point in Technology did YOU decide that it was time to stop
>> advancing?
>> Who the hell made YOU dictator to decide what qualifies as guru-hood?
>>
>> I've noticed a trend with such people.
>>
>> When they started out learning how to be a programmer, they 
>were eager to
>> learn things and eager to try out new stuff.  Then, when they were
>> considered to be on the leading edge of technology, they felt REALLY
>> powerful and strong.  That's right, they were the gurus of 
>the moment.
>>
>> Then, all of a sudden something new came into town and they 
>had to defend
>> their guru status.
>> Instead of embracing the newest technology and helping 
>others to improve
>> their product (code), they were bitter and complained 
>amongst themselves,
>> trying to convince each other that they were still the gurus 
>of today.
>> Meanwhile, as the jobs for that type of work began to dry up.
>> Some of them
>> still clung to their beliefs that they were right and 
>everyone else was
>> stupid.
>>
>>
>> So which one are you?  North-going or South-going?
>>
>> http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
>>
>>
>> Doesn't matter, you fit the qualifications for both.
>>
>>
>>
>>
>>
>> I admit that I got my start as a developer on the Microsoft 
>side of the
>> fence.  Why?  Well, because everything was free.  I was in 
>the Army and
>> didn't make a lot of money so FREE sounded really good to 
>me.  I started
>> learning html and moved right into Visual Basic 3, 4, and 5. 
> However, the
>> technology that got me into 6 figures was ASP.  That's right 
>Active Server
>> Pages.
>> Then came along this phenomenon called Java.  I was introduced to
>> the Struts
>> framework and quickly realized just how superior it was to ASP.
>> I have been
>> a believer ever since.
>>
>> One thing I noticed on the Non-MS side of the fence that I didn't
>> see on the
>> MS side was the bitterness and anger that some people have 
>for the other
>> side.
>>
>> I guess I just don't get it.  Some people at my last job actually
>> treated me
>> like sh## because I "used to be" an ASP developer.  H, I 
>don't recall
>> such hostility about Java developers from anyone at any of 
>my previous MS
>> shop jobs.
>> In fact, one guy actually started talking to me and helping me
>> only after he
>> heard me tell a friend that I had just installed Linux on my laptop.
>>
>> WHAT THE FU$#$%#$%#$
>>
>> Where is this hatred coming from people?
>> Why don't you just get over it and get a life!  Microsoft ISN'T going
>> away!!!
>>
>> If you don't like their software, then stop using it..

RE: Example App for Struts?

2002-04-18 Thread Struts Developer

I have just started looking at ant to build our application. If you could 
forward me your ant example it would be greatly appreciated!

Thanks
/\/\ark


>From: "Chappell, Simon P" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Subject: RE: Example App for Struts?
>Date: Thu, 18 Apr 2002 12:26:30 -0500
>
>I think that there are several available through links on the struts 
>resource page. Checkout the struts articles at www.onjava.com as they have 
>a number of examples that are quite useful. I am writing just such an 
>example program, but it's not finished yet (and will not be for a while) 
>and is not yet ported to version 1.1.
>
>I have also converted the example application that comes with struts 1.0.2 
>to build under ant if anyone is interested in that as an example of how to 
>use ant with your struts project.
>
>Simon
>
>-
>Simon P. Chappell [EMAIL PROTECTED]
>Java Programming Specialist  www.landsend.com
>Lands' End, Inc.   (608) 935-4526
>
>
> >-Original Message-
> >From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, April 18, 2002 11:59 AM
> >To: [EMAIL PROTECTED]
> >Subject: Example App for Struts?
> >
> >
> >Is there an example application for struts that is recommended as a
> >starting "template"?
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
> >
> >For additional commands, e-mail:
> >
> >
> >
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>
>


_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread James Mitchell

LOL

> -Original Message-
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:26 PM
> To: 'Struts Users Mailing List'
> Subject: RE: IDE for EJB2.0 development
>
>
> Boy, it's going to be real hard to think up a thread like this one for
> tomorrow!
>
> Mark
>
> -Original Message-
> From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 1:24 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> I agree with 95% of what you say, James, but just for the record,
> many of us
> have a profound distaste for Microsoft not because of their software, but
> because of their business practices.  They have a solid history of
> "borrowing" from existing software and technology to build their own
> products (esp. open source), and then using their leverage to
> make sure that
> their product is dominant in the marketplace.  How many company's
> web sites
> were built with ASP only because the company had some sort of pre-existing
> "preferred partner" arrangement with Microsoft?  More than you or I will
> ever know, that's for sure.
>
> I personally happen to really like some of Microsoft's office
> software, but
> I would never work to develop a Microsoft product, for the same
> reasons that
> I would never work for PG&E--they simply do not play nice with
> others.  Note
> that this doesn't mean I won't *use* their products or technology
> if I find
> them to be superior, I just won't help *build* something that may
> be turned
> into a marketing leviathon.
>
>
> peace,
>
> Joe Barefoot
>
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 7:13 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > OK, OK.  So I said the
> >
> > This is so childish, almost comical!
> > (Wish it was Friday)
> >
> > *Disclaimer - The following paragraph is not aimed at any ONE person, I
> > simply ask this of every developer who thinks they can spread their
> > ill-founded beliefs on everyone else.
> >
> > At what point in Technology did YOU decide that it was time to stop
> > advancing?
> > Who the hell made YOU dictator to decide what qualifies as guru-hood?
> >
> > I've noticed a trend with such people.
> >
> > When they started out learning how to be a programmer, they
> were eager to
> > learn things and eager to try out new stuff.  Then, when they were
> > considered to be on the leading edge of technology, they felt REALLY
> > powerful and strong.  That's right, they were the gurus of the moment.
> >
> > Then, all of a sudden something new came into town and they had
> to defend
> > their guru status.
> > Instead of embracing the newest technology and helping others to improve
> > their product (code), they were bitter and complained amongst
> themselves,
> > trying to convince each other that they were still the gurus of today.
> > Meanwhile, as the jobs for that type of work began to dry up.
> > Some of them
> > still clung to their beliefs that they were right and everyone else was
> > stupid.
> >
> >
> > So which one are you?  North-going or South-going?
> >
> > http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> >
> >
> > Doesn't matter, you fit the qualifications for both.
> >
> >
> >
> >
> >
> > I admit that I got my start as a developer on the Microsoft side of the
> > fence.  Why?  Well, because everything was free.  I was in the Army and
> > didn't make a lot of money so FREE sounded really good to me.  I started
> > learning html and moved right into Visual Basic 3, 4, and 5.
> However, the
> > technology that got me into 6 figures was ASP.  That's right
> Active Server
> > Pages.
> > Then came along this phenomenon called Java.  I was introduced to
> > the Struts
> > framework and quickly realized just how superior it was to ASP.
> > I have been
> > a believer ever since.
> >
> > One thing I noticed on the Non-MS side of the fence that I didn't
> > see on the
> > MS side was the bitterness and anger that some people have for the other
> > side.
> >
> > I guess I just don't get it.  Some people at my last job actually
> > treated me
> > like sh## because I "used to be" an ASP developer.  H, I
> don't recall
> > such hostility about Java developers from anyone at any of my
> previous MS
> > shop jobs.
> > In fact, one guy actually started talking to me and helping me
> > only after he
> > heard me tell a friend that I had just installed Linux on my laptop.
> >
> > WHAT THE FU$#$%#$%#$
> >
> > Where is this hatred coming from people?
> > Why don't you just get over it and get a life!  Microsoft ISN'T going
> > away!!!
> >
> > If you don't like their software, then stop using it..but
> > just shut the
> > hell up!!!
> >
> > JM
> >
> > P.S. Oh crap, I used spellchecker before sending this message.  Oh well,
> > guess I'm not an e-mail guru.
> >
> >
> >
> >
> > > -Original Message-
>

RE: Example App for Struts?

2002-04-18 Thread Chappell, Simon P

I think that there are several available through links on the struts resource page. 
Checkout the struts articles at www.onjava.com as they have a number of examples that 
are quite useful. I am writing just such an example program, but it's not finished yet 
(and will not be for a while) and is not yet ported to version 1.1.

I have also converted the example application that comes with struts 1.0.2 to build 
under ant if anyone is interested in that as an example of how to use ant with your 
struts project.

Simon

-
Simon P. Chappell [EMAIL PROTECTED]
Java Programming Specialist  www.landsend.com
Lands' End, Inc.   (608) 935-4526


>-Original Message-
>From: Micael Padraig Og mac Grene [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 11:59 AM
>To: [EMAIL PROTECTED]
>Subject: Example App for Struts?
>
>
>Is there an example application for struts that is recommended as a 
>starting "template"?
>
>
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>
>
>

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Galbreath, Mark

Boy, it's going to be real hard to think up a thread like this one for
tomorrow!

Mark

-Original Message-
From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 1:24 PM
To: Struts Users Mailing List
Subject: RE: IDE for EJB2.0 development


I agree with 95% of what you say, James, but just for the record, many of us
have a profound distaste for Microsoft not because of their software, but
because of their business practices.  They have a solid history of
"borrowing" from existing software and technology to build their own
products (esp. open source), and then using their leverage to make sure that
their product is dominant in the marketplace.  How many company's web sites
were built with ASP only because the company had some sort of pre-existing
"preferred partner" arrangement with Microsoft?  More than you or I will
ever know, that's for sure.

I personally happen to really like some of Microsoft's office software, but
I would never work to develop a Microsoft product, for the same reasons that
I would never work for PG&E--they simply do not play nice with others.  Note
that this doesn't mean I won't *use* their products or technology if I find
them to be superior, I just won't help *build* something that may be turned
into a marketing leviathon.


peace,

Joe Barefoot


> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 7:13 AM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> OK, OK.  So I said the
>
> This is so childish, almost comical!
> (Wish it was Friday)
>
> *Disclaimer - The following paragraph is not aimed at any ONE person, I
> simply ask this of every developer who thinks they can spread their
> ill-founded beliefs on everyone else.
>
> At what point in Technology did YOU decide that it was time to stop
> advancing?
> Who the hell made YOU dictator to decide what qualifies as guru-hood?
>
> I've noticed a trend with such people.
>
> When they started out learning how to be a programmer, they were eager to
> learn things and eager to try out new stuff.  Then, when they were
> considered to be on the leading edge of technology, they felt REALLY
> powerful and strong.  That's right, they were the gurus of the moment.
>
> Then, all of a sudden something new came into town and they had to defend
> their guru status.
> Instead of embracing the newest technology and helping others to improve
> their product (code), they were bitter and complained amongst themselves,
> trying to convince each other that they were still the gurus of today.
> Meanwhile, as the jobs for that type of work began to dry up.
> Some of them
> still clung to their beliefs that they were right and everyone else was
> stupid.
>
>
> So which one are you?  North-going or South-going?
>
> http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
>
>
> Doesn't matter, you fit the qualifications for both.
>
>
>
>
>
> I admit that I got my start as a developer on the Microsoft side of the
> fence.  Why?  Well, because everything was free.  I was in the Army and
> didn't make a lot of money so FREE sounded really good to me.  I started
> learning html and moved right into Visual Basic 3, 4, and 5.  However, the
> technology that got me into 6 figures was ASP.  That's right Active Server
> Pages.
> Then came along this phenomenon called Java.  I was introduced to
> the Struts
> framework and quickly realized just how superior it was to ASP.
> I have been
> a believer ever since.
>
> One thing I noticed on the Non-MS side of the fence that I didn't
> see on the
> MS side was the bitterness and anger that some people have for the other
> side.
>
> I guess I just don't get it.  Some people at my last job actually
> treated me
> like sh## because I "used to be" an ASP developer.  H, I don't recall
> such hostility about Java developers from anyone at any of my previous MS
> shop jobs.
> In fact, one guy actually started talking to me and helping me
> only after he
> heard me tell a friend that I had just installed Linux on my laptop.
>
> WHAT THE FU$#$%#$%#$
>
> Where is this hatred coming from people?
> Why don't you just get over it and get a life!  Microsoft ISN'T going
> away!!!
>
> If you don't like their software, then stop using it..but
> just shut the
> hell up!!!
>
> JM
>
> P.S. Oh crap, I used spellchecker before sending this message.  Oh well,
> guess I'm not an e-mail guru.
>
>
>
>
> > -Original Message-
> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 8:52 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > I think that it would be safe to say that the use of any form of
> > GUI with your editor would disqualify you from the higher levels
> > of Guruhood. If you can't type it, then it isn't real. Who needs
> > search and replace dialogues when you can type
> >
> >  :%s/string1/string2/g
> >
> > Is 

Re: Struts 1.0 and Nested Tags. with Added Classes

2002-04-18 Thread Daniel Jaffa

Please i need alot of help here.

i have the following code
















I recieve the following error.
java.lang.IllegalArgumentException: Null property value for 'programs'


What am i doing wrong.

Just to let u know that programs is an ArrayList in SpecialConditionsBean.


thank u for you help.

Daniel Jaffa












public class SpecialConditionsBean extends ActionForm implements
formInterface, Serializable {

// Procs: pageID 96 for pgmName get and 95 for put special conditions.

 public SpecialConditionsBean() {}

private String updateInsert = "";
private String mapTo = "";
private int caseID = 0;
 private int userID = 0;
 private String today = "";
 private int pgmID = 0;
 private String pgmName = "";
 private int modalID = 0;
 private int durTypeID = 0;
 private int setDuration = 0;
 private int minDuration = 0;
 private int maxDuration = 0;
 private int condTypeID = 0;
 private String condTypeDesc = "";
 private int regionID = 0;
 private ArrayList programs;
 private String selected = "";

 //these need array props also:
 private int[] pgmIDArray;
 private int[] modalIDArray;
 private int[] durTypeIDArray;
 private int[] setDurationArray;
 private int[] minDurationArray;
 private int[] maxDurationArray;
 private int[] condTypeIDArray;
 private String[] selectedArray;

 public String getUpdateInsert () { return updateInsert;}
public String getMapTo () { return mapTo;}
public int getCaseID () { return caseID;}
 public int getUserID () { return userID;}
 public String getToday () { return today;}
 public String getPgmName () { return pgmName;}
 public int getPgmID () { return pgmID;}
 public int getModalID () { return modalID;}
 public int getDurTypeID () { return durTypeID;}
 public int getSetDuration () { return setDuration;}
 public int getMinDuration () { return minDuration;}
 public int getMaxDuration () { return maxDuration;}
 public int getCondTypeID () { return condTypeID;}
 public String getSelected () { return selected;}
 public String getCondTypeDesc () { return condTypeDesc;}

 public int[] getPgmIDArray () { return pgmIDArray;}
 public int[] getModalIDArray () { return modalIDArray;}
 public int[] getDurTypeIDArray () { return durTypeIDArray;}
 public int[] getSetDurationArray () { return setDurationArray;}
 public int[] getMinDurationArray () { return minDurationArray;}
 public int[] getMaxDurationArray () { return maxDurationArray;}
 public int[] getCondTypeIDArray () { return condTypeIDArray;}
 public String[] getSelectedArray () { return selectedArray;}

 public int getRegionID () { return regionID;}
 public ArrayList getPrograms () { return programs;}

 //sets
 public void setUpdateInsert (String updateInsert) { this.updateInsert
=updateInsert;}
public void setMapTo (String mapTo) { this.mapTo =mapTo;}
public void setCaseID (int caseID) { this.caseID =caseID;}
 public void setUserID (int userID) { this.userID =userID;}
 public void setToday (String today) { this.today =today;}
 public void setPgmName (String pgmName) { this.pgmName =pgmName;}
 public void setSelected (String selected) { this.selected =selected;}
 public void setCondTypeDesc (String condTypeDesc) { this.condTypeDesc
=condTypeDesc;}

 public void setPgmIDArray (int[] pgmIDArray) { this.pgmIDArray
=pgmIDArray;}
 public void setModalIDArray (int[] modalIDArray) { this.modalIDArray
=modalIDArray;}
 public void setDurTypeIDArray (int[] durTypeIDArray) { this.durTypeIDArray
=durTypeIDArray;}
 public void setSetDurationArray (int[] setDurationArray) {
this.setDurationArray =setDurationArray;}
 public void setMinDurationArray (int[] minDurationArray) {
this.minDurationArray =minDurationArray;}
 public void setMaxDurationArray (int[] maxDurationArray) {
this.maxDurationArray =maxDurationArray;}
 public void setCondTypeIDArray (int[] condTypeIDArray) {
this.condTypeIDArray =condTypeIDArray;}
 public void setSelectedArray (String[] selectedArray) { this.selectedArray
=selectedArray;}

 public void setPgmID (int pgmID) { this.pgmID =pgmID;}
 public void setModalID (int modalID) { this.modalID =modalID;}
 public void setDurTypeID (int durTypeID) { this.durTypeID =durTypeID;}
 public void setSetDuration (int setDuration) { this.setDuration
=setDuration;}
 public void setMinDuration (int minDuration) { this.minDuration
=minDuration;}
 public void setMaxDuration (int maxDuration) { this.maxDuration
=maxDuration;}
 public void setCondTypeID (int condTypeID) { this.condTypeID =condTypeID;}
 public void setRegionID (int regionID) { this.regionID =regionID;}
 public void setPrograms (ArrayList programs) { this.programs =programs;}

public String toString() {
  StringBuffer sb = new StringBuffer("SpecialConditionsBean[");
  sb.append("CaseID = ").append(caseID).append(",");
  sb.append("UserID = ").append(userID).append(",");
  sb.append("Today = ").append(today).append(",");
  sb.append("PgmID = ").append(pgmID).ap

RE: IDE for EJB2.0 development

2002-04-18 Thread Joseph Barefoot

I agree with 95% of what you say, James, but just for the record, many of us
have a profound distaste for Microsoft not because of their software, but
because of their business practices.  They have a solid history of
"borrowing" from existing software and technology to build their own
products (esp. open source), and then using their leverage to make sure that
their product is dominant in the marketplace.  How many company's web sites
were built with ASP only because the company had some sort of pre-existing
"preferred partner" arrangement with Microsoft?  More than you or I will
ever know, that's for sure.

I personally happen to really like some of Microsoft's office software, but
I would never work to develop a Microsoft product, for the same reasons that
I would never work for PG&E--they simply do not play nice with others.  Note
that this doesn't mean I won't *use* their products or technology if I find
them to be superior, I just won't help *build* something that may be turned
into a marketing leviathon.


peace,

Joe Barefoot


> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 7:13 AM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
>
>
> OK, OK.  So I said the
>
> This is so childish, almost comical!
> (Wish it was Friday)
>
> *Disclaimer - The following paragraph is not aimed at any ONE person, I
> simply ask this of every developer who thinks they can spread their
> ill-founded beliefs on everyone else.
>
> At what point in Technology did YOU decide that it was time to stop
> advancing?
> Who the hell made YOU dictator to decide what qualifies as guru-hood?
>
> I've noticed a trend with such people.
>
> When they started out learning how to be a programmer, they were eager to
> learn things and eager to try out new stuff.  Then, when they were
> considered to be on the leading edge of technology, they felt REALLY
> powerful and strong.  That's right, they were the gurus of the moment.
>
> Then, all of a sudden something new came into town and they had to defend
> their guru status.
> Instead of embracing the newest technology and helping others to improve
> their product (code), they were bitter and complained amongst themselves,
> trying to convince each other that they were still the gurus of today.
> Meanwhile, as the jobs for that type of work began to dry up.
> Some of them
> still clung to their beliefs that they were right and everyone else was
> stupid.
>
>
> So which one are you?  North-going or South-going?
>
> http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
>
>
> Doesn't matter, you fit the qualifications for both.
>
>
>
>
>
> I admit that I got my start as a developer on the Microsoft side of the
> fence.  Why?  Well, because everything was free.  I was in the Army and
> didn't make a lot of money so FREE sounded really good to me.  I started
> learning html and moved right into Visual Basic 3, 4, and 5.  However, the
> technology that got me into 6 figures was ASP.  That's right Active Server
> Pages.
> Then came along this phenomenon called Java.  I was introduced to
> the Struts
> framework and quickly realized just how superior it was to ASP.
> I have been
> a believer ever since.
>
> One thing I noticed on the Non-MS side of the fence that I didn't
> see on the
> MS side was the bitterness and anger that some people have for the other
> side.
>
> I guess I just don't get it.  Some people at my last job actually
> treated me
> like sh## because I "used to be" an ASP developer.  H, I don't recall
> such hostility about Java developers from anyone at any of my previous MS
> shop jobs.
> In fact, one guy actually started talking to me and helping me
> only after he
> heard me tell a friend that I had just installed Linux on my laptop.
>
> WHAT THE FU$#$%#$%#$
>
> Where is this hatred coming from people?
> Why don't you just get over it and get a life!  Microsoft ISN'T going
> away!!!
>
> If you don't like their software, then stop using it..but
> just shut the
> hell up!!!
>
> JM
>
> P.S. Oh crap, I used spellchecker before sending this message.  Oh well,
> guess I'm not an e-mail guru.
>
>
>
>
> > -Original Message-
> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 8:52 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > I think that it would be safe to say that the use of any form of
> > GUI with your editor would disqualify you from the higher levels
> > of Guruhood. If you can't type it, then it isn't real. Who needs
> > search and replace dialogues when you can type
> >
> >  :%s/string1/string2/g
> >
> > Is that not a beautiful thing? :-)
> >
> > Simon
> >
> > -
> > Simon P. Chappell [EMAIL PROTECTED]
> > Java Programming Specialist  www.landsend.com
> > Lands' End, Inc. 

myCart discontinued? Any old copies out there?

2002-04-18 Thread Micael Padraig Og mac Grene

According to my browser, the myCart has been taken over by Microsoft and 
bCentral and is discontinued.  Anyone have an old copy?



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Cannot make the LookupDispatchAction

2002-04-18 Thread KC

Hi everyone,

I have tried without success to handle multiple submit buttons using the
LookupDispatchAction. I am using struts1.1b and I have followed the
instructions given in the Java doc under LookupDispatchAction. Can someone
please enlighten. Thanks in advance!

Here are few extracts:

struts-config.xml :


ApplicationResources.properties:
button.add=Add Record
button.delete=Delete Record
...

JSP:
   

  


  

  

MyAction.java :
public final class MyAction extends LookupDispatchAction {
  public ActionForward execute(ActionMapping mapping,
 ActionForm form,
 HttpServletRequest request,
 HttpServletResponse response)
throws Exception {
  ...
  }

  protected Map getKeyMethodMap() {
  Map map = new HashMap();
  map.put("button.add", "add");
  map.put("button.delete", "delete");
  return map;
  }

  public ActionForward add(ActionMapping mapping,
  ActionForm form,
  HttpServletRequest request,
  HttpServletResponse response)
  throws Exception {
  // do add
  return mapping.findForward("success");
  }

  public ActionForward delete(ActionMapping mapping,
  ActionForm form,
  HttpServletRequest request,
  HttpServletResponse response)
  throws Exception {
  // do delete
  return mapping.findForward("success");
  }
}

Note that I have tried with
getKeyMethodMap(ActionMapping mapping,ActionForm form, HttpServletRequest
request);
but the signature in LookupDispatchAction was
getKeyMethodMap();


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Example App for Struts?

2002-04-18 Thread Micael Padraig Og mac Grene

Is there an example application for struts that is recommended as a 
starting "template"?



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Proper Application flow Using Struts?

2002-04-18 Thread Greg Hess

I found some answers at.

http://www.jguru.com/forums/view.jsp?EID=437699

Greg

-Original Message-
From: Greg Hess [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 9:59 AM
To: Struts Mail List
Subject: Proper Application flow Using Struts?


Hi,

A form submission takes some time to process and I am having difficulty
figuring out how to show a "please wait page", I don't know if I am missing
something or what. If I have a jsp display the "please wait message" and at
the bottom of the page  to the Action that is processing the
form I get the IllegalStateException because I have already written to the
output. The same exception is thrown if I write the "please wait message"
directly to the OutputStream in the Action doing the processing and then
forward or redirect to some forward in the action mapping. And On the other
hand if I redirect to the Action in the "please wait" jsp after displaying
the message I loose all the request parameters that I am processing. This
must be a common scenario and I must be out to lunch.

Please help,
Greg


--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: double messages from struts-user?

2002-04-18 Thread Jay sissom

That would explain all of your postings to the struts-user list! :)

On Thu, 18 Apr 2002, Galbreath, Mark wrote:

> Only when I'm stoned
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> Sent: Thursday, April 18, 2002 12:02 PM
> 
> I'm getting two email messages for every posting to this mailing list.  Does
> anyone else have this problem, or is it just me?
>  
> 
> David A. Ventimiglia
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Caching in IE

2002-04-18 Thread Anne Racel

My experience is that Microsoft made that caching a bit too good, which is 
great for the user, but a pain when it comes to testing code.

I assume that you've already set tools/internet options/general/check for 
newer version of stored pages every visit.  Other items to try:

1) I find that using the shortcut links (from the location pulldown) or 
hitting the 'back' button with always bring me the stored page, no matter 
what my preferences are set to.  Manually retyping the URL sometimes gets 
around this.

2) You may end up having to delete temporary internet files (tools/internet 
options/temoroary internet files) in between page visits.


At 10:15 AM 4/18/2002 -0600, Phase Web and Multimedia wrote:
>Well, in detail I have a login page http://www.mydomain.com/do/login. I have
>a Action it passes through and initializes some data. The problem is... Once
>I visit the login page I have to hit refresh when I visit it again because
>it completely bypasses the Action and pulls the content from the browsers
>cache. Therefore, the data that I need initialized does not get initialized
>and I get an error when attempting to login.
>
>SUPRIYA... Does your code work for browsers?
>
>Others have had to have dealt with this issue. I was wondering if it is
>because I am use /do/* instead of *.do.
>
>Brandon Goodin
>Phase Web and Multimedia
>P (406) 862-2245
>F (406) 862-0354
>[EMAIL PROTECTED]
>http://www.phase.ws
>
>
>-Original Message-
>From: SUPRIYA MISRA [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 10:05 AM
>To: [EMAIL PROTECTED]
>Subject: RE: Caching in IE
>
>
>response.setHeader("Cache-Control","no-store"); //HTTP 1.1
> response.setHeader("Pragma","no-cache"); //HTTP 1.0
> response.setDateHeader ("Expires", 0); //prevents caching at the proxy
>server
>
>
> >From: "Phase Web and Multimedia" <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]>,
> ><[EMAIL PROTECTED]>
> >Subject: RE: Caching in IE
> >Date: Thu, 18 Apr 2002 10:01:04 -0600
> >
> >I'm not sure I follow you. But, could you expound on that a little more?
> >
> >Brandon
> >
> >-Original Message-
> >From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, April 18, 2002 9:58 AM
> >To: Struts Users Mailing List
> >Subject: RE: Caching in IE
> >
> >
> >One of my colleagues had the problem that the browser cached some
> >pictures on the page, so he added a random number to the link,
> >to avoid caching, maybe this helps
> >
> >-Original Message-
> >From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, April 18, 2002 5:56 PM
> >To: Struts User
> >Subject: Caching in IE
> >
> >
> >Hey all my fine coded compadres,
> >
> >I was just wondering if anyone has dealt with browsers caching pages and
> >completely bypassing the controller and what solutions you have come up
> >with
> >to prevent this. I'm wide open.
> >
> >Brandon Goodin
> >Phase Web and Multimedia
> >P (406) 862-2245
> >F (406) 862-0354
> >[EMAIL PROTECTED]
> >http://www.phase.ws
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
> >
> >For additional commands, e-mail:
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
> >
> >For additional commands, e-mail:
> >
> >
> >
> >
> >--
> >To unsubscribe, e-mail:
> >
> >For additional commands, e-mail:
> >
> >
>
>
>
>
>_
>Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: double messages from struts-user?

2002-04-18 Thread Chappell, Simon P

You've just got to hate those project crunch times. We get them as we work towards our 
business peak in the autumn. Our business folks always ask for everything to be 
finished by September ... big projects, little projects, always have a deadline of 
September!

Simon

>-Original Message-
>From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 11:17 AM
>To: 'Struts Users Mailing List'
>Subject: RE: double messages from struts-user?
>
>
>Feels like it...worked last Saturday and 13/15-hour days every day this
>week.
>
>:-(
>
>-Original Message-
>From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 12:14 PM
>To: Struts Users Mailing List
>Subject: RE: double messages from struts-user?
>
>
>It's not Friday yet, Mark! :-)
>
>I'm not getting doubles of messages. Perhaps it's your mail server?
>
>Simon
>
>-
>Simon P. Chappell [EMAIL PROTECTED]
>Java Programming Specialist  www.landsend.com
>Lands' End, Inc.   (608) 935-4526
>
>
>>-Original Message-
>>From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>>Sent: Thursday, April 18, 2002 11:09 AM
>>To: 'Struts Users Mailing List'
>>Subject: RE: double messages from struts-user?
>>
>>
>>Only when I'm stoned
>>
>>-Original Message-
>>From: [EMAIL PROTECTED]
>>Sent: Thursday, April 18, 2002 12:02 PM
>>
>>I'm getting two email messages for every posting to this 
>>mailing list.  Does
>>anyone else have this problem, or is it just me?
>> 
>>
>>David A. Ventimiglia
>>
>>--
>>To unsubscribe, e-mail:   
>>
>>For additional commands, e-mail: 
>>
>>
>>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>--
>To unsubscribe, e-mail:   

For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Struts 1.0 and Nested Tags.

2002-04-18 Thread Marcelo Vanzin

Daniel Jaffa wrote:
> 
> 
>  labelProperty="pgmName" />
> 

It will be difficult to help if we do not know what all these beans are 
so we can know in which tag the error is.

-- 
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"Life is too short to drink cheap beer"


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Dispelling EJB myths

2002-04-18 Thread Cakalic, James

"Why all of the fuss over EJBs?" 

"I hear EJBs don't perform well and aren't ready for prime-time production
use." 

"I use servlets and JSPs and see no reason to invest in an application
server that supports enterprise beans." 

"I can code my servlets and JSPs to do the same things as enterprise beans."


Do these statements sound familiar? I think I've read all of them on this
list. For those ready for more than FUD and rumour, I would recommend this
article which attempts to "dispel some of these myths by explaining
enterprise beans, their uses and relevance when creating business
applications." Don't let the fact that it refers to IBM products and servers
put you off.

http://www.the400resource.com/CONTENT/MONTHLY/200204/cover04.htm

Best regards,
Jim Cakalic



Confidentiality Warning:  This e-mail contains information intended 
only for the use of the individual or entity named above.  If the reader of this 
e-mail is not the intended recipient or the employee or agent responsible for 
delivering it to the intended recipient, any dissemination, publication or copying of 
this e-mail is strictly prohibited. The sender does not accept any responsibility for 
any loss, disruption or damage to your data or computer system that may occur while 
using data contained in, or transmitted with, this e-mail.   If you have received this 
e-mail in error, please immediately notify us by return e-mail.  Thank you.




RE: double messages from struts-user?

2002-04-18 Thread Galbreath, Mark

Feels like it...worked last Saturday and 13/15-hour days every day this
week.

:-(

-Original Message-
From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 12:14 PM
To: Struts Users Mailing List
Subject: RE: double messages from struts-user?


It's not Friday yet, Mark! :-)

I'm not getting doubles of messages. Perhaps it's your mail server?

Simon

-
Simon P. Chappell [EMAIL PROTECTED]
Java Programming Specialist  www.landsend.com
Lands' End, Inc.   (608) 935-4526


>-Original Message-
>From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 11:09 AM
>To: 'Struts Users Mailing List'
>Subject: RE: double messages from struts-user?
>
>
>Only when I'm stoned
>
>-Original Message-
>From: [EMAIL PROTECTED]
>Sent: Thursday, April 18, 2002 12:02 PM
>
>I'm getting two email messages for every posting to this 
>mailing list.  Does
>anyone else have this problem, or is it just me?
> 
>
>David A. Ventimiglia
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>
>
>

--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: double messages from struts-user?

2002-04-18 Thread Chappell, Simon P

It's not Friday yet, Mark! :-)

I'm not getting doubles of messages. Perhaps it's your mail server?

Simon

-
Simon P. Chappell [EMAIL PROTECTED]
Java Programming Specialist  www.landsend.com
Lands' End, Inc.   (608) 935-4526


>-Original Message-
>From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 11:09 AM
>To: 'Struts Users Mailing List'
>Subject: RE: double messages from struts-user?
>
>
>Only when I'm stoned
>
>-Original Message-
>From: [EMAIL PROTECTED]
>Sent: Thursday, April 18, 2002 12:02 PM
>
>I'm getting two email messages for every posting to this 
>mailing list.  Does
>anyone else have this problem, or is it just me?
> 
>
>David A. Ventimiglia
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>
>
>

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Caching in IE

2002-04-18 Thread Phase Web and Multimedia

Well, in detail I have a login page http://www.mydomain.com/do/login. I have
a Action it passes through and initializes some data. The problem is... Once
I visit the login page I have to hit refresh when I visit it again because
it completely bypasses the Action and pulls the content from the browsers
cache. Therefore, the data that I need initialized does not get initialized
and I get an error when attempting to login.

SUPRIYA... Does your code work for browsers?

Others have had to have dealt with this issue. I was wondering if it is
because I am use /do/* instead of *.do.

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws


-Original Message-
From: SUPRIYA MISRA [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 10:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Caching in IE


   response.setHeader("Cache-Control","no-store"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy
server


>From: "Phase Web and Multimedia" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>,
><[EMAIL PROTECTED]>
>Subject: RE: Caching in IE
>Date: Thu, 18 Apr 2002 10:01:04 -0600
>
>I'm not sure I follow you. But, could you expound on that a little more?
>
>Brandon
>
>-Original Message-
>From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 9:58 AM
>To: Struts Users Mailing List
>Subject: RE: Caching in IE
>
>
>One of my colleagues had the problem that the browser cached some
>pictures on the page, so he added a random number to the link,
>to avoid caching, maybe this helps
>
>-Original Message-
>From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 5:56 PM
>To: Struts User
>Subject: Caching in IE
>
>
>Hey all my fine coded compadres,
>
>I was just wondering if anyone has dealt with browsers caching pages and
>completely bypassing the controller and what solutions you have come up
>with
>to prevent this. I'm wide open.
>
>Brandon Goodin
>Phase Web and Multimedia
>P (406) 862-2245
>F (406) 862-0354
>[EMAIL PROTECTED]
>http://www.phase.ws
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: double messages from struts-user?

2002-04-18 Thread Galbreath, Mark

Only when I'm stoned

-Original Message-
From: [EMAIL PROTECTED]
Sent: Thursday, April 18, 2002 12:02 PM

I'm getting two email messages for every posting to this mailing list.  Does
anyone else have this problem, or is it just me?
 

David A. Ventimiglia

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




double messages from struts-user?

2002-04-18 Thread David . A . Ventimiglia

I'm getting two email messages for every posting to this mailing list.  Does
anyone else have this problem, or is it just me?

 

David A. Ventimiglia

Wells Fargo Private Client Services

(415) 396-0414 (work)

 




RE: Caching in IE

2002-04-18 Thread SUPRIYA MISRA

   response.setHeader("Cache-Control","no-store"); //HTTP 1.1
response.setHeader("Pragma","no-cache"); //HTTP 1.0
response.setDateHeader ("Expires", 0); //prevents caching at the proxy 
server


>From: "Phase Web and Multimedia" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>,   
><[EMAIL PROTECTED]>
>Subject: RE: Caching in IE
>Date: Thu, 18 Apr 2002 10:01:04 -0600
>
>I'm not sure I follow you. But, could you expound on that a little more?
>
>Brandon
>
>-Original Message-
>From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 9:58 AM
>To: Struts Users Mailing List
>Subject: RE: Caching in IE
>
>
>One of my colleagues had the problem that the browser cached some
>pictures on the page, so he added a random number to the link,
>to avoid caching, maybe this helps
>
>-Original Message-
>From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 5:56 PM
>To: Struts User
>Subject: Caching in IE
>
>
>Hey all my fine coded compadres,
>
>I was just wondering if anyone has dealt with browsers caching pages and
>completely bypassing the controller and what solutions you have come up 
>with
>to prevent this. I'm wide open.
>
>Brandon Goodin
>Phase Web and Multimedia
>P (406) 862-2245
>F (406) 862-0354
>[EMAIL PROTECTED]
>http://www.phase.ws
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>
>--
>To unsubscribe, e-mail:
>
>For additional commands, e-mail:
>
>
>
>
>--
>To unsubscribe, e-mail:   
>
>For additional commands, e-mail: 
>
>




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Caching in IE

2002-04-18 Thread E. Laverdiere

What is your problem about caching, and how caching can be a problem?

Regards,

Etienne.

- Original Message -
From: "Phase Web and Multimedia" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 12:01 PM
Subject: RE: Caching in IE


> I'm not sure I follow you. But, could you expound on that a little more?
>
> Brandon
>
> -Original Message-
> From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 9:58 AM
> To: Struts Users Mailing List
> Subject: RE: Caching in IE
>
>
> One of my colleagues had the problem that the browser cached some
> pictures on the page, so he added a random number to the link,
> to avoid caching, maybe this helps
>
> -Original Message-
> From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 5:56 PM
> To: Struts User
> Subject: Caching in IE
>
>
> Hey all my fine coded compadres,
>
> I was just wondering if anyone has dealt with browsers caching pages and
> completely bypassing the controller and what solutions you have come up
with
> to prevent this. I'm wide open.
>
> Brandon Goodin
> Phase Web and Multimedia
> P (406) 862-2245
> F (406) 862-0354
> [EMAIL PROTECTED]
> http://www.phase.ws
>
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Struts 1.0 and Nested Tags.

2002-04-18 Thread Daniel Jaffa

Please i need alot of help here.

i have the following code
















I recieve the following error.
java.lang.IllegalArgumentException: Null property value for 'programs'


What am i doing wrong.

Just to let u know that programs is an ArrayList in SpecialConditionsBean.


thank u for you help.

Daniel Jaffa


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Struts Validator error messages

2002-04-18 Thread Christian Bouessay

I'm not using Struts Validator, but have the same pb with
alert('') ...

To solve it, I use a javascript regexp expression :

function message(text) {
alert(text.replace(//, ""));
}

But, this is not generic ...
--
C. Bouessay


[EMAIL PROTECTED] wrote:
> Hello,
> 
>  
> 
> How do I set up Struts Validator (from David Winterfeldt) for both
> server-side and client-side validation, yet not have HTML tags in the
> JavaScript popup boxes?  In order to get the error messages to show up
> properly on the page, I need to include a formatting element like  in
> the resource bundle.  Unfortunately, since the same message keys are used
> for the JavaScript validation, the  appears mixed in with the text of
> the error message in the popup box.  The author indicates he's written a
> simple "Errors Tag", but that wasn't a part of the binary I dowloaded, and
> it's not in the JavaDocs at http://home.earthlink.net/~dwinterfeldt/api/
>  .  Any ideas?  Thanks!
> 
>  
> 
> Cheers,
> 
> David
> 
>  
> 
>  
> 
> David A. Ventimiglia
> 
> Wells Fargo Private Client Services
> 
> (415) 396-0414 (work)
> 
>  
> 
> 




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Caching in IE

2002-04-18 Thread Phase Web and Multimedia

I'm not sure I follow you. But, could you expound on that a little more?

Brandon

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 9:58 AM
To: Struts Users Mailing List
Subject: RE: Caching in IE


One of my colleagues had the problem that the browser cached some
pictures on the page, so he added a random number to the link,
to avoid caching, maybe this helps

-Original Message-
From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 5:56 PM
To: Struts User
Subject: Caching in IE


Hey all my fine coded compadres,

I was just wondering if anyone has dealt with browsers caching pages and
completely bypassing the controller and what solutions you have come up with
to prevent this. I'm wide open.

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Multi-Lingual support

2002-04-18 Thread Yibing Li

 Actually I added one line after the locale in my logon action class
and it does show that the locale is zh_CN. but the page it shows
is still in English. Here is the first three lines of code in perform()
---
   Locale locale = getLocale(request);
System.out.println(locale.toString());

MessageResources messages = getResources();

---

   I think that there must be something else I am missing. I did make sure
that
I have two files ApplicationResources.properties and
ApplicationResources_zh_CN.properties in
the same directory. Do I need to do anything in struts-config.xml to support
multi-lingual?



Thanks,

Yibing

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 11:36 AM
To: Struts Users Mailing List
Subject: RE: Multi-Lingual support


> Hi, Guys,
>
> I followed exactly the suggestions of setting up the
> languagues in the browser
> but no progress at all. Anything else i can do?

In your JSP pages / action classes, check what's
the locale set in the session object.

session.getAttribute( Action.LOCALE );

-TPP


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Caching in IE

2002-04-18 Thread Oliver Reflé

One of my colleagues had the problem that the browser cached some
pictures on the page, so he added a random number to the link,
to avoid caching, maybe this helps

-Original Message-
From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 5:56 PM
To: Struts User
Subject: Caching in IE


Hey all my fine coded compadres,

I was just wondering if anyone has dealt with browsers caching pages and
completely bypassing the controller and what solutions you have come up with
to prevent this. I'm wide open.

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws



--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




POST vs GET request curiosity

2002-04-18 Thread Adolfo Miguelez

We have just to find a curious but logic however situation. Probably is 
trivial for most of you, but we got stuck for some while.

- when making a  request with POST method, validate method of 
ActionForm get the input parameters fine,

- when making a  HTML request (non Struts) with POST method, 
validate, method of ActionForm get null parameters since JSP definition for 
form lacks coupling with the Struts ActionForm.

- when making either   or , with GET method, 
validate of ActionForm is able to get parameters in both cases.

The consecuence is that Struts is able to get the parameters from the 
request and no from the form parameters.

By specifying GET method we do not need to use a  custom tag, but 
a usual HTML  is big enough. Never though before.

Has meaning. Maybe is helpful for someone.

Adolfo.

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Caching in IE

2002-04-18 Thread Phase Web and Multimedia

Hey all my fine coded compadres,

I was just wondering if anyone has dealt with browsers caching pages and
completely bypassing the controller and what solutions you have come up with
to prevent this. I'm wide open.

Brandon Goodin
Phase Web and Multimedia
P (406) 862-2245
F (406) 862-0354
[EMAIL PROTECTED]
http://www.phase.ws



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Struts Validator error messages

2002-04-18 Thread Raffy_Lata


That's a good question...I also have the same problem...hope someone has
the solution





[EMAIL PROTECTED] on 04/18/2002 08:31:47 AM

Please respond to "Struts Users Mailing List"
  <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:
Subject:  Struts Validator error messages


Hello,



How do I set up Struts Validator (from David Winterfeldt) for both
server-side and client-side validation, yet not have HTML tags in the
JavaScript popup boxes?  In order to get the error messages to show up
properly on the page, I need to include a formatting element like  in
the resource bundle.  Unfortunately, since the same message keys are used
for the JavaScript validation, the  appears mixed in with the text of
the error message in the popup box.  The author indicates he's written a
simple "Errors Tag", but that wasn't a part of the binary I dowloaded, and
it's not in the JavaDocs at http://home.earthlink.net/~dwinterfeldt/api/
 .  Any ideas?  Thanks!



Cheers,

David





David A. Ventimiglia

Wells Fargo Private Client Services

(415) 396-0414 (work)









**
Please Note:
The information in this E-mail message, and any files transmitted
with it, is confidential and may be legally privileged.  It is
intended only for the use of the individual(s) named above.  If you
are the intended recipient, be aware that your use of any confidential
or personal information may be restricted by state and federal
privacy laws.  If you, the reader of this message, are not the
intended recipient, you are hereby notified that you should not
further disseminate, distribute, or forward this E-mail message.
If you have received this E-mail in error, please notify the sender
and delete the material from any computer.  Thank you.
**



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: xslt transformation + utf-8

2002-04-18 Thread Greg.Reddin

> but maybe I should set it somehow already in Document while creating 
> elements?
> 
That's what we used to do.  We'd create a document with the String:
"\n" or something like
that.  

There's probably a better way, but we never bothered to find it.  You
can set the encoding on the OutputFormat object
(org.apache.xml.serialize.OutputFormat) in Xerces before serialization,
but I've not tried it so I don't know how it works.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Multi-Lingual support

2002-04-18 Thread Tero P Paananen

> Hi, Guys,
> 
> I followed exactly the suggestions of setting up the 
> languagues in the browser 
> but no progress at all. Anything else i can do?

In your JSP pages / action classes, check what's
the locale set in the session object.

session.getAttribute( Action.LOCALE );

-TPP


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: xslt transformation + utf-8

2002-04-18 Thread Michal Vagac

in XSLT yes (it's static file on disk)
as for XML: first I create org.w3c.dom.Document (and generate elements), 
then make DOMSource and then I serialize it into an XML -> this XML has 
'UTF-8'
but maybe I should set it somehow already in Document while creating 
elements?
miso


[EMAIL PROTECTED] wrote:

>>XML, XSL and also Transformer's setOutputProperty is set to UTF-8
>>
>Does that mean you have this at the top of your XML and XSLT?:
>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Struts Validator error messages

2002-04-18 Thread David . A . Ventimiglia

Hello,

 

How do I set up Struts Validator (from David Winterfeldt) for both
server-side and client-side validation, yet not have HTML tags in the
JavaScript popup boxes?  In order to get the error messages to show up
properly on the page, I need to include a formatting element like  in
the resource bundle.  Unfortunately, since the same message keys are used
for the JavaScript validation, the  appears mixed in with the text of
the error message in the popup box.  The author indicates he's written a
simple "Errors Tag", but that wasn't a part of the binary I dowloaded, and
it's not in the JavaDocs at http://home.earthlink.net/~dwinterfeldt/api/
 .  Any ideas?  Thanks!

 

Cheers,

David

 

 

David A. Ventimiglia

Wells Fargo Private Client Services

(415) 396-0414 (work)

 




Re: struts 1.1 b1 validator

2002-04-18 Thread Louis Leung

just found out it can, another reason why we should upgrade to 1.1  ;)

Louis Leung wrote:

> does any know whether or not the validator that is included in the
> struts 1.1 b1 will punch out javascript validators for you ?  Because
> back in 1.0, i used a plug-in validator from
> http://home.earthlink.net/~dwinterfeldt/ that does both client
> (javascript) and server side validation
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Multi-Lingual support

2002-04-18 Thread Yibing Li

Hi, Guys,

I followed exactly the suggestions of setting up the languagues in the
browser 
but no progress at all. Anything else i can do?

Thanks a lot for the help.

Yibing

-Original Message-
From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
Sent: 2002Äe4ÔÂ18EO 10:35
To: Struts Users Mailing List
Subject: RE: Multi-Lingual support


> Go to Tools/Internet Options...
> 
> Click on the Languages button.  
> 
> If "Chinese" is on the list move it to the top.  If not, 
> click the "Add"
> button and follow the instructions.

You might also need to restart the browser. We've experienced
some inconsistent behavior when testing different locales. Restarting
the browser seemed to "clear up" the situation a bit.

-TPP

--
To unsubscribe, e-mail:

For additional commands, e-mail:




winmail.dat
Description: application/ms-tnef

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


Struts with WAP+HTML projects

2002-04-18 Thread Abhishek Srivastava

Hello All,

I am working on a project which is for a portal which serves to HTML and WAP
clients. This project is developed using a home grown MVC model + jsp + XSL
So one jsp serves many types of clients by looking up the header sent by the
device and applying the right XSL file .. thus creating WML or HTML output
depending upon what the client device type is. The application logic remains
the same no matter what the client device is.
We are having lot of problems with our home grown MVC framework and want to
use struts ... from all the initial examples it appears that struts is used
only for jsp pages serving HTML output.
How can I use struts in a multi channel (WAP, HTML, PDA) portal like ours? I
don't want to write a new jsp per device type. the jsp and action classes
should remain the same only the XSL changes per device type.
I would appreciate your help, also please share your experience about using
struts in a WML+HTML project.
regards,
Abhishek.

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Combo box problem

2002-04-18 Thread dhay



Not sure what you are talking about Mark.  There have been two posts in the last
24 hrs showing how to use the options tag - regular options requires a
bean:define to put collection in scope, new optionsCollection does not.

If you had searched the archives you would have found several posts on this!
(sorry - couldn't resist!! ;-) ).

Cheers,

David





"Galbreath, Mark" <[EMAIL PROTECTED]> on 04/18/2002
06:26:47 AM

Please respond to "Struts Users Mailing List"
  <[EMAIL PROTECTED]>

To:   "'Struts Users Mailing List'"
  <[EMAIL PROTECTED]>
cc:(bcc: David Hay/Lex/Lexmark)
Subject:  RE: Combo box problem



We had this very discussion yesterday.  There apparently is a bug in the
 iterator.  Myself and another developer on my team
tried for hours to get it to work and all we got was the behavior you
describe.  As a work-around, we put a  inside the
 and "manually" parsed the list for the combo box.

Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:37 AM

Hi,

I've got some problems with a combo box. I have a combo populate with data
from
a database.
My objective is to select a field and to display it in the next window.
When I push on the submit button, the next window doesn't appear and there
aren't any error message.

>
Here is the code of my select tag:




  
  



 Transmit




where testmaterial is a collection in the session and DefaultCat a bean to
recover my selected field.

Anyone has an idea ?
Thanks

Fr. Geraerts


--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 








--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread James Mitchell

No, actually its an hourly rate.  $60 per hour for a six month contract,
which was just renewed for 3 months.  Depending on how you compute an annual
salary, that's close to $126k or so a year.

I happen to have had the pleasure of working with Chuck from before he
published the Java2 book and throughout the EJB2.0 book.  He is *NOT* one
the types that I mentioned earlier.
He's one the nicest guys I know.  I've never heard him say a mean word the
entire time I knew him.
Hopefully Paige won't drive him to it :-0  (sorry, inside joke)

You see, I don't think its really about Sun or Microsoft or Linux.  It's
about your personality.
If you are a jerk, then you will just be a jerk who bashes other people
and/or their chosen software.
If you not a jerk, then you will just shut up.

I have to give some credit to all the people on this list though.

You wouldn't be here if you weren't willing and able to help others and for
that I thank you!
JM






>Most of us here ARE trying to learn new things. Learning and
>using struts is indicative of forward thinking. Remember,
>any technology that doesn't have a published O'Reilly
>book (thanks Chuck! :-) counts as early adopter in my
>never so humble opinion.
>
>Simon
>
>-
>Simon P. Chappell [EMAIL PROTECTED]
>Java Programming Specialist  www.landsend.com
>Lands' End, Inc.   (608) 935-4526




> -Original Message-
> From: SUPRIYA MISRA [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 10:37 AM
> To: [EMAIL PROTECTED]
> Subject: RE: IDE for EJB2.0 development
>
>
> James,
> Did you say ASP and 6 digits? I bet the first digit was a zero ;-)
>
>
> >From: "Maris Orbidans" <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >Subject: RE: IDE for EJB2.0 development
> >Date: Thu, 18 Apr 2002 17:19:09 +0300
> >
> >
> >I believe that the best IDE is TogetherSoft Control Center.  Beats even
> >.net Visual Studio.
> >
> >It's sad that CC costs so much :-(
> >
> >Maris Orbidans
> >
> > > -Original Message-
> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, April 18, 2002 5:13 PM
> > > To: Struts Users Mailing List
> > > Subject: RE: IDE for EJB2.0 development
> > >
> > >
> > > OK, OK.  So I said the
> > >
> > > This is so childish, almost comical!
> > > (Wish it was Friday)
> > >
> > > *Disclaimer - The following paragraph is not aimed at any ONE
> > > person, I
> > > simply ask this of every developer who thinks they can spread their
> > > ill-founded beliefs on everyone else.
> > >
> > > At what point in Technology did YOU decide that it was time to stop
> > > advancing?
> > > Who the hell made YOU dictator to decide what qualifies as guru-hood?
> > >
> > > I've noticed a trend with such people.
> > >
> > > When they started out learning how to be a programmer, they
> > > were eager to
> > > learn things and eager to try out new stuff.  Then, when they were
> > > considered to be on the leading edge of technology, they felt REALLY
> > > powerful and strong.  That's right, they were the gurus of the moment.
> > >
> > > Then, all of a sudden something new came into town and they
> > > had to defend
> > > their guru status.
> > > Instead of embracing the newest technology and helping others
> > > to improve
> > > their product (code), they were bitter and complained amongst
> > > themselves,
> > > trying to convince each other that they were still the gurus of today.
> > > Meanwhile, as the jobs for that type of work began to dry up.
> > >  Some of them
> > > still clung to their beliefs that they were right and
> > > everyone else was
> > > stupid.
> > >
> > >
> > > So which one are you?  North-going or South-going?
> > >
> > > http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> > >
> > >
> > > Doesn't matter, you fit the qualifications for both.
> > >
> > >
> > >
> > >
> > >
> > > I admit that I got my start as a developer on the Microsoft
> > > side of the
> > > fence.  Why?  Well, because everything was free.  I was in
> > > the Army and
> > > didn't make a lot of money so FREE sounded really good to me.
> > >  I started
> > > learning html and moved right into Visual Basic 3, 4, and 5.
> > > However, the
> > > technology that got me into 6 figures was ASP.  That's right
> > > Active Server
> > > Pages.
> > > Then came along this phenomenon called Java.  I was
> > > introduced to the Struts
> > > framework and quickly realized just how superior it was to
> > > ASP.  I have been
> > > a believer ever since.
> > >
> > > One thing I noticed on the Non-MS side of the fence that I
> > > didn't see on the
> > > MS side was the bitterness and anger that some people have
> > > for the other
> > > side.
> > >
> > > I guess I just don't get it.  Some people at my last job
> > > actually treated me
> > > like sh#

struts 1.1 b1 validator

2002-04-18 Thread Louis Leung

does any know whether or not the validator that is included in the
struts 1.1 b1 will punch out javascript validators for you ?  Because
back in 1.0, i used a plug-in validator from
http://home.earthlink.net/~dwinterfeldt/ that does both client
(javascript) and server side validation


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Struts declarative security policy? (was RE: Struts example - redundant login checking?)

2002-04-18 Thread Oliver Refle

If you are havin a application server, then you
have the possibility to define security per url.
so for example you can define for
$ROOT/role1
and everything under this directory the security for a
special role in web.xml. So you don't need to check on
every page, this is handled now from the app server.



-Original Message-
From: Dennis Doubleday [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:56 PM
To: 'Struts Users Mailing List'
Subject: Struts declarative security policy? (was RE: Struts example -
redundant login checking?)


Seems to me that neither the jsp nor the action is the correct place to
enforce a security policy. It means both page designers and developers
have to remember to do it every time.

There ought to be (is there?) a mechanism for declaring a security
policy which can be referenced in struts-config.xml; i.e. access control
is just another property of an action mapping.

> -Original Message-
> From: Wittke Marcus-r32643 [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 10:44 AM
> To: 'Struts Users Mailing List'
> Subject: RE: Struts example - redundant login checking?
>
>
> Since a user always has the chance to directly type into
> his/her browser the URL of JSP or action, you probably really
> need to check in both places.
>
> We're trying to avoid this with a Filter that does not allow
> users to directly request JSPs at all (i.e. all our links
> always go to actions and those internally forward to JSPs
> after they're done). This way we only need to check security
> in actions. (... just started using this approach; but it
> seems to work out fine)


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Struts example - redundant login checking?

2002-04-18 Thread rob

Wittke Marcus-r32643 wrote:
> Since a user always has the chance to directly type into his/her browser the
> URL of JSP or action, you probably really need to check in both places.

This is one of the motivations behind putting all of your .jsp pages
above the WEB-INF directory.  The servlet container does not allow
requests to paths that are /context/WEB-INF/pages/foo.jsp.  It does
however allow forwarding to pages above WEB-INF thereby enforcing the
rule of all requests going through the ActionServlet (controller) and
having the login checked prior to getting access to the page.

It's not difficult to do and it increases the security of the
application.

Rob

> 
> We're trying to avoid this with a Filter that does not allow users to
> directly request JSPs at all (i.e. all our links always go to actions and
> those internally forward to JSPs after they're done). This way we only need
> to check security in actions. (... just started using this approach; but it
> seems to work out fine)
> 
> Btw., if all you want to check is that the user is logged in (no special
> access control requirements) you can completely do that in a Filter, i.e.
> you can get along without any checking in your JSPs and actions. I think
> there have been a couple of discussions about how to user filters for this
> in this mailing list, before.
> 
> Marcus
> 
> -Original Message-
> From: Dennis Doubleday [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 9:18 AM
> To: 'Struts Users Mailing List'
> Subject: Struts example - redundant login checking?
> 
> 
> In the example app distributed with Struts, it seems redundant to have
> "" at the start of every jsp and ALSO to check for
> login in every action class. Is that required, or just a
> belt-and-suspenders intentional duplication?
> 
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 
> 




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Struts declarative security policy? (was RE: Struts example - redundant login checking?)

2002-04-18 Thread Dennis Doubleday

Seems to me that neither the jsp nor the action is the correct place to
enforce a security policy. It means both page designers and developers
have to remember to do it every time.

There ought to be (is there?) a mechanism for declaring a security
policy which can be referenced in struts-config.xml; i.e. access control
is just another property of an action mapping.

> -Original Message-
> From: Wittke Marcus-r32643 [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, April 18, 2002 10:44 AM
> To: 'Struts Users Mailing List'
> Subject: RE: Struts example - redundant login checking?
> 
> 
> Since a user always has the chance to directly type into 
> his/her browser the URL of JSP or action, you probably really 
> need to check in both places.
> 
> We're trying to avoid this with a Filter that does not allow 
> users to directly request JSPs at all (i.e. all our links 
> always go to actions and those internally forward to JSPs 
> after they're done). This way we only need to check security 
> in actions. (... just started using this approach; but it 
> seems to work out fine)


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Is there any known miss behaviour according with Weblogic Server 6.1

2002-04-18 Thread mhanel

I need to write a webapplication for my company. 
So I looked at some frameworks and ended up at Struts.

For the servlet's I wrote bevore I used xmlc.
But they did'n work with WLS 6.1 and I want to avoid such problems.




Hanel Matthias
Fachinformatiker (Anwendungsentwicklung) in Ausbildung
Logistik World GmbH Fon:+49-841-9014-300
Marie-Curie-Strasse 6   Fax:+49-841-9014-302 
D- 85055 Ingolstadt mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Unexpected login behavior in struts-example from 1.1b

2002-04-18 Thread Dennis Doubleday

Never mind--I realized that the page was cached by the browser. If I
refresh it, I get forwarded to login.

That does suggest to me, though, that in a Struts app where security
matters, forms should always be delivered with a no-cache directive;
otherwise it is possible to redisplay sensitive information after a user
has logged out.


> -Original Message-
> From: Dennis Doubleday [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, April 18, 2002 10:44 AM
> To: 'Struts Users Mailing List'
> Subject: Unexpected login behavior in struts-example from 1.1b
> 
> 
> So, I log in as "user" to the struts-example app, go to the 
> "Edit Subscription" page and bookmark it. (The bookmarked URL 
> is 
> http://foghorn:8088/struts-example/editSubscription.do?action=
Edit&usern
ame=user&host=mail.yahoo.com).

Then I log out of the application. (I verified that I was logged out-the
main menu offers a link to login.) Now I visit the bookmarked URL. At
this point I expected to be directed to the login screen, because
EditSubscriptionAction checks for an existing session with a user
attribute.

Instead, the Edit Subscription screen was displayed exactly as it was
when I had an active session. ONLY when I tried to submit the form did I
see the login screen.

Why don't I get forwarded to "Login" right away? I am confused--the code
seems to be there.
 


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Multi-Lingual support

2002-04-18 Thread Oliver Reflé

you can set the locale depending on the selection of the user. Just put it in the 
session with
request.getSession().setAttribute(Action.Locale,myLocale)



-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:42 PM
To: 'Struts Users Mailing List'; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Actually without solving this problem, I am thinking the next question:

Usually in the first page, the application can provide a drop-down
list for many different language selection, once it is selected, all the pages
will be shown in that language. How will this feature be included using
struts?

Thanks,

Yibing

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: 2002Äê4ÔÂ18ÈÕ 10:32
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Sorry my fault, also in ie you can define the locale in your settings
extras-options-languages

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:29 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Normally this should work, and your default locale is 
defined by your browser version, e.g german ie germany locale
french ie french locale.

Olli

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:26 PM
To: [EMAIL PROTECTED]; Struts Users Mailing List
Subject: RE: Multi-Lingual support


The resource files all have the same list of the keys but different contents. Right? 
e.g.

  
  


In my resource file, there is a line of:

index.title=Testing Struts

In my chinese resource file, there is a line of:
index.title=证实 struts

So is this correct?

Thanks,

Yibing

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 10:08 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Have you implemented the localization on your pages correctly ??
e.g.


Are the keys correct to your applicationRessources.properties file ?

Oliver

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:02 PM
To: [EMAIL PROTECTED]
Subject: Multi-Lingual support


Folks,

I thought one major advantage of using struts is its support form
multi-linguage.
We have built an application using Model 2. Since we need to extend the
application to
support 7 different languages, I would like to rewrite the application using
struts.
With my limited knowledge on struts, I was not able to do a proof of
concept. Here is
what I did:

   1. have ApplicationResources.properties as English property file.
   2. prepare a resource file for each language, in the case of Chinese, it
is
  ApplicationResources_zh_CN.properties in the same directory, with the
content
  translated to Chinese
   3. Set init parameter of locale to true for ActionServlet
   4. Start the server
   5. Reset the locale of a computer
   6. Browse the application

However, what I see is still in English.


   Do I miss anything? Please help.

   If you could point to some sample application to demo its multi-lingual
support,
it would be very helpful.



Thanks,



-
Yibing Li, Ph.D.
Technical Architect
Development and Integration
GlobalNetXChange LLC
703-673-2159 (o)
571-436-5592 (c)


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Multi-Lingual support

2002-04-18 Thread Marcelo Vanzin

Yibing Li wrote:
> Usually in the first page, the application can provide a drop-down
> list for many different language selection, once it is selected, all the pages
> will be shown in that language. How will this feature be included using
> struts?

Change the object in the HttpSession under the Action.LOCALE_KEY (this is 
a constant in the Action class, not a string itself) key to be an 
instance of the desired locale.

-- 
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"Life is too short to drink cheap beer"


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Unexpected login behavior in struts-example from 1.1b

2002-04-18 Thread Dennis Doubleday

So, I log in as "user" to the struts-example app, go to the "Edit
Subscription" page and bookmark it. (The bookmarked URL is
http://foghorn:8088/struts-example/editSubscription.do?action=Edit&usern
ame=user&host=mail.yahoo.com).

Then I log out of the application. (I verified that I was logged out-the
main menu offers a link to login.) Now I visit the bookmarked URL. At
this point I expected to be directed to the login screen, because
EditSubscriptionAction checks for an existing session with a user
attribute.

Instead, the Edit Subscription screen was displayed exactly as it was
when I had an active session. ONLY when I tried to submit the form did I
see the login screen.

Why don't I get forwarded to "Login" right away? I am confused--the code
seems to be there.
 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Struts example - redundant login checking?

2002-04-18 Thread Wittke Marcus-r32643

Since a user always has the chance to directly type into his/her browser the
URL of JSP or action, you probably really need to check in both places.

We're trying to avoid this with a Filter that does not allow users to
directly request JSPs at all (i.e. all our links always go to actions and
those internally forward to JSPs after they're done). This way we only need
to check security in actions. (... just started using this approach; but it
seems to work out fine)

Btw., if all you want to check is that the user is logged in (no special
access control requirements) you can completely do that in a Filter, i.e.
you can get along without any checking in your JSPs and actions. I think
there have been a couple of discussions about how to user filters for this
in this mailing list, before.

Marcus

-Original Message-
From: Dennis Doubleday [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 9:18 AM
To: 'Struts Users Mailing List'
Subject: Struts example - redundant login checking?


In the example app distributed with Struts, it seems redundant to have
"" at the start of every jsp and ALSO to check for
login in every action class. Is that required, or just a
belt-and-suspenders intentional duplication?


--
To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Multi-Lingual support

2002-04-18 Thread Yibing Li

Actually without solving this problem, I am thinking the next question:

Usually in the first page, the application can provide a drop-down
list for many different language selection, once it is selected, all the pages
will be shown in that language. How will this feature be included using
struts?

Thanks,

Yibing

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: 2002Äê4ÔÂ18ÈÕ 10:32
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Sorry my fault, also in ie you can define the locale in your settings
extras-options-languages

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:29 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Normally this should work, and your default locale is 
defined by your browser version, e.g german ie germany locale
french ie french locale.

Olli

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:26 PM
To: [EMAIL PROTECTED]; Struts Users Mailing List
Subject: RE: Multi-Lingual support


The resource files all have the same list of the keys but different contents. Right? 
e.g.

  
  


In my resource file, there is a line of:

index.title=Testing Struts

In my chinese resource file, there is a line of:
index.title=证实 struts

So is this correct?

Thanks,

Yibing

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 10:08 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Have you implemented the localization on your pages correctly ??
e.g.


Are the keys correct to your applicationRessources.properties file ?

Oliver

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:02 PM
To: [EMAIL PROTECTED]
Subject: Multi-Lingual support


Folks,

I thought one major advantage of using struts is its support form
multi-linguage.
We have built an application using Model 2. Since we need to extend the
application to
support 7 different languages, I would like to rewrite the application using
struts.
With my limited knowledge on struts, I was not able to do a proof of
concept. Here is
what I did:

   1. have ApplicationResources.properties as English property file.
   2. prepare a resource file for each language, in the case of Chinese, it
is
  ApplicationResources_zh_CN.properties in the same directory, with the
content
  translated to Chinese
   3. Set init parameter of locale to true for ActionServlet
   4. Start the server
   5. Reset the locale of a computer
   6. Browse the application

However, what I see is still in English.


   Do I miss anything? Please help.

   If you could point to some sample application to demo its multi-lingual
support,
it would be very helpful.



Thanks,



-
Yibing Li, Ph.D.
Technical Architect
Development and Integration
GlobalNetXChange LLC
703-673-2159 (o)
571-436-5592 (c)


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread SUPRIYA MISRA

James,
Did you say ASP and 6 digits? I bet the first digit was a zero ;-)


>From: "Maris Orbidans" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Subject: RE: IDE for EJB2.0 development
>Date: Thu, 18 Apr 2002 17:19:09 +0300
>
>
>I believe that the best IDE is TogetherSoft Control Center.  Beats even 
>.net Visual Studio.
>
>It's sad that CC costs so much :-(
>
>Maris Orbidans
>
> > -Original Message-
> > From: James Mitchell [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 5:13 PM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > OK, OK.  So I said the
> >
> > This is so childish, almost comical!
> > (Wish it was Friday)
> >
> > *Disclaimer - The following paragraph is not aimed at any ONE
> > person, I
> > simply ask this of every developer who thinks they can spread their
> > ill-founded beliefs on everyone else.
> >
> > At what point in Technology did YOU decide that it was time to stop
> > advancing?
> > Who the hell made YOU dictator to decide what qualifies as guru-hood?
> >
> > I've noticed a trend with such people.
> >
> > When they started out learning how to be a programmer, they
> > were eager to
> > learn things and eager to try out new stuff.  Then, when they were
> > considered to be on the leading edge of technology, they felt REALLY
> > powerful and strong.  That's right, they were the gurus of the moment.
> >
> > Then, all of a sudden something new came into town and they
> > had to defend
> > their guru status.
> > Instead of embracing the newest technology and helping others
> > to improve
> > their product (code), they were bitter and complained amongst
> > themselves,
> > trying to convince each other that they were still the gurus of today.
> > Meanwhile, as the jobs for that type of work began to dry up.
> >  Some of them
> > still clung to their beliefs that they were right and
> > everyone else was
> > stupid.
> >
> >
> > So which one are you?  North-going or South-going?
> >
> > http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> >
> >
> > Doesn't matter, you fit the qualifications for both.
> >
> >
> >
> >
> >
> > I admit that I got my start as a developer on the Microsoft
> > side of the
> > fence.  Why?  Well, because everything was free.  I was in
> > the Army and
> > didn't make a lot of money so FREE sounded really good to me.
> >  I started
> > learning html and moved right into Visual Basic 3, 4, and 5.
> > However, the
> > technology that got me into 6 figures was ASP.  That's right
> > Active Server
> > Pages.
> > Then came along this phenomenon called Java.  I was
> > introduced to the Struts
> > framework and quickly realized just how superior it was to
> > ASP.  I have been
> > a believer ever since.
> >
> > One thing I noticed on the Non-MS side of the fence that I
> > didn't see on the
> > MS side was the bitterness and anger that some people have
> > for the other
> > side.
> >
> > I guess I just don't get it.  Some people at my last job
> > actually treated me
> > like sh## because I "used to be" an ASP developer.  H, I
> > don't recall
> > such hostility about Java developers from anyone at any of my
> > previous MS
> > shop jobs.
> > In fact, one guy actually started talking to me and helping
> > me only after he
> > heard me tell a friend that I had just installed Linux on my laptop.
> >
> > WHAT THE FU$#$%#$%#$
> >
> > Where is this hatred coming from people?
> > Why don't you just get over it and get a life!  Microsoft ISN'T going
> > away!!!
> >
> > If you don't like their software, then stop using it..but
> > just shut the
> > hell up!!!
> >
> > JM
> >
> > P.S. Oh crap, I used spellchecker before sending this
> > message.  Oh well,
> > guess I'm not an e-mail guru.
> >
> >
> >
> >
> > > -Original Message-
> > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > > Sent: Thursday, April 18, 2002 8:52 AM
> > > To: Struts Users Mailing List
> > > Subject: RE: IDE for EJB2.0 development
> > >
> > >
> > > I think that it would be safe to say that the use of any form of
> > > GUI with your editor would disqualify you from the higher levels
> > > of Guruhood. If you can't type it, then it isn't real. Who needs
> > > search and replace dialogues when you can type
> > >
> > >  :%s/string1/string2/g
> > >
> > > Is that not a beautiful thing? :-)
> > >
> > > Simon
> > >
> > > -
> > > Simon P. Chappell [EMAIL PROTECTED]
> > > Java Programming Specialist  www.landsend.com
> > > Lands' End, Inc.   (608) 935-4526
> > >
> > >
> > > >-Original Message-
> > > >From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> > > >Sent: Wednesday, April 17, 2002 6:53 PM
> > > >To: Struts Users Mailing List
> > > >Subject: RE: IDE for EJB2.0 development
> > > >
> > > 

RE: IDE for EJB2.0 development

2002-04-18 Thread Chappell, Simon P

I'm glad that you have gotten your feelings off your chest, I hope that you feel 
better now. Some of us were just having a little fun. In case you missed it, there 
were lots of smilies on most of these messages.

Most of us here ARE trying to learn new things. Learning and using struts is 
indicative of forward thinking. Remember, any technology that doesn't have a published 
O'Reilly book (thanks Chuck! :-) counts as early adopter in my never so humble opinion.

Simon

-
Simon P. Chappell [EMAIL PROTECTED]
Java Programming Specialist  www.landsend.com
Lands' End, Inc.   (608) 935-4526


>-Original Message-
>From: James Mitchell [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, April 18, 2002 9:09 AM
>To: Struts Users Mailing List
>Subject: RE: IDE for EJB2.0 development
>



>
>
>
>> -Original Message-
>> From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, April 18, 2002 8:52 AM
>> To: Struts Users Mailing List
>> Subject: RE: IDE for EJB2.0 development
>>
>>
>> I think that it would be safe to say that the use of any form of
>> GUI with your editor would disqualify you from the higher levels
>> of Guruhood. If you can't type it, then it isn't real. Who needs
>> search and replace dialogues when you can type
>>
>>  :%s/string1/string2/g
>>
>> Is that not a beautiful thing? :-)
>>
>> Simon
>>
>> -
>> Simon P. Chappell [EMAIL PROTECTED]
>> Java Programming Specialist  www.landsend.com
>> Lands' End, Inc.   (608) 935-4526
>>
>>
>> >-Original Message-
>> >From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
>> >Sent: Wednesday, April 17, 2002 6:53 PM
>> >To: Struts Users Mailing List
>> >Subject: RE: IDE for EJB2.0 development
>> >
>> >
>> >Okay, I have to ask a question of all of you emacs/vi
>> >developers out there
>> >with S's on your chests:
>> >
>> >Are graphical versions of these tools allowed in the kindom of
>> >Studcodia, or
>> >monochromatic versions only? ;)
>> >
>> >peace,
>> >
>> >Joe Barefoot
>> >
>> >> -Original Message-
>> >> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>> >> Sent: Wednesday, April 17, 2002 2:38 PM
>> >> To: 'Struts Users Mailing List'
>> >> Subject: RE: IDE for EJB2.0 development
>> >>
>> >>
>> >> Well, I'm sure your tool is bigger than mine.
>> >>
>> >> -Original Message-
>> >> From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> >> Sent: Wednesday, April 17, 2002 4:03 PM
>> >> To: Struts Users Mailing List
>> >> Subject: RE: IDE for EJB2.0 development
>> >>
>> >>
>> >> Actually, its a 'my tool is better than your lack of one' rant :-)
>> >>
>> >> JM
>> >>
>> >> > -Original Message-
>> >> > From: Schneider, Eric [mailto:[EMAIL PROTECTED]]
>> >> > Sent: Wednesday, April 17, 2002 3:50 PM
>> >> > To: 'Struts Users Mailing List'
>> >> > Subject: RE: IDE for EJB2.0 development
>> >> >
>> >> >
>> >> > I'm enjoying the 'my tool is better than your tool' rant.
>> >> >
>> >> > Your talk of assembly line workers reminds me of analogies
>> >I've read in
>> >> > engineering books.  Many have references to the industrial
>> >> revolution and
>> >> > how productivity and efficiency skyrocketed with the use of
>> >> > assembly lines.
>> >> > But I guess that's only true for uninteresting factory crap.
>> >> >
>> >> > e.
>> >> >
>> >> > > -Original Message-
>> >> > > From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
>> >> > > Sent: Wednesday, April 17, 2002 3:24 PM
>> >> > > To: 'Struts Users Mailing List'
>> >> > > Subject: RE: IDE for EJB2.0 development
>> >> > >
>> >> > >
>> >> > > A more appropriate analogy would be hand-made furniture vs.
>> >> > > the crap you buy
>> >> > > from a factory.  And carpenters are much more
>> >interesting people than
>> >> > > assembly-line workers. (hint-hint)
>> >> > >
>> >> > > Mark
>> >> > >
>> >> > > -Original Message-
>> >> > > From: James Mitchell [mailto:[EMAIL PROTECTED]]
>> >> > > Sent: Wednesday, April 17, 2002 3:15 PM
>> >> > > To: Struts Users Mailing List
>> >> > > Subject: RE: IDE for EJB2.0 development
>> >> > >
>> >> > >
>> >> > > No no, I have to agree with Mark.  Real programmers use text
>> >> > > editors just
>> >> > > like "Real" construction workers use pitch forks and shovels
>> >> > > and not those
>> >> > > fancy bull dozers and front-end loaders.
>> >> > >
>> >> > > What happened to the good-ole days where it took a year and
>> >> > > half to build a
>> >> > > house!!!
>> >> > >
>> >> > > JM
>> >> > >
>> >> > >
>> >> > >
>> >> > >
>> >> > >
>> >> > >
>> >> > > > -Original Message-
>> >> > > > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
>> >> > > > Sent: Wednesday, April 17, 2002 1:35 PM
>> >> > > > To: Struts Users Mailing List
>> >> > > > Subject: RE: IDE for EJB2.0 deve

RE: multiple struts-config files

2002-04-18 Thread Corneliu Rachieru

So the 1.1 patch on your site does not work ?
Are there any plans to implement this for 1.1 then ?
Regards,
 Cornelius 

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 17, 2002 7:00 PM
To: Struts Users Mailing List
Subject: RE: multiple struts-config files


Actually the code on my website only works with struts
1.0.  This code came about before all of the changes
were made to Struts to form the 1.1 code.

Basically the code just reads multiple files and
concatenates them together in memory. Since Struts
internally stores all of the values in hashmaps you
essentially have one big config repository melded
together from all of the individual files.

-james
[EMAIL PROTECTED]
http://www.jamesholmes.com/struts/


--- Bill Page <[EMAIL PROTECTED]> wrote:
> I didn't see any docs on this.  Looks interesting. 
> Does it essentially
> concatenate the files into one big one.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, April 17, 2002 5:27 PM
> > To: Struts Users Mailing List
> > Subject: Re: multiple struts-config files
> > 
> > 
> > 
> > I believe this is the link
> > 
> > http://www.jamesholmes.com/struts/
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> --
> To unsubscribe, e-mail:  
> 
> For additional commands, e-mail:
> 
> 


__
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

--
To unsubscribe, e-mail:

For additional commands, e-mail:




RE: Multi-Lingual support

2002-04-18 Thread Tero P Paananen

> Go to Tools/Internet Options...
> 
> Click on the Languages button.  
> 
> If "Chinese" is on the list move it to the top.  If not, 
> click the "Add"
> button and follow the instructions.

You might also need to restart the browser. We've experienced
some inconsistent behavior when testing different locales. Restarting
the browser seemed to "clear up" the situation a bit.

-TPP

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Multi-Lingual support

2002-04-18 Thread Greg.Reddin

Go to Tools/Internet Options...

Click on the Languages button.  

If "Chinese" is on the list move it to the top.  If not, click the "Add"
button and follow the instructions.

HTH
Greg
> -Original Message-
> From: Yibing Li [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 9:22 AM
> To: Struts Users Mailing List
> Subject: RE: Multi-Lingual support
> 
> 
> Could you tell me how to set up the locale in my browser? The 
> only thing I
> know
> is that I have set the encoding under the view ( for IE ) to 
> the appropriate
> language I expect.
> 
> Thanks,
> 
> Yibing
> 
> -Original Message-
> From: Tero P Paananen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 10:05 AM
> To: Struts Users Mailing List
> Subject: RE: Multi-Lingual support
> 
> 
> >1. have ApplicationResources.properties as English property file.
> >2. prepare a resource file for each language, in the case
> > of Chinese, it
> > is
> >   ApplicationResources_zh_CN.properties in the same
> > directory, with the
> > content
> >   translated to Chinese
> >3. Set init parameter of locale to true for ActionServlet
> >4. Start the server
> >5. Reset the locale of a computer
> >6. Browse the application
> >
> > However, what I see is still in English.
> >
> >
> >Do I miss anything? Please help.
> 
> Doublecheck that your browser is set up to send the correct
> locale to the web server.
> 
> It's not the operating system that sends the locale to your
> application, but the browser.
> 
>   -TPP
> 
> --
> To unsubscribe, e-mail:
> 
> For additional commands, e-mail:
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 
> 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Multi-Lingual support

2002-04-18 Thread Oliver Reflé

Sorry my fault, also in ie you can define the locale in your settings
extras-options-languages

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:29 PM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Normally this should work, and your default locale is 
defined by your browser version, e.g german ie germany locale
french ie french locale.

Olli

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:26 PM
To: [EMAIL PROTECTED]; Struts Users Mailing List
Subject: RE: Multi-Lingual support


The resource files all have the same list of the keys but different contents. Right? 
e.g.

  
  


In my resource file, there is a line of:

index.title=Testing Struts

In my chinese resource file, there is a line of:
index.title=证实 struts

So is this correct?

Thanks,

Yibing

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 10:08 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Have you implemented the localization on your pages correctly ??
e.g.


Are the keys correct to your applicationRessources.properties file ?

Oliver

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:02 PM
To: [EMAIL PROTECTED]
Subject: Multi-Lingual support


Folks,

I thought one major advantage of using struts is its support form
multi-linguage.
We have built an application using Model 2. Since we need to extend the
application to
support 7 different languages, I would like to rewrite the application using
struts.
With my limited knowledge on struts, I was not able to do a proof of
concept. Here is
what I did:

   1. have ApplicationResources.properties as English property file.
   2. prepare a resource file for each language, in the case of Chinese, it
is
  ApplicationResources_zh_CN.properties in the same directory, with the
content
  translated to Chinese
   3. Set init parameter of locale to true for ActionServlet
   4. Start the server
   5. Reset the locale of a computer
   6. Browse the application

However, what I see is still in English.


   Do I miss anything? Please help.

   If you could point to some sample application to demo its multi-lingual
support,
it would be very helpful.



Thanks,



-
Yibing Li, Ph.D.
Technical Architect
Development and Integration
GlobalNetXChange LLC
703-673-2159 (o)
571-436-5592 (c)


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: IDE for EJB2.0 development

2002-04-18 Thread Maris Orbidans


I believe that the best IDE is TogetherSoft Control Center.  Beats even .net Visual 
Studio.

It's sad that CC costs so much :-(

Maris Orbidans

> -Original Message-
> From: James Mitchell [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 5:13 PM
> To: Struts Users Mailing List
> Subject: RE: IDE for EJB2.0 development
> 
> 
> OK, OK.  So I said the
> 
> This is so childish, almost comical!
> (Wish it was Friday)
> 
> *Disclaimer - The following paragraph is not aimed at any ONE 
> person, I
> simply ask this of every developer who thinks they can spread their
> ill-founded beliefs on everyone else.
> 
> At what point in Technology did YOU decide that it was time to stop
> advancing?
> Who the hell made YOU dictator to decide what qualifies as guru-hood?
> 
> I've noticed a trend with such people.
> 
> When they started out learning how to be a programmer, they 
> were eager to
> learn things and eager to try out new stuff.  Then, when they were
> considered to be on the leading edge of technology, they felt REALLY
> powerful and strong.  That's right, they were the gurus of the moment.
> 
> Then, all of a sudden something new came into town and they 
> had to defend
> their guru status.
> Instead of embracing the newest technology and helping others 
> to improve
> their product (code), they were bitter and complained amongst 
> themselves,
> trying to convince each other that they were still the gurus of today.
> Meanwhile, as the jobs for that type of work began to dry up. 
>  Some of them
> still clung to their beliefs that they were right and 
> everyone else was
> stupid.
> 
> 
> So which one are you?  North-going or South-going?
> 
> http://www.eg.bucknell.edu/~cs315/subpages/inline/Zax.html
> 
> 
> Doesn't matter, you fit the qualifications for both.
> 
> 
> 
> 
> 
> I admit that I got my start as a developer on the Microsoft 
> side of the
> fence.  Why?  Well, because everything was free.  I was in 
> the Army and
> didn't make a lot of money so FREE sounded really good to me. 
>  I started
> learning html and moved right into Visual Basic 3, 4, and 5.  
> However, the
> technology that got me into 6 figures was ASP.  That's right 
> Active Server
> Pages.
> Then came along this phenomenon called Java.  I was 
> introduced to the Struts
> framework and quickly realized just how superior it was to 
> ASP.  I have been
> a believer ever since.
> 
> One thing I noticed on the Non-MS side of the fence that I 
> didn't see on the
> MS side was the bitterness and anger that some people have 
> for the other
> side.
> 
> I guess I just don't get it.  Some people at my last job 
> actually treated me
> like sh## because I "used to be" an ASP developer.  H, I 
> don't recall
> such hostility about Java developers from anyone at any of my 
> previous MS
> shop jobs.
> In fact, one guy actually started talking to me and helping 
> me only after he
> heard me tell a friend that I had just installed Linux on my laptop.
> 
> WHAT THE FU$#$%#$%#$
> 
> Where is this hatred coming from people?
> Why don't you just get over it and get a life!  Microsoft ISN'T going
> away!!!
> 
> If you don't like their software, then stop using it..but 
> just shut the
> hell up!!!
> 
> JM
> 
> P.S. Oh crap, I used spellchecker before sending this 
> message.  Oh well,
> guess I'm not an e-mail guru.
> 
> 
> 
> 
> > -Original Message-
> > From: Chappell, Simon P [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 18, 2002 8:52 AM
> > To: Struts Users Mailing List
> > Subject: RE: IDE for EJB2.0 development
> >
> >
> > I think that it would be safe to say that the use of any form of
> > GUI with your editor would disqualify you from the higher levels
> > of Guruhood. If you can't type it, then it isn't real. Who needs
> > search and replace dialogues when you can type
> >
> >  :%s/string1/string2/g
> >
> > Is that not a beautiful thing? :-)
> >
> > Simon
> >
> > -
> > Simon P. Chappell [EMAIL PROTECTED]
> > Java Programming Specialist  www.landsend.com
> > Lands' End, Inc.   (608) 935-4526
> >
> >
> > >-Original Message-
> > >From: Joseph Barefoot [mailto:[EMAIL PROTECTED]]
> > >Sent: Wednesday, April 17, 2002 6:53 PM
> > >To: Struts Users Mailing List
> > >Subject: RE: IDE for EJB2.0 development
> > >
> > >
> > >Okay, I have to ask a question of all of you emacs/vi
> > >developers out there
> > >with S's on your chests:
> > >
> > >Are graphical versions of these tools allowed in the kindom of
> > >Studcodia, or
> > >monochromatic versions only? ;)
> > >
> > >peace,
> > >
> > >Joe Barefoot
> > >
> > >> -Original Message-
> > >> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]]
> > >> Sent: Wednesday, April 17, 2002 2:38 PM
> > >> To: 'Struts Users Mailing List'
> > >> Subject: RE: IDE for EJB2.0 development
> > >>
> > >>
> > >> Well, I'm

RE: Multi-Lingual support

2002-04-18 Thread Oliver Reflé

Normally this should work, and your default locale is 
defined by your browser version, e.g german ie germany locale
french ie french locale.

Olli

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:26 PM
To: [EMAIL PROTECTED]; Struts Users Mailing List
Subject: RE: Multi-Lingual support


The resource files all have the same list of the keys but different contents. Right? 
e.g.

  
  


In my resource file, there is a line of:

index.title=Testing Struts

In my chinese resource file, there is a line of:
index.title=证实 struts

So is this correct?

Thanks,

Yibing

-Original Message-
From: Oliver Reflé [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 10:08 AM
To: Struts Users Mailing List; [EMAIL PROTECTED]
Subject: RE: Multi-Lingual support


Have you implemented the localization on your pages correctly ??
e.g.


Are the keys correct to your applicationRessources.properties file ?

Oliver

-Original Message-
From: Yibing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 4:02 PM
To: [EMAIL PROTECTED]
Subject: Multi-Lingual support


Folks,

I thought one major advantage of using struts is its support form
multi-linguage.
We have built an application using Model 2. Since we need to extend the
application to
support 7 different languages, I would like to rewrite the application using
struts.
With my limited knowledge on struts, I was not able to do a proof of
concept. Here is
what I did:

   1. have ApplicationResources.properties as English property file.
   2. prepare a resource file for each language, in the case of Chinese, it
is
  ApplicationResources_zh_CN.properties in the same directory, with the
content
  translated to Chinese
   3. Set init parameter of locale to true for ActionServlet
   4. Start the server
   5. Reset the locale of a computer
   6. Browse the application

However, what I see is still in English.


   Do I miss anything? Please help.

   If you could point to some sample application to demo its multi-lingual
support,
it would be very helpful.



Thanks,



-
Yibing Li, Ph.D.
Technical Architect
Development and Integration
GlobalNetXChange LLC
703-673-2159 (o)
571-436-5592 (c)


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Question to Sessions in Struts Framework

2002-04-18 Thread juraj Lenharcik

Hi,

can someone tell me, if there is a automatically session creating after
calling mapping.findForward? The problem is that I use a session.invalidate
in an ActionServlet. My SessionListener create an output, that this session
was destroyed, but after this, the Listener signaled, that a new session was
produced. 

If i link direct to a JSP and call the invalidate methode i don't get a new
sessionCreated message. 

Is somewhere in the way from a forward to the destination JSP a new session
produced. Sorry I looked in the struts sources, but I am not sure. I think
the creation of the new Locale could be the cause.


Thanks
juraj


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




  1   2   >