Re: Design Help...

2002-04-16 Thread Enrique M. Almonte
Hi, check the iterate, nested tags or display tags at http://edhill.its.uiowa.edu/display/ Enrique Almonte Datapro Inc. - Original Message - From: "Roshan Paiva" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, April 16, 2002 12:48 PM Subj

Re: Message Resources question

2002-04-16 Thread Enrique M. Almonte
Hi, maybe you can set your key in the action that calls your JSP, MessageResources msgres = getMessageResources(); String key = msgres.getMessage(article.getChannel()); session.setAttribute("key",key); //or request JSP : String key = (String) session.getAttribute("key"); > > The part above with

Re: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-20 Thread Enrique M. Almonte
Hi, you must assign the variable XERCESJAR to your project (right click, properties, java build path, add variable), and check the order must be before the source folder of your project. Enrique. - Original Message - From: "Steve Hupert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: