Re: BaseFieldTag

2001-03-12 Thread Michael Westbay
Nick Pellow-san wrote: > > > > person > > > > > > Sorry for continuing, but... The above sample has one thing that worries me. The charage returns before and after the actual value. Won't they be included in the value of name? So something like:

Re: BaseFieldTag

2001-03-12 Thread Michael Westbay
Nick Pellow-san wrote: > > > > person > > > > > > > > would render: > > > I second this. I've been playing with Cocoon lately, and the XSL style sheets allow just this kind of definitions in their TagLib model. It's very handy, especially for gene

Re: BaseFieldTag

2001-03-12 Thread Nick Pellow
"Craig R. McClanahan" wrote: > > On Mon, 12 Mar 2001, Nick Pellow wrote: > > > Craig, > > Is there a reason why the BaseFieldTag does it's processing in > > doStartTag() and not in doEndTag()? > > > > Probably because I never contemplated a case where an input field tag > would have a body, s

FREE Biotech Stock Info! 995

2001-03-12 Thread biotechstox63
Title: Do you want to capitalize on the Biotech Revolution Do you want to capitalize on the Biotech Revolution? Would you like to add groundbreaking biotech, pharmaceutical and medical device companies to your portfolio mix? Does hearing about exciting IPO and private placement offerings fr

content map population

2001-03-12 Thread Joe Mathews
I am using template tag library for my project. All the template files in my project are dynamic. Is is possible to populate the content map in my java code and use it along with insert template Thanks Joe __ Do You Yahoo!? Yahoo! Auctions - B

RE: wrong locale selected at runtime

2001-03-12 Thread Young, Wayne
I'm using Tomcat 3.1 in JBuilder 4. Maybe I need to upgrade? I added the following to the top of one of my pages: <% java.util.Enumeration en = request.getHeaders("Accept-Language"); while (en.hasMoreElements()) System.out.println(en.nextElement()); %> and received the following: en

Re: wrong locale selected at runtime

2001-03-12 Thread Craig R. McClanahan
On Mon, 12 Mar 2001, Young, Wayne wrote: > > I have two languages in my IE 5.5 language preference with the following > order of priority: > English (United States) [en-us] > Spanish (Mexico) [es-mx] > Struts 1.0b1 relies on the servlet container's implementation of request.getLocale() to det

wrong locale selected at runtime

2001-03-12 Thread Young, Wayne
I have two languages in my IE 5.5 language preference with the following order of priority: English (United States) [en-us] Spanish (Mexico) [es-mx] Note that [en-us] is listed first. But when I run my application, it shows me the Spanish resources. If I reverse the order, it shows me the Englis

Re: Getting id attribute in the HTML tags?

2001-03-12 Thread Craig R. McClanahan
On Mon, 12 Mar 2001, Scott Snyder wrote: > Is it possible to get the id CSS attribute generated within the html custom > tags available within struts? From what I can see you can only get the style > and class attributes generated using the style and styleClass attributes on > the html custom tag

Re: BaseFieldTag

2001-03-12 Thread Craig R. McClanahan
On Mon, 12 Mar 2001, Nick Pellow wrote: > Craig, > Is there a reason why the BaseFieldTag does it's processing in > doStartTag() and not in doEndTag()? > Probably because I never contemplated a case where an input field tag would have a body, so it never seemed to matter. Is there a use cas

[PROPOSAL - specialized taglib for fast interface development]

2001-03-12 Thread Jean-Noël Ribette
Hi, I have been working with Struts for one month now, and I think Struts is a great framework. My company is going to use and support it. Otherwise, there are a view features I would like to see in Struts or as an extension. Here is a proposal for a special library to increase interfaces develop

RE: iplanet prob with parser .jar

2001-03-12 Thread Palamadai Sriram
Title: iplanet prob with parser .jar try using xerces.jar instead -Original Message-From: Mallari Kulkarni [mailto:[EMAIL PROTECTED]]Sent: Monday, March 12, 2001 4:50 AMTo: '[EMAIL PROTECTED]'Cc: '[EMAIL PROTECTED]'Subject: iplanet prob with parser .jar hi    We are

Getting id attribute in the HTML tags?

2001-03-12 Thread Scott Snyder
Is it possible to get the id CSS attribute generated within the html custom tags available within struts? From what I can see you can only get the style and class attributes generated using the style and styleClass attributes on the html custom tags. Is there a reason to not use the id CSS attrib

cvs commit: jakarta-struts/src/doc installation-ipas.xml

2001-03-12 Thread husted
husted 01/03/12 03:05:55 Modified:src/doc installation-ipas.xml Log: Revise installation instructions for iPortal. Submitted by John Ueltzhoeffer. Revision ChangesPath 1.3 +143 -160 jakarta-struts/src/doc/installation-ipas.xml Index: installation-ipas.xml

iplanet prob with parser .jar

2001-03-12 Thread Mallari Kulkarni
Title: iplanet prob with parser .jar hi    We are using IPlanet WS 4.0 and trying to implement struts framework.    I am not able to implement  Struts Tag Libray in JSP file. But I was able to Action.xml. For Implementing ACtion.xml, we      downloaded Parser.java and JSP.jar. This is aff