Question about loading adtional attributes

2002-02-12 Thread Julio Cesar Macavilca
Hello We are developing a large application in what the user in mayority of cases perform tasks like edting documents as an Invoice (it means Invoice and Items), but in fact more complex documents than a single master-detail Invoie. Imagine following tables: Invoice table: - Invoice

Where Struts finds Locale object for i18n

2002-01-14 Thread Julio Cesar Macavilca
Hello, I noticed that Struts stores locale on Session under key Action.LOCALE_KEY, so I'm trying to retrieve this with following code on my own custom tag Locale vLocale = (java.util.Locale)pageContext.getAttribute(Action.LOCALE_KEY); but "vLocale" is null, so I suppose that i must put somet

Search and Query with struts

2002-01-02 Thread Julio Cesar Macavilca
Question about client requirements to search and list certain data (based on some criterias) and display results on a web page. I'm trying to implement this funtionality on an large J2EE aplication, I read 'Value List Handler' on 'Core J2EE Patterns' book, this implements with a collection of va

Send me JAXP 1.1

2001-12-18 Thread Julio Cesar Macavilca
Hello. I try to run Struts in JBuilder 5 with Tomcat 4 (Struts 1.1). based on "Using JBuilder5 with Struts v1.1 (nightly build)" intalation guide, I think it is because I'm using JAXP 1.1.3 instead of JAXP 1.1. I try to download JAXP 1.1 but I didn't found Has anyone this version that can send