RE: Applicaton-specific logging in Struts

2004-11-30 Thread Graeme Miller
Yes it is possible Firstly you might want to make sure your log4j properties is on the classpath. Run a simple java test where you set log4 root level to various levels and check that a simple java application logging levels change appropriately Secondly I don't actually do it the way you are do

RE: Applicaton-specific logging in Struts

2004-11-30 Thread Graeme Miller
Firstly make sure you have no spaces after the commas and that the struts entry is on a separate line from the rootlogger entry Try something like log4j.rootCategory=DEBUG,stdout log4j.logger.org.apache.struts=FATAL -Original Message- From: Allen Day [mailto:[EMAIL PROTECTED] Sent: Wedn

RE: Tiles and Forms

2004-11-30 Thread Graeme Miller
tiles as I want to be able to put controls in one tile and buttons to submit in another? Please don't make post a bug on the Struts bugzilla just to get an answer. Without some "words from the wise" I don't see how its behaving in a correct manner. Thanks, Graeme. -Origin

Tiles and Forms

2004-11-29 Thread Graeme Miller
unately while the form action gets correctly rendered with the right action passed from the jsp that uses the layout, the checkbox rendering fails with the message "Cannot find bean org.apache.struts.taglib.html.BEAN in any scope". As far as I understand this means the html form tag is

Form tag spanning more than one tile - surely this is possible or is there alternative pattern?

2004-11-29 Thread Graeme Miller
Hi guys, Here is what I think should be a very simple tiles question. So simple in fact that I am left scratching my head thinking there is no way struts could not do this - I must be doing something wrong! Lets say I have a base layout jsp simple-layout.jsp <%@ page language="java"%> <%@ tagl

Re: Internationalizing a Struts project

2004-10-07 Thread Graeme
make everything work nicely. Try here http://web.archive.org/web/*/http://www.anassina.com/struts/i18n/i18n.html HTH, Graeme - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]