Using SSL Extension and Workflow Extension together

2004-03-22 Thread Scott Ryan
I would like to use the Workflow extension and the SSL/Non SSL extension together. Is this possible? It looks like they replace the capability of the request processor and that they are mutually exclusive. Is there a way to use both? I am using tiles to support my application. I am able to

Support of wrap parameter in textarea jsp tag

2001-10-27 Thread Scott Ryan
I noticed that the wrap parameter is not supported in the textarea jsp tag in html tags. This parameter allows the text to wrap within the text area. Is this an oversight or is there another way to accomplish this. Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485

Re: Struts capability to support file downloads

2001-10-05 Thread Scott Ryan
. Any suggestions would be appreciated or pointers to other sites that might discuss this. Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044

Re: Struts capability to support file downloads

2001-10-05 Thread Scott Ryan
ideas on the proper MIME type or why Internet Explorer is confused other than it is from Microsoft. Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 10/05/01 02:50PM I have tried the following code and am getting rather

Best practice validation of text and text area lengths ?

2001-10-04 Thread Scott Ryan
What is the best approach for using the Validator to make sure input text is under a specified length? Are textareas supported by the validation framework? Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044

Struts capability to support file downloads

2001-10-04 Thread Scott Ryan
and then pop up a window to allow the user to select a location to store the data on their box. I would then stream the data to that file on their system. Any suggestions would be appreciated or pointers to other sites that might discuss this. Thanks Scott Ryan Developer First Bank Data

Re: Struts capability to support file downloads

2001-10-04 Thread Scott Ryan
The technique appears to work but after the download I want to forward to another page and it appears that if you return a forward to struts it has a problem because you have already used the response. Do I have to return a null when I am done with the download? Scott Ryan Developer First

Support of Struts in IBM Websphere 4.0

2001-10-01 Thread Scott Ryan
3.5.4 to 4.0 but don't want to support the workarounds any longer Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044

Re: Support of Struts in IBM Websphere 4.0

2001-10-01 Thread Scott Ryan
Thanks. We will give it another try. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 10/01/01 11:39AM Scott, I and a number of others are already using Struts (1.0) in WAS 4.0.0 and it works fine. Here to help, Stephen

RE: Support of Struts in IBM Websphere 4.0

2001-10-01 Thread Scott Ryan
to a timeframe. I would like to be able to use the latest struts build without having to modify the code because the modification causes other problems. Thanks for your feedback Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 10/01/01

Re: Adding struts indexed tag capability to the select tag

2001-09-06 Thread Scott Ryan
and therefore passed in the form? This would have to be based on the index as well I thought about storing them all as hidden fields but that seemed a little wasteful but should work. Thanks again for the indexed tags they are extremely useful. Scott Ryan Developer First Bank Data Corporation Work

Adding struts indexed tag capability to the select tag

2001-09-05 Thread Scott Ryan
Would it be possible to add the indexed capability to the select tag. I have an application that would benefit greatly from that capability. I have a set of rows that are contained within a Vector in a bean. I use a set of iterate tags combined with the indexed capability within such tags as

Re: passing a parameter

2001-08-15 Thread Scott Ryan
. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **= Scott Ryan Developer First Bank Data Corporation Work

RE: passing a parameter

2001-08-15 Thread Scott Ryan
YEs it generates the code as your example states. The parameter will be in the request under the name userId. I don't know if the contoller will fill in a field in your action form with a similar name but it should. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell

How to forward from within an ActionForm validate method

2001-08-07 Thread Scott Ryan
the user to the logoff.do action to get them off the system. Any ideas would be appreciated. I do apologize if there is an obvious answer but I am just running out of places to look. Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044

Re: Returning to called page after loggin on...

2001-07-31 Thread Scott Ryan
This looks like a very useful paper but how do you open and read the paper if you only come equipped with the text tools from the microsoft monster? Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 07/31/01 05:19AM Craig's slides

Re: Struts w/JBuilder 5

2001-07-30 Thread Scott Ryan
in a path within that classpath and we told jbuilder to copy all the classes when rebuilding. I am sure this is not the correct solution but it did get us up and running. Once it is up the integration is great for debugging. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell

RE: Validation REGEX for input

2001-07-30 Thread Scott Ryan
. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 07/29/01 03:16AM Hi Scott, What about this little gem? Not sure if it works, but it looks sound: ^(.*\w.*\d.*|.*\d.*\w.*){6,8}$ for more control of valid characters you could use

Validation REGEX for input

2001-07-27 Thread Scott Ryan
) At least one letter 3) At least one digit I can't seem to get all of them to fire at once. Any help would be appreciated. The validation framework has been extremely valuable and it has saved a lot of development time on our side. Scott Ryan Developer First Bank Data Corporation Work: (303) 235

Trying to add errors to an existing errors object after using the validation framework

2001-07-25 Thread Scott Ryan
(enrollmentform.error.password.maskmsg)); Any tips would be appreciated. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044

Re: Trying to add errors to an existing errors object after using the validation framework

2001-07-25 Thread Scott Ryan
a message tells you that XXX.title could not be found. Perhaps this test is done within the validation framework and my bypass caused an unforseen problem. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 07/25/01 01:39PM I am using

Re: Server Side Validation not firing for Validator when Java Script is off

2001-07-20 Thread Scott Ryan
solutions that are struts based. Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 07/18/01 08:07PM If you look at the jsType.jsp, you will see that it is referencing an external JavaScript file called staticJavascript.jsp

Server Side Validation not firing for Validator when Java Script is off

2001-07-18 Thread Scott Ryan
from a validate method within my ActionForm and this returned no information either. Any ideas on where I can look? Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044

Re: Server Side Validation not firing for Validator when Java Script is off

2001-07-18 Thread Scott Ryan
if the server side will fire then. Thanks for your suggestions. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 07/18/01 08:50AM Are you extending ValidateForm instead of ActionForm? If you have a validate method in your form, be sure

Re: Server Side Validation not firing for Validator when Java Script is off

2001-07-18 Thread Scott Ryan
javascript functions. Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 07/18/01 10:06AM The JavaScript part shouldn't have anything to do with the server side other than it uses the same object in application scope. Does the name

Re: Server Side Validation not firing for Validator when Java Script is off

2001-07-18 Thread Scott Ryan
messages in this list and everything appears ok. The only things I think I need is the onsubmit addition and the javascript validator tag. Any more suggestions. Scott Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044 [EMAIL PROTECTED] 07/18/01 10:06AM

Re: Server Side Validation not firing for Validator when Java Script is off

2001-07-18 Thread Scott Ryan
javascript libraries we have today with out copying the code into the validation.xml. My next challenge is to get the generated validation to work with the formatting javascript I currently have on the page. This is currently causing some issues. Thanks for the help. Scott Ryan Developer First Bank

DreamWeaver and Struts 504 Gateway Timeout Error

2001-06-15 Thread Scott Ryan
error very quickly. Tomcat is running and everything appears to be installed correctly Has anyone see this before and any ideas? Thanks Scott Ryan Developer First Bank Data Corporation Work: (303) 235-1485 Cell:(303 263-3044