General JSP question: how to protect the JSP source code

2002-01-31 Thread Zhiyong Li
compilered code) or it is only supported by certain app. servers. If it is a standard feature, how to get it work? Thanks, Zhiyong Li Analytical Solutions, SAS Institute (919) 653-2746 [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

RE: Can I use a jsp as the action value in: html:form

2002-01-15 Thread Zhiyong Li
I did what you suggested. However, I got the following exception: javax.servlet.ServletException: Cannot retrieve definition for form bean null Any ideas? Zhiyong Li iBiomatics R D SAS Institute (919) 653-2746 [EMAIL PROTECTED] -Original Message- From: Matt Raible [mailto:[EMAIL

Can I use a jsp as the action value in: html:form

2002-01-14 Thread Zhiyong Li
with the html:form tag? Thanks, Zhiyong Li iBiomatics R D SAS Institute (919) 653-2746 [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Several design questions for a large application

2001-10-22 Thread Zhiyong Li
it in the struts_action.xml. This is not flexible if you want to forward to different locations according to the values in the request. Thanks for your comments, Zhiyong Li Platform Development iBiomatics LLC , a SAS Company (919) 653-2746 [EMAIL PROTECTED]

Struts 1.0 with WebLogic 6.1

2001-10-05 Thread Zhiyong Li
org.apache.struts.taglib.logic.NotPresentTag _logic_notPresent0.setScope(weblogic.utils.StringUtils.valueOf(applicat ion)); //[ /index.jsp; Line: 21] ^ Thank you for your help, Zhiyong Li Platform Development iBiomatics LLC , a SAS Company (919) 653-2746 [EMAIL PROTECTED]

FormAction scope

2001-01-26 Thread Zhiyong Li
t;? We probably can do this with Struts's form tag. But that is not what I want. In my case, this "FormAction" bean may be invoked from a href in addition to the forms. Thx, Zhiyong Li Platform Development iBiomatics LLC , a SAS Company (919) 653-2746 [EMAIL PROTECTED]

set methods in ActionForm

2001-01-23 Thread Zhiyong Li
String aT) {aT = value;} The "setAT" does not got called. Thank you for the help, Zhiyong Li Platform Development iBiomatics LLC , a SAS Company (919) 653-2746 [EMAIL PROTECTED]

RE: Strange problem using Weblogic 6.0

2001-01-11 Thread Zhiyong Li
I had the same problem. Is there a work around from either Struts or WebLogic (any WebLogic people out there)? Thx, Zhiyong -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 1:03 PM To: [EMAIL PROTECTED] Subject: Re: Strange

[Q] struts:link with forward attribute on WebLogic 6.0

2001-01-05 Thread Zhiyong Li
xecuteThread.java:137) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120) == What I am trying to do is that when the index.html or index.jsp is invoked, it will forward the request to my main page without user to type anything. Any other approach I can take. Thanks, Zhiyong Li Portal Development iBiomatics LLC , a SAS Company (919) 653-2746 [EMAIL PROTECTED]

RE: [Q] struts:link with forward attribute on WebLogic 6.0

2001-01-05 Thread Zhiyong Li
05, 2001 12:40 PM To: [EMAIL PROTECTED] Subject: Re: [Q] struts:link with forward attribute on WebLogic 6.0 Zhiyong Li wrote: I try to forward the request in a jsp page as follows: %@ page language="java" % %@ taglib uri="/WEB-INF/struts.tld" prefix="struts"

RE: [Q] struts:link with forward attribute on WebLogic 6.0

2001-01-05 Thread Zhiyong Li
attribute on WebLogic 6.0 Zhiyong Li wrote: What is the syntax? I tried, jsp:forward page="/servlet/action/generic.do" / jsp:forward page="/action/generic.do" / None of them work. ("generic" is a action defined in the action.xml). It should b