Re: initializing html:select

2002-01-30 Thread Robert Tyler Retzlaff
labelProperty=names/ /html:select You have to have scriptlets or expressions to set the value dynamically. -Original Message- From: Robert Tyler Retzlaff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 2:25 PM To: [EMAIL PROTECTED] Subject: Re: initializing

Re: initializing html:select

2002-01-30 Thread Robert Tyler Retzlaff
. -Original Message- From: Robert Tyler Retzlaff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 2:25 PM To: [EMAIL PROTECTED] Subject: Re: initializing html:select Yes, but what I'm after is being able to dynamically set the initial values. I have an object

Re: initializing html:select

2002-01-30 Thread Robert Tyler Retzlaff
it this way... Cheers, Dave Robert Tyler Retzlaff [EMAIL PROTECTED] on 01/30/2002 03:46:55 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: initializing html:select That would

multipart - non multipart forwards

2002-01-29 Thread Robert Tyler Retzlaff
I have the following sequence of forwards. (multipart/form-data) (handles multipart request) (handles standard get/posts) form.jsp formaction --- viewaction initially the request is enctype multipart/form-data the formaction handles the processing of the

query string parameters?

2002-01-20 Thread Robert Tyler Retzlaff
Does struts have any nice way of handling parameters received via the query string? Perhaps something similar to the ActionForm object that I can forward back to the source page if a validate() method fails? Thanks rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

struts Token usage.

2002-01-20 Thread Robert Tyler Retzlaff
Exactly what are transaction tokens used for? How are they used? rob -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

coordination of applications (communication)

2002-01-17 Thread Robert Tyler Retzlaff
Incidentally I have two struts based applications app1.war and app2.war I would like to write a third application that is a controller of the other two but this kind of thing is a little new to me. Mostly I'd like to be able to access and pass references between applications. For example I'd

Form mapping default when validate() fails.

2002-01-17 Thread Robert Tyler Retzlaff
When you have an action mapping with validate set to true in the struts config and the validate() for the mappings form component fails, where does request get forwarded too? Or how do you set where it's forwarded too? Or is it up to me to call the validate() method on the form and then

multipart post files struts

2002-01-16 Thread Robert Tyler Retzlaff
Exactly what does struts do with form files? Does struts use some kind of intermediate temporary file for storing the file prior to the user writing the file out to some specified location? If a temp file is used how does struts determine the appropriate path for the tempfile? Thanks Rob --

jsp custom tag attribute order how?

2002-01-10 Thread Robert Tyler Retzlaff
How does a jsp custom tag know what order or what methods to call to set attributes in the TagSupport object? In other words, what has to match the tag attribute names? Do my variable names in the tag handler have to be the same as the attribute names? Or do my methods have to follow some kind

changing html:errors / default text.

2002-01-09 Thread Robert Tyler Retzlaff
How do you change the default text Validation Error\n you must correct the following error(s) before proceeding: that is displayed whenever you use the html:errors / tag? Also, I've been happily using ActionErrors for returning errors from forms but I would also like to use it for displaying

Re: changing html:errors / default text.

2002-01-09 Thread Robert Tyler Retzlaff
?) the string Validation Error in a properties(*.properties) file. []'s JP Robert Tyler Retzlaff wrote: How do you change the default text Validation Error\n you must correct the following error(s) before proceeding: that is displayed whenever you use the html:errors / tag? Also, I've