Struts Documentation

2002-04-09 Thread Kevin J Turner
Are the people who are responsible for the User Guide ever going to put out documentation with *examples*. It would make life so much easier. k -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts Tutorial

2002-04-09 Thread Kevin J Turner
tutorial. You may want to make the font size of the sample code a bit bigger... I found it hard to read. Other than that, I got more out of that than the Struts user guide. Cheers --- Kevin J Turner dot com Entertainment Group, 150 Randall Street, Oakville, ON L6J 1P4 email: [EMAIL PROTECTED] phone

a nice to have feature...

2002-04-09 Thread Kevin J Turner
as-is. This would be very useful since the Struts tag library does not cover all tag attributes. I guess this is something I could do myself, by extending the appropriate classes, yes? But that sounds like something best left for the pros. ;) Regards, Kevin --- Kevin J Turner dot com

Re: are there any good tag usage examples anywhere online?

2002-04-02 Thread Kevin J. Turner
This never got answered.. anyone? - Original Message - Subject: are there any good tag usage examples anywhere online? Does anyone know of any good web sites that show *examples* of all the different Struts tags? The user guide is extremely ineffective in that capactity. -- To

Form beans in session scope

2002-03-19 Thread Kevin J. Turner
I have configured my struts-config file to keep my form bean in session scope. I don't know if this is good practice, but I wasn't having much luck with the request scope. In many of my action classes, if have to get a reference to my form bean to do some business logic processing. I do so by

Netsted beans question...

2002-03-18 Thread Kevin J. Turner
MessageQueue in an ActionClass and pop it into the request or session scope? If the latter is possible, then how do instruct the nesting:nest ... tag to look in the request or session for my instance of the MessageQueue? Does this make sense? k -- Kevin J. Turner / dot com Entertainment Group 150

form bean roperties and ArrayLists

2002-03-15 Thread Kevin J. Turner
Can form bean properties be of type ArrayList? And if yes, are there any special considerations when doing so, with regards to the getter and setter methods? I am using an ArrayList in a form bean as follows: --- snip --- ... private ArrayList recipients; ...

Re: form bean roperties and ArrayLists

2002-03-15 Thread Kevin J. Turner
On Fri, 15 Mar 2002 13:35:03 -0600, Robert Williams wrote: Data coming from a browser that is used to populate a form bean is basically of type String or String[]. I think if you change the ArrayList to a string array you will have better luck. I haven't tried this yet but it has a better

are there any good tag usage examples anywhere online?

2002-03-11 Thread Kevin J. Turner
Does anyone know of any good web sites that show *examples* of all the different Struts tags? The user guide is extremely ineffective in that capactity. -- Kevin J. Turner / dot com Entertainment Group 150 Randall Street, Oakville, Ontario L6J 1P4 telephone: 905.337.8524 fax: 905.337.8630

I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Kevin J. Turner
=com.dceg.webapps.messaging.PlayerListAction name=playerMessageForm scope=request validate=false parameter=PRE forward name=next path=/messaging/player_list.jsp/ /action -- snip -- So what is causing Cannot retrieve definition for form bean PlayerMessageForm error??? Anyone? -- Kevin J. Turner / dot

RE: I'm bagging my head on the keyboard on this one: Cannot retrieve definition for form bean PlayerMessageForm

2002-03-10 Thread Kevin J. Turner
On Sun, 10 Mar 2002 13:29:01 -0600, Chris Means wrote: Is this a typo or maybe the problem: -- snip -- .. form-beans type=org.apache.struts.action.ActionFormBean form-bean name=playerMessageForm ype=com.dceg.webapps.messaging.PlayerMessageForm / /form-beans .. You'll notice that you have ype

Re: Struts resources

2002-03-09 Thread Kevin J. Turner
/ -- a white paper on Struts, assembled by Larry Maturo 3) The book, Professional JSP : 2nd Edition (Wrox Press, ISBN 1861004958), has an excellent chapter devoted entirely on Struts Hope this helps. -- Kevin J. Turner / dot com Entertainment Group 150 Randall Street, Oakville, Ontario L6J 1P4

Where do I start to solve this error message: 'Cannot retrieve definition for form bean beanname'

2002-03-08 Thread Kevin J. Turner
I have encountered the following error message in my Struts application: Cannot retrieve definition for form bean bean-name Where do I start to look for a solution to this one? I'm stuck. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

parameter attribute in the action-mapping... what is it?

2002-03-05 Thread Kevin J. Turner
Could someone please explain the purpose and usage of the parameter attribute for the action-mapping tag in the struts-config.xml file? Thanks in advance. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
Is it possible, using the Struts framework, to have multiple checkboxes that are named the same but have different values? First, a little background on this: Say you have the following four fruity checkboxes on a form, with Apple and Mango checked: [x] Apple [ ] Kiwi [x] Mango [ ] Banana Each

RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
Alas, that deoesn't solve the problem. Look at the html:multibox tag. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
Is it possible, using the Struts framework, to have multiple checkboxes that are named the same but have different values? First, a little background on this: Say you have the following four fruity checkboxes on a form, with Apple and Mango checked: [x] Apple [ ] Kiwi [x] Mango [ ] Banana

RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
I will try again.. there must be something I'm not doing right Thx. -Original Message- From: Jonathan James [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 2:16 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Multiple checkboxes with the same name --

Examples needed

2002-01-30 Thread Kevin J. Turner
It would be nice if the Struts online documentation included examples for all their tag libraries. Hint. Hint.

New to Struts and stuck already...

2002-01-09 Thread Kevin J. Turner
name=registrationForm type=com.codemonkey.struts.RegistrationForm/ /form-beans ... struts-config Any suggestions anyone? Kevin J Turner

Country List

2001-12-19 Thread Kevin J. Turner
, and to be able to pre-select a country. Any advice is appreciated. Regards, Kevin J. Turner