Request attributes and frame sets.

2002-06-07 Thread Paap, Keith
I have a problem with request attributes when used with a frameset. The design of the application I'm working with requires frames. I'm not a fan of framesets but am trying to overcome some of the limitations... Many of the actions are actually targeted to _top to allow bookmarking, etc. The

RE: Example Site Built using Struts

2001-10-25 Thread Paap, Keith
You might want to do some searching through the archives. There have been threads on this in the past. http://www.mail-archive.com/struts-user@jakarta.apache.org/ One that was posted recently that has a nice look and feel is at: http://www.hallmarkstories.com/hmem/viewHome.do -Original

RE: java.lang.NoClassDefFoundError -- new guy question

2001-10-03 Thread Paap, Keith
I ran into a java.lang.ClassNotFoundException: org.apache.struts.action.ActionFormBean problem a week or so back and was able to resolve it just by retrieving the new Digester 1.1 jar and putting it in the /WEB-INF/lib directory. Based on information passed along to me the updated digester has

ClassNotFoundException building Struts src with ant

2001-09-21 Thread Paap, Keith
I'm attempting to build a new distribution version of Struts using Ant but I'm getting the following exception: [style] java.lang.ClassNotFoundException: org.apache.tools.ant.taskdefs.optional.XalanLiaison The version of Ant that I have is 1.4 and if I look in the ant.jar there is a package of

RE: ClassNotFoundException building Struts src with ant

2001-09-21 Thread Paap, Keith
be interested in how you got it resolved or even if anyone has any suggestions. Ant is one of those 'todo' items on my list to get over the learning curve but just haven't taken the time yet. -Original Message- From: Paap, Keith [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 8:33 AM

nested iterate using indexed value from outer iterate?

2001-09-21 Thread Paap, Keith
We're having some difficulty tracking down how we could use the value on the bean in an iterate loop could be used in a next iterate. Here's the example: logic:iterate id=category_row name=def_categories type=bean.Category property=categories %-- some category header html goes here --%

indexed attribute on TextTag not in tld

2001-09-20 Thread Paap, Keith
I'm trying to use the 'indexed' attribute on the html:text tag and I receive the following error: Parse Error in JSP page: The attribute 'indexed' for custom tag 'text' on line '46' of page '/jsp/map/setup/updateObjectives.jsp' is not declared as an attribute for this tag, perhaps it should be