RE: How to set attribute via submit

2002-02-21 Thread Low, Liang
I don't think there is a way to set different value for the submit's value and its label. The syntax for an HTML submit is INPUT type=submit name=myProp value=myValue/INPUT. Looks like it's impossible to differentiate them. At first I thought struts's html:submit will have some magical way of

RE: Struts support for body background image??

2002-02-19 Thread Low, Liang
I'll just do this body background=bean:message key=mybackground and have mybackground refers to /images/background.jpg in ApplicationResource.properties Liang -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 11:25 AM To: Struts Mail List

RE: XML/XSL and Transformation using Struts/Expresso

2002-01-11 Thread Low, Liang
My approach is very similar to Taylor's, but I use custom tag to do the transformation instead, just like jakarta's xsl tag. The reason I don't use jakarta's xsl tag is because it doesn't support Xalan 2, or vice versa. This is the semi-pseudo custom tag class.

RE: Cannot find ActionMappings or ActionFormBeans collection PROBLEM.

2002-01-03 Thread Low, Liang
It might be that tomcat is unable to find struts-config.xml. Mine is in the WEB-INF directory. -Original Message- From: Struts Newsgroup [SMTP:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 2:40 PM To: [EMAIL PROTECTED] Subject: Cannot find ActionMappings or