How do make sure that the ActionForward will be on the whole screen

2001-06-13 Thread Joyce Tang
Title: How do make sure that the ActionForward will be on the whole screen Here is my problem I have a frameset. There is a button on the bottom frame. When the user click on the button, the frameset need to be replaced with a non-frameset JSP page. How should I do this? Do I do this in

RE: How do make sure that the ActionForward will be on the whole screen

2001-06-13 Thread Joyce Tang
SCRIPT language=JavaScriptparent.location.href="%=urlOfAction%;/Script- -Abraham -Original Message----- From: Joyce Tang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 11:20 AM To: '[EMAIL PROTECTED]' Subject: How do make sure that the ActionForward will be on the whole screen

Generating frameset with PDF

2001-06-12 Thread Joyce Tang
Title: Generating frameset with PDF Dear all, I very much need assistant on this issue: I have a requirement to generate PDF files on the screen so that the user can print. The number of PDFs are unknown. It needs to be a frameset, header will have links to each individual PDF, so that

Tomcat startup command

2001-06-11 Thread Joyce Tang
Title: Tomcat startup command I am sorry it is not a really struts problem. But I am deploying struts application on Tomcat, so Is there a way to pass the port address via command line (such as a -d parameter)? Thanks

RE: Scope of the form

2001-06-10 Thread Joyce Tang
Title: RE: Scope of the form Roland, Thank you for the answer. In the forsard.setRedirect(true), can I also forward the content of the request? When I was talking about the erroe, I was actually refering to the validation error in the form. In that the case the ActionController will

Scope of the form

2001-06-07 Thread Joyce Tang
Title: Scope of the form I would like to verify my understanding on this thing. Please let me know if it is correct. Thank you very much in advance. 1. Whenever the Action do a forward, the request is being forwarded. 2. When the error happens, the request is forwarded back to the same JSP

FW: Scope of the form

2001-06-07 Thread Joyce Tang
Title: FW: Scope of the form -Original Message- From: Joyce Tang To: '[EMAIL PROTECTED]' Sent: 6/7/01 9:28 AM Subject: Scope of the form I would like to verify my understanding on this thing. Please let me know if it is correct. Thank you very much in advance. 1. Whenever

RE: URGENT - PLEASE HELP: DROPDOWN BOX

2001-06-05 Thread Joyce Tang
Title: RE: URGENT - PLEASE HELP: DROPDOWN BOX Try this html:select property= OPTION VALUE= /OPTION html:options collection= property=XXX labelProperty=/ /html:select -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 6/5/01 1:58 PM Subject:

RE: Access to form data.

2001-05-28 Thread Joyce Tang
Title: RE: Access to form data. Martin, I have a similar problem too. May I ask two general questions? 1.When should I use the formBean attribute on the bean:struts tag? 2. What is the relationship among ActionForm, actionformbean and actionformbeans. I tried to find the answer

RE: Question on the ActionForm design for dynamic data?

2001-05-28 Thread Joyce Tang
ontributorForm. And one of the properties/fields in PlanForm is ContributorForm[].I think it is a way to do it. But I don't know how. Can someone point me to some solution. I really appreciate. Joyce -Original Message-From: Joyce Tang [mailto:[EMAIL PROTECTED]]Sent: Wednesday, May 23, 2

Format on the JSP pages

2001-05-21 Thread Joyce Tang
Title: Format on the JSP pages One property of my form is a customer object. So in the JSP page, I am displaying them as: bean:write name=Customer property=customer.dateOfBirth scope=request filter=true/ How should I format it? Thanks

RE: Format on the JSP pages

2001-05-21 Thread Joyce Tang
Title: RE: Format on the JSP pages Sorry if I didn't make it clear. What I am asking is how to format a embedded attibute? -Original Message- From: Joyce Tang To: '[EMAIL PROTECTED]' Sent: 5/21/01 2:13 PM Subject: Format on the JSP pages One property of my form is a customer

Does anyone have a example to generate a drop down list?

2001-05-18 Thread Joyce Tang
Title: Does anyone have a example to generate a drop down list? Assuming I have a object method returning a list of values. Does anyone have a example to generate a drop down list?