Re: Struts with BES 5.0 problem

2002-01-04 Thread Mark Gordon
I don't have a full answer for you, just some info. I have had problem with the digester (this seems to be where you are having problems also) with the following configuration: JDK 1.4.0b? Apache (latest version ...not sure exactly) mod_webapp (latest version) Tomcat 4.0.1 (I think latest

Debuging templates.

2002-01-03 Thread Mark Gordon
Does anyone have any advice on debugging jsp pages when using struts-templates? Here is a sample stack trace. It points to the InsertTag.doEndTag. And JSP page maintenance.jsp line 54, but maintenance.jsp has only 35 lines! Any advice on better exception throwing... or how I can find better

Re: Debuging templates.

2002-01-03 Thread Mark Gordon
to something like app url/accountaccess/te/maintenance.jsp. It might be that whatever the real problem is will still turn up outside of the context of the template Vaughan. -Original Message- From: Mark Gordon [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 2:40 PM

Re: How to use Data source in *.jsp

2001-11-02 Thread Mark Gordon
The datasource is an attribute in application scope. You can use the pageContext to get this attribute. You may be able to do something with a bean:. tag or a jsp:useBean / tag to expose this attribute... but I could not figure it out. by the way you aren't going to put a

Re: Need help

2001-11-02 Thread Mark Gordon
I think all paths are relative to the root of your application. I am new to struts... so I may be all wrong but make the path in your action /jsp/logon actionpath=/jsp/logon type=com.tgt.d2g.auth.LogonAction name=logonForm

Re: Problem with multilingual submit button with request parameters

2001-11-02 Thread Mark Gordon
If you have three submit buttons for the same form only the submit button that is pressed will be sent as a parameter... i think. so you could check for the existence of the parameter to find out what button was pressed. The parameter name will not be localized just the value... and who

Re: Mailing list congestion?

2001-10-26 Thread Mark Gordon
I think there may have been a problem yesterday. Normally it seems ok. (plus I always get good responses! Hope to start adding some value to this list soon.) -Mark John Yu wrote: I found the mailing list very slow. Messages I post only appears on the next day. Is it only me?

submit button internationalization.

2001-10-25 Thread Mark Gordon
Has anyone come up with a cool way to internationalize a submit button using the html:submit tag? html:submit property=xmit value=%=org.apache.struts.util.RequestUtils.message(pageContext, org.apache.struts.action.Action.MESSAGES_KEY, org.apache.struts.action.Action.LOCALE_KEY,button.save)%

Application Resource reload.

2001-09-26 Thread Mark Gordon
Is it possible to reload the applicationresource.properties file without restarting the web server/servlet container? Is it possible to reload the struts-config.xml? Thanks, Mark

Tomcat 4.0

2001-06-12 Thread Mark Gordon
Has anyone played with Tomcat 4.0 and Struts? I noticed a problem with the struts-test web app and the new 4.0 version of Tomcat. A couple of the test links throw exceptions. Has anyone seen any performance improvements with 4.0? -mark