Tiles Problem

2001-10-28 Thread Darryl Pentz
Hi all, I sent this email yesterday but it doesn't seem to have gotten through to the list, so I'm resending. Basically, I have a problem with Tiles execution of templates (components). I'm using the design where the main body of the page is inline to the template:put... tag. In other words.

newbie got struck with error!!

2001-10-28 Thread Abhishek Srivastava
Hello all, I tried my first action mapping sample today and I am facing the following problem. - java.lang.NoSuchMethodException at java.lang.Class.getMethod0(Native Method) at java.lang.Class.getMethod(Class.java:888)

Re: To Strut or not to Strut that is the question?

2001-10-28 Thread Ted Husted
iT meDic wrote: Can you please give me pros / cons of using struts and examples of major websites using it. The known public examples are listed at http://husted.com/struts/resources.htm#sites How can i make debugging easier for the senior developers(ability to find the classes rapidly

logic:foward results in IllegalStateException

2001-10-28 Thread Calvin Lau
I currently have a welcome page that requires an action be done to grab announcements from the db. On my welcome page, index.jsp, I have: %@ page language=java % %@ taglib uri=/WEB-INF/struts-logic.tld prefix=logic % logic:forward name=homepage/ Under struts-config.xml's global fowards, I

Re: Create button instead of html:link to JSP page

2001-10-28 Thread David M. Karr
martin == martin cooper [EMAIL PROTECTED] writes: martin In that case, do you really need to use the html:form tag? Wouldn't the martin regular HTML form tag meet your needs instead? I thought that html:form transparently handles URL rewriting (or something related to that). Is that