Servlet : Security

2001-12-10 Thread Shri
WebSphere 4. Specification requires that there be two text fields : j_username and j_password. Is it possible that I add one more text field to the form and put its value in the session upon submission of the form?? Thanks. Shri -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: forwarding question

2001-12-05 Thread Shri
by mapping a.jsp in your struts-config.xml file like this: assuming you want to use 'success' as the name of the mapping, forward name=success path=/a.jsp / Shri -Original Message- From: Henrik Chua [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 December 2001 12:15 PM To: Struts Users

RE: HTML-Tables downloadable as CSV-Files. How ?

2001-12-03 Thread Shri
I did the same by doing this in my jsp: %@ page language=java contentType=application/vnd.ms-excel % you get an Excel sheet in the browser, which the user can play around. Hope it helps. Shri -Original Message- From: Michael Gerdau [mailto:[EMAIL PROTECTED]] Sent: Monday, 3 December

HTTP form based authentication

2001-12-02 Thread Shri
of work around for this?? Shri -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, 30 November 2001 8:19 AM To: Struts Users Mailing List Subject: Re: Hidden Field in a form. Do I use struts taglib or vanilla html? The cleanest thing is to put the ArrayList

RE: Directory structure of a Struts project

2001-11-29 Thread Shri
really depends on the complexity of your application. If you have just a few action classes, it may be OK. If there are far too many action classes, then perhaps it is good to separate actions and beans. WEB-INF/'YOUR TAG LIB' is preferred to keeping taglib under WEB-INF/classes/ Shri

RE: Hidden Field in a form. Do I use struts taglib or vanilla html?

2001-11-28 Thread Shri
by having a 'HTML' hidden field, you will loose the mapping of form elements to properties in the form bean, action class cannot access the value of it. Shri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, 29 November 2001 12:26 PM To: Struts Users

RE: Escaped HTML characters in bean:write/

2001-11-27 Thread Shri
add filter=false in your bean:write tag. Shri -Original Message- From: Chris Birch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 November 2001 11:29 AM To: [EMAIL PROTECTED] Subject: Escaped HTML characters in bean:write/ Hi, I have a simple CRUD struts application which stores text

RE: Problem with new line character

2001-11-27 Thread Shri
add filter=false in your bean:write tag Shri -Original Message- From: Balasubrahmanyam Pasumsarthy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 28 November 2001 11:40 AM To: Struts Users Mailing List Subject: Problem with new line character Hi all, I've got a value in the form bean

RE: Problem with Iterating-No getter method for property....... Any Ideas?

2001-11-26 Thread Shri
what is the scope you are using to look up for the bean, try putting one and you may fix it.. Shri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 27 November 2001 1:26 PM To: [EMAIL PROTECTED] Subject: Problem with Iterating-No getter method

RE: Problem with Iterating-No getter method for property....... Any Ideas?

2001-11-26 Thread Shri
what is happening... Hope it helps. Shri. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 27 November 2001 2:24 PM To: Struts Users Mailing List Subject: Re: Problem with Iterating-No getter method for property... Any Ideas? I am still getting

RE: Please help - I'm not getting anywhere with this

2001-11-20 Thread Shri
HI As WebSphere 3.5.x is completely different from WebSphere4.x.x we need a Struts-WebSphere4 guide similar to the available on Struts web site for WebSphere 3.5.2 If any one who have used struts with WebSphere4 could do this, it will be of lot of help... Thanks. Shri -Original Message