RE: Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-04 Thread Sankha Das
Hi John, Currently I am working with Struts with IONA's iPortal Application server. If you have any queries u can ask me. Thanx Sankha -Original Message- From: John Ueltzhoeffer [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 3:32 AM To: [EMAIL PROTECTED] Subject: Who

Re: Dreamweaver TagLib

2001-03-04 Thread Ted Husted
I picked it up from another posting, and to be honest, I'm not sure how to use it either ;0 I'm working on an extensions of my own now. Let me know if you're interested in an alpha. This let's you use Struts tags within Dreamweaver as if they were standard HTML tags. Dreamweaver doesn't seem

RE: Cannot find message resources under key org.apache.struts.action.MESSAGE

2001-03-04 Thread Niall Pemberton
Have you defined an initialization parameter for the resource bundle? From the User Guide: --- When you configue the controller servlet in the web application deployment descriptor, one of the things you will need to define in an initialization parameter is the base name of the

Re: Dreamweaver TagLib

2001-03-04 Thread Jens Rehpöhler
Hi Ted, Dreamweaver doesn't seem to read TLD's directly. It has its own extension system -- that also works with ColdFusion, ASP, and whatever else. as far as I know Dreamweaver or better Dreamweaver Ultradev supports only JSP 1.0. That would explain why Dreamweaver can't handle TLD's

Re: Dreamweaver TagLib

2001-03-04 Thread Martin Duffy
Ted, I appreciate your quick response. We are evaluating extending Ultradev4 for Struts ourselves as well. I would say that we are about 99% sure that we are going to do it. I would really appreciate seeeing the alpha work that you have when it is available. I think that we could make a

Strange logic:notPresent behavoiur !!

2001-03-04 Thread Michael Laufer
Hi there, I'm facing the following problem with the logic:notPresent-tag: my code: logic:present name="traderForm" property="depot" table width="100%" logic:iterate id="stocks" name="traderForm" property="depot" type="com.entory.personalus.struts.StockBean" tr td align="center"

RE: Who should I contact with directs for using Sturts with IONA iPAS?

2001-03-04 Thread John Ueltzhoeffer
At 08:13 PM 3/4/2001 +0530, you wrote: Hello Sankha, I have created a set of instructions on using iPAS 1.3 with Struts. Would you be able to post them to the Struts web site? Thank You, John Hi John, Currently I am working with Struts with IONA's iPortal Application

You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Niall Pemberton
Jon, http://jakarta.apache.org/velocity/ymtd/ymtd.html I read your comparison of Turbine/Velocity and Struts/JSP and although you state it your aim to be "fair and unbiased", I think you failed since most of your examples, although sytanctically correct, were poor examples of the use of Struts

Re: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Jon Stevens
Yea! Great feedback! I will reply in more detail soon. -jon -- If you come from a Perl or PHP background, JSP is a way to take your pain to new levels. --Anonymous http://jakarta.apache.org/velocity/ymtd/ymtd.html

Re: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Jon Stevens
Niall, This is *excellent* feedback. I really appreciate it and look forward to working with you on this. My replies are included below. I hope you enjoy. I am currently queuing up a bunch of responses so that I can go through and update the document with feedback like yours. on 3/4/01 11:55

Re: Article on struts

2001-03-04 Thread Maya Muchnik
Hi, No link. Incze Lajos wrote: Yet another article on Struts. You won't believe it ...

Re: Article on struts

2001-03-04 Thread Ted Husted
see http://www.sys-con.com/java/archives/0603/mcclanahan/ and http://www.husted.com/about/struts/ Maya Muchnik wrote: Hi, No link. Incze Lajos wrote: Yet another article on Struts. You won't believe it ... -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software

Re: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Jon Stevens
I'm going through the document and making some changes based on yours (and others) suggestions and I have a question: on 3/4/01 11:55 AM, "Niall Pemberton" [EMAIL PROTECTED] wrote: I read your comparison of Turbine/Velocity and Struts/JSP and although you state it your aim to be "fair and

RE: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Niall Pemberton
Your're right, my mistake, but I'm wasn't criticising your aim, just the acutal guts of the comparison, the aim's a good one :-) Niall -Original Message- From: Jon Stevens [mailto:[EMAIL PROTECTED]] Sent: 04 March 2001 21:47 To: Niall Pemberton Cc: [EMAIL PROTECTED] Subject: Re:

RE: Article on struts (inclusive list)

2001-03-04 Thread malcolm davis
Might as well make the Struts article list inclusive: bluestone: http://gallery.bluestone.com/scripts/SaISAPI.dll/Gallery.class/demos/trailMa ps/index.jsp silverstream: (download pdf) http://www.silverstream.com/website/SilverStream/Pages/seminar_virt_archives _JSP_tf.html others:

Re: setting up access

2001-03-04 Thread Craig R. McClanahan
soh syed wrote: what changes i need to make in config for access database to be used with struts application You would need to use the JdbcOdbc driver, configured in the data-source element of the struts-config.xml file, or some other driver that talks ODBC. However, I would strongly urge

Re: FW: JSP includes of

2001-03-04 Thread Craig R. McClanahan
"Zia, Asad" wrote: I am including the taglib URIs in the include file. The page comes up, with the tags unprocessed. When I view the source of the page, the tags appear unprocessed as text. This is my include file: //header.jsp %@ page language="java" % %@ taglib

Re: Struts tags in custom tags/includes

2001-03-04 Thread Craig R. McClanahan
"Zia, Asad" wrote: I am unable to get Struts tags (html, bean etc.) to work in includes or custom tags and can only use explicit html. In my custom tags, I want to simply write to the page context out: out.print("html:img page=\"/images/cat.gif\" width=\"27\" height=\"30\" border=\"0\"/");

Re: Class reloading?

2001-03-04 Thread Craig R. McClanahan
Johan Compagner wrote: Tomcat 3.1 and 3.2 seem to reliably detect cases where the servlet class you are actually calling has been changed, but they do not always seem to catch the fact that other classes have been changed. Tomcat 4.0 uses a different mechanism that reliably catches

Re: Article on struts

2001-03-04 Thread Craig R. McClanahan
Incze Lajos wrote: And now, something completly different: the URL: http://www.sys-con.com/java/archives/0603/mcclanahan/ Yah, I knew about this one :-). Just wasn't sure when it would finally get published. Craig

Re: html:select multiple=true Problems

2001-03-04 Thread Craig R. McClanahan
Spencer Smith wrote: Has anyone sucessfully implemented the multiple="true" using struts? html:select multiple="true" property="fieldName"/ > I read the Struts docs and it says to make the getter and setter an Array ex. protected String[] fieldName; The problem is that I don't know the size of

Struts at JavaOne

2001-03-04 Thread Craig R. McClanahan
It's official ... Struts is on the JavaOne 2001 agenda this year! I will be hosting a session called "Recommendations for Web Application Architectures", which will feature Struts. In addition, there will be a BOF entitled "The Struts Community", which allows us to: (a) get to know each other

Re: Who should I contact with directs for using Sturts with IONAiPAS?

2001-03-04 Thread Craig R. McClanahan
Ted Husted (who is CC'd on this message) has been collecting and publishing the installation directions for various servers. Thanks for being willing to share this! Craig John Ueltzhoeffer wrote: Hello Sirs, Who should I contact with the information on how to use Struts with

Re: Iterate tag error: Cannot create iterator for this collection

2001-03-04 Thread Craig R. McClanahan
Katarina Nelson wrote: Hi all,I know that my question is common, but Im still struggling with the iterate tag.Please can somebody help me?When Im using thelogic:iterate tag I getonlythe following error: "javax.servlet.ServletException: Cannot create iterator for this collection" Thenot working

Latest nightly build still on 24 Feb?

2001-03-04 Thread Michael Mok
Hi Is the latest nightly build available for download still at 24 Feb 2001? I went to the website this morning and notice that the latest build is dated 24 Feb 2001. TIA Michael Mokwww.webappcabaret.com/teatimej

Re: Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2001-03-04 Thread Martin Cooper
Why does struts eschew the ResourceBundle for a homebrew framework? The problem, as I understand it, boils down to the fact that ResourceBundle does not implement Serializable. Struts stores application resources in the session. However, some containers require that objects stored in the

Re: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Martin Cooper
Niall's revised example is *almost* right. Here's a fixed version of it: html headtitleHello/title/head body h1 % if (request.getParameter("name") == null) % Hello World % else % Hello, %= request.getParameter("name") % /h1 /body/html The difference is that in order to print

Re: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread james . webster
A question I have... is it feasible at all to use Velocity as the presentation mechanism with a Struts MVC framework? Regards, James W. -- This e-mail is from Cards Etc Pty Ltd (ACN: 069 533 302). It may contain privileged

struts-test problem

2001-03-04 Thread Fred Lo
Hello, I have deployed the struts-test of 1.0beta to iplanet 6.0 sp2. But at some of test page I have encountered errors, for example: [05/Mar/2001 02:33:26:8] error: Exception: SERVLET-compile_failed: Failed in compiling template: /struts-vg/bean-include.jsp, javac error:

Problem in Struts example (struts-example.war)

2001-03-04 Thread Thai Thanh Ha
Hi all, I have found this code in the Struts example (file: EditRegistrationAction.java, line: 144) if (form == null) { ... } When EditRegistrationAction.perform() is called, form will be a reference to a RegistrationForm (*never* be null, because the ActionForm object has been

Re: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Ted Husted
I think it might be. Basically, Velocity renders the output, and passes it back. When used with a WebApp, the Velocity engine gets wrapped in a servlet, which pipes the output to the browser. From Strut's viewpoint, it wouldn't be any different than rendering a PDF or GIF. You just pass null back

Re: Problem in Struts example (struts-example.war)

2001-03-04 Thread Craig R. McClanahan
Thai Thanh Ha wrote: Hi all, I have found this code in the Struts example (file: EditRegistrationAction.java, line: 144) if (form == null) { ... } When EditRegistrationAction.perform() is called, form will be a reference to a RegistrationForm (*never* be null, because the

Re: You make the decision Velocity/Turbine vs. Struts/JSP

2001-03-04 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: A question I have... is it feasible at all to use Velocity as the presentation mechanism with a Struts MVC framework? The simple answer is "of course". The forward mechanism can easily forward to a servlet that displays the appropriate Velocity template, or your

Re: struts-test problem

2001-03-04 Thread Craig R. McClanahan
Fred Lo wrote: Hello, I have deployed the struts-test of 1.0beta to iplanet 6.0 sp2. But at some of test page I have encountered errors, for example: [05/Mar/2001 02:33:26:8] error: Exception: SERVLET-compile_failed: Failed in compiling template: /struts-vg/bean-include.jsp, javac error:

Re: Problem in Struts example (struts-example.war)

2001-03-04 Thread Martin Cooper
Craig, If one Action chains to another using a ForwardingActionForward with no query string in the URL, will the form bean for the second Action still be created by Struts? -- Martin Cooper - Original Message - From: "Craig R. McClanahan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: Problem in Struts example (struts-example.war)

2001-03-04 Thread Craig R. McClanahan
Martin Cooper wrote: Craig, If one Action chains to another using a ForwardingActionForward with no query string in the URL, will the form bean for the second Action still be created by Struts? If you forward to a controller servlet URL (i.e. something like

Re: Dreamweaver TagLib

2001-03-04 Thread Thierry Cools
Hi Martin, Actually, it is more a tag translator than a tag lib. This means that every time you'll type a struts tag in the editor it will be translated in visual mode. To use it, simply copy the .htm file in the %ULTRADEV_HOME%\configuration\translator directory. Please keep in mind,

VA Java and Struts without Tomcat / WebSphere

2001-03-04 Thread Don Elliott
Hi Struts Users, Has anyone been able to install and use Struts within the cut-down servlet engine shipped with VA Java ? ie. without installingTomcat or Websphere? Does this work ? I understand the servlet engine shipped with VA Java is a cut-down version of Websphere, and looking at all

RE: Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2001-03-04 Thread Jeff Schnitzer
The next logical question is then: Why does Struts store resources in the session (actually, servlet context)? What is wrong with using the static cache that ResourceBundle maintains? Since each web application should have its own classloader, there shouldn't be any risk of conflict. Thanks,