RE: ActionError problem

2002-01-29 Thread Phil Maher
Do you have error.noCurrentObject in your ApplicationResources.properties file? In your struts config, if there is a validate=true then there needs to be and input= cheers, Phil Maher -Original Message- From: Bryan P. Glennon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002

Tiles, ActionComponentServlet, WebLogic 6.0sp1, NoSuchMethodError

2001-11-13 Thread Phil Maher
I'm having a problem replacing the struts 'ActionServlet' with tiles 'ActionComponentServlet', I keep getting this exception (using WebLogic 6.0sp1) : -=-=- Error loading servlet: 'action' java.lang. NoSuchMethodError at org.apache.commons.digester.Digester.getReader(Digester.java:527) at org.ap

Imbedding tags in a tag

2001-07-12 Thread Phil Maher
Hi, I've having the problem of embedding tags in a tag. For example, If I have the line: " /> Where the below is in ApplicationResources.properties: project.nsync.Header.alt=Welcome Header Logo Does anyone know how to do this?