RE: html:errors tag

2001-01-30 Thread Howard Moore
The property attribute was only implemented recently. You need the 20010128 build or later for it to work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 29 January 2001 18:59 To: [EMAIL PROTECTED] Subject: html:errors tag Memo from Nic Hobbs of

RE: html:errors tag

2001-01-30 Thread nic.hobbs
Memo from Nic Hobbs of PricewaterhouseCoopers Start of message text Thought this might be the case! Many thanks, Nic Howard Moore [EMAIL PROTECTED] on 30/01/2001 08:59:18 Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL

Linking actions together

2001-01-30 Thread Laine Donlan
All - Is it possible to link actions together via the action forward mechanism. The following is an example of what I am trying to accomplish but am having a little difficulty getting it to work: action path="/mainAction" type = "some.Action.Class" scope="session"

options tag

2001-01-30 Thread Anand Raman
hi guys I have the following case. My ActionForm has a ArrayList called artistCollection which gets populated with Artist objects in the Action class. I now have to generate a select box using this ArrayCollection. The jsp page has the following code to populate the drop down box. html:select

Re: struts-config too large

2001-01-30 Thread Steven D. Wilkinson
Very nice. Thanks Martin. I had seen this on the Ant list, but had not thought of that. Martin Cooper wrote: You can manage it using standard XML techniques. The oft-repeated example on this list comes from the Ant build tool. The FAQ item for that is:

RE: [Proposal] Portal Framework

2001-01-30 Thread Schachter, Michael
What about using a combination of XML/XSLT to do the localization/device detection part? For instance, you have one main jsp page, responsible for outputting XML data. Say the content would already be localized if you were to use some Struts i18n tags (currently known as the bean:message tag).

suggestion for searchable list archive..

2001-01-30 Thread Anand Raman
Hi guys This list badly needs a searchable archive. I suggest that we submit this list to site like geocrawler which will silently index all the mails on this list.. However geocrawler needs premission from the list admin before going ahead. Will the list admin please authorize such a

RE: suggestion for searchable list archive..

2001-01-30 Thread Kitching Simon
All sorts of interesting lists, including the entire set of apache projects are archived in searchable format at: http://marc.theaimsgroup.com/ Regards, Simon -Original Message- From: Joerg Beekmann [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 8:04 PM To: [EMAIL

RE: suggestion for searchable list archive..

2001-01-30 Thread Justin Kennedy
Is this what your talking about ? http://www.mail-archive.com/struts-user%40jakarta.apache.org/ -Justin -Original Message- From: Joerg Beekmann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 30, 2001 11:04 AM To: [EMAIL PROTECTED] Subject: RE: suggestion for searchable list

MessageFormat question

2001-01-30 Thread Steve A Drake
Hello. I'm trying to use a MessageFormat tag with a dynamically defined argument in a JSP but can't seem to get the syntax right. In my MessageResource file I have the string: header.simpleResults=There were {0} responses and in my JSP file I have: bean:message

RE: suggestion for searchable list archive..

2001-01-30 Thread Joerg Beekmann
Other than wanting a way to filter out the cvs-commit messages (a minor point) on the dev site this is perfect. Thanks -Original Message- From: Justin Kennedy [mailto:[EMAIL PROTECTED]] Sent: January 30, 2001 11:36 AM To: [EMAIL PROTECTED] Subject: RE: suggestion for searchable

Setting initial page to be an action

2001-01-30 Thread Winters, Jason
I'm trying to setup my application so that the initial page is an action. When the user enters a URL like this, http://server/myapp they should be sent to http://server/myapp/index.do. At the moment, they get forwarded to http://server/myapp/index.jsp which crashes because stuff that was setup

Re: Setting initial page to be an action

2001-01-30 Thread Ted Husted
If a JSP requires something created by an action, you can test for it first, and then forward to the action if it is missing, e.g. logic:notPresent name="myIndexBean"logic:redirect href="index.do"//logic:notPresent I usually put these after the taglib declarations, but before the HTML.

RE: logic:greaterEqual tag

2001-01-30 Thread Pete Black
That fixed my problem, but worries me a little. Shouldn't this be implicit - i.e. whatever FormBean is associated with the Action in struts-config.xml is the default 'id' attribute? This is how the html:text tags etc. work. I don't have to specify, for example, html:text id="myBean"

WebLogic 6 Example App

2001-01-30 Thread Carl Tallis
Title: Blank Hi - Testing a seventh (!) app server, my luck continues unabated: Parsing of JSP File '/index.jsp' failed: /index.jsp(3): Error in using tag library uri='html' prefix='/WEB-INF/struts-html.tld': There is no setter method for property 'lowsrc', for Tag class

WebLogic 5.1 SP8 DatabaseServlet.pathname() behavior

2001-01-30 Thread Randall, Craig
Title: WebLogic 5.1 SP8 DatabaseServlet.pathname() behavior My experience with WLS 5.1 SP8 is that WLS chooses to return null from getServletContext().getRealPath(/), which according to the J2EE API documentation, it is entitled to do: The real path returned will be in a form appropriate to

RE: WebLogic 6 Example App

2001-01-30 Thread Carl Tallis
Title: Blank All - Never mind. Turns out that was the only error, and the app runs fine, now. One interesting note - to compile Struts, you need Xalan version 1.x - version 2.x won't work. Carl Tallis Director Of Products SupplyLinks, Inc. Tel:(703) 796-6010 Fax:(703) 796-6014 email:

using logic:iterate with Arrays

2001-01-30 Thread Pete Black
Hi there, can anyone help me out with the syntax for dealing with iterating through an array of Strings, returned by a FormBean property? my current code looks like: logic:iterate id="element" property="records" bean:write name="element"/BR /logic:iterate the method getRecords() in my

Re: Struts installation notes - example's setLocale on JRun

2001-01-30 Thread Erik G. Dybdahl
--- Peter Doyle [EMAIL PROTECTED] skrev: Hi, I was writing up the Installation notes for the example and documentation web applications for JRun when I came across the same problem. (I haven't installed the example app since 0.5) allaire.jrun.scripting.DefaultCFE: Errors reported by