Re: Dreamweaver TagLib

2001-03-05 Thread Thierry Cools
Title: RE: Dreamweaver TagLib For all people interrested in the alpha version, you can download it at this address   http://www.husted.com/about/struts/   Thierry Thierry Cools Senior Java Developer S1 Brussels Kleine Kloosterstraat, 23 1932 st. Stevens-Woluwe Belgium Tel : +32 2 200 43 82 Em

HTML Radio

2001-03-05 Thread Frank Ling
Hi, There: I try to using HTML Redio tags, and keeping getting following error: javax.servlet.jsp.JspException: No getter method available for property actionType for bean under name org.apache.struts.taglib.html.BEAN at org.apache.struts.taglib.html.RadioTag.doStartTag(RadioTag.java:197) My s

Re: Preferred HTML Editor

2001-03-05 Thread Jayson Falkner
> Okay, I'm sure this has been discussed before, but I haven't seen it, so > here it goes. > What are the preferred html editors for users of struts? Of course, I > expect to see Dreamweaver, but are there any others? > Strengths/weaknesses, you know the usual. I prefer to text edit HTML mostly

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

2001-03-05 Thread Incze Lajos
On Sun, Mar 04, 2001 at 08:11:31PM -0800, Martin Cooper wrote: > Niall's revised example is *almost* right. Here's a fixed version of it: > > > Hello > > > <% if (request.getParameter("name") == null) %> > Hello World > <% else %> > Hello, <%= request.getParameter("name") %

Re: Struggling with select/options

2001-03-05 Thread Eric Rasmussen
where 'temp_collection' is the type of class referenced by the 'name' attribute of the html:select, 'id' is the value returned by the getId() method (to be entered into the 'value' field of the option), and 'name' is the value returned by the getName() method (to be the text dispayed by the opti

Re: My struts-template is broken

2001-03-05 Thread bram
we had the same problem over here(with ibm websphere), and fixed it by adding a pageContext.getout.flush() before the pageContext.include in the Include and get tags of the template tags. If you go thrue the cvs reposetory, than you can see that this line was in the source an month ago (or so) but

Re: My struts-template is broken

2001-03-05 Thread Tom Miller
Turned out the problem was using Tomcat 3.1, templates seem to work properly with Tomcat 3.2.1. Tom Miller wrote: > Whew! Somehow or other my 1.0b1 struts-template webapp is refusing to > place the header, sidebar, content and footer in their respective places > as per the template. Instead thes

ATTENTION! Well-Paid Job in the Internet!

2001-03-05 Thread Please Read IT Carefully!
Title: ATTENTION! The Well-Paid Job in the Internet! We wish You a pleasant and successful day!In Russian Make money without leaving Your computer!If You show some interest and patience and understand as IT works, You can earn up to $100,000 and more!!! During the following 120 days - it depends on

Problems with html custom tag

2001-03-05 Thread Lewis, Grant
I'm having problems with the html custom tag in the html tag library. One of the properties defined by the html tag is locale. The tag handler defines the following method to set this property: setLocale(boolean locale) I thought the JSP container passed all tag attributes as strings. When I try

Preferred HTML Editor

2001-03-05 Thread Dallas_Browning
Okay, I'm sure this has been discussed before, but I haven't seen it, so here it goes. What are the preferred html editors for users of struts? Of course, I expect to see Dreamweaver, but are there any others? Strengths/weaknesses, you know the usual. Thank you, Dallas

Re: absolute paths for forwards?

2001-03-05 Thread Dallas_Browning
hh That works beautifully! Zach Thompson

Re: absolute paths for forwards?

2001-03-05 Thread Zach Thompson
I think you need to do something like: forward.setRedirect(true) for this to work. Look at the javadocs for the ActionForward object. Zach [EMAIL PROTECTED] wrote: > > It appears that the forward tags on struts-config work fine with relative > tags. I haven't yet had success with absolu

absolute paths for forwards?

2001-03-05 Thread Dallas_Browning
It appears that the forward tags on struts-config work fine with relative tags. I haven't yet had success with absolute tags (http://www.yahoo.com). In fact, when I tried to use an absolute tag, I got the following error " java.lang.IllegalArgumentException: path must be absolute: `http://www.ya

[From the jakarta-taglib list:] [PROPOSAL] custom tag library extension for ultradev]

2001-03-05 Thread Incze Lajos
I've forwarded this as experianced some interest on the list in respect to Dreamweaver.incze - Forwarded message from Dan Mandell <[EMAIL PROTECTED]> - Date: Mon, 5 Mar 2001 06:09:12 -0800 To: [EMAIL PROTECTED] From: Dan Mandell <[EMAIL PROTECTED]> Subject: [P

My struts-template is broken

2001-03-05 Thread Tom Miller
Whew! Somehow or other my 1.0b1 struts-template webapp is refusing to place the header, sidebar, content and footer in their respective places as per the template. Instead these components are placed one after another vertically down my browser page. I've redeployed the 1.0b1 struts-template.war,

RE: Struts and Multiple File Upload

2001-03-05 Thread Kyle Robinson
Look up the MultiPartRequest section of the documentation. -Original Message- From: Christian Billen [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 21:59 To: [EMAIL PROTECTED] Subject: Struts and Multiple File Upload Hi there, I want to implement a form with multiple input for

Struts and Multiple File Upload

2001-03-05 Thread Christian Billen
Hi there, I want to implement a form with multiple input for file upload, is there any functionality in the framework to help you process these? Any pointers to the doc would help. Thanks, Christian

Iterate tag with Multiple Checkboxes

2001-03-05 Thread Chalmers, Douglas
Hi again, I'm trying to get a list of checkboxes to relate to a form bean getChkcontrols()/setChkcontrols(). This is what I have so far, but no values are being passed to the Form Bean. The rest of the iteration is fine. My form methods are boolean arrays. Any help m

RE: initial action

2001-03-05 Thread Howard Moore
If you are using Tomcat I believe that the problem is that the code checks that the file exists before redirecting to it so doesn't work for URLs that are mapped to a servlet. A workaround to this problem is to create a dummy file with the same name. In your case this would be something like; /we

bean:write

2001-03-05 Thread hunkpapa
hi i try to use the bean:write in my jsp-file:   I've made a class with the name Pagedata.class in the web-inf\class dir. If i try to run the JSP this message come: ... Root cause: javax.servlet.jsp.JspException: Cannot find bean Pagedata in scope request     at org.apache.struts.util.Request

initial action

2001-03-05 Thread Peter Alfors
Hello, I noticed some messages in the archives that explain how to have the initial page be an action. It appears that adding this block: index.do directly after the servlet definition in the web.xml should do the trick. However, as others have replied, I am receiving the dire

Re: Dreamweaver TagLib

2001-03-05 Thread Martin Duffy
His the link for the document that Macromedia has on their site for extending Ultradev. It talks about alot of the diferent ways to extend UD. It is a good place to get details and where to start. http://download.macromedia.com/pub/ultradev/documentation/ext_dw_ultradev.zi p - Original Mess

Re: Dreamweaver TagLib

2001-03-05 Thread bram
Hi if you make a dir in Macromedia\Dreamweaver UltraDev\Configuration\Objects eg "Struts", you get in your object window a new panal called "Struts" then you have to make your "tool buttons" like in the other dirs (copying the Forms dir works is the easyest..) change the sources so they gener

RE: Dreamweaver TagLib

2001-03-05 Thread Ignacio J. Ortega
Hola a Todos: After 15 minutes trying to found it on husted.com i'm lost ( well not that lost , Ted you and your site are amazing ), where is the translator all you guys talk about? TIA Saludos , Ignacio J. Ortega > -Mensaje original- > De: Ted Husted [mailto:[EMAIL PROTECTED]] > Envi

RE: Dreamweaver TagLib

2001-03-05 Thread Tony Baity
Title: RE: Dreamweaver TagLib I would also be interested in an alpha of the Dreamweaver extensions for Struts. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 04, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: Re: Dreamweaver TagLib I picked it up f

Re: Dreamweaver TagLib

2001-03-05 Thread Ted Husted
Well, that's pretty cool. In the script, I renamed struts: to html: (since they seemed to be the HTML tags), and it started to display my form fields as, well, form fields. With what I was doing before, with Objects and ThirdPartyTages, it was only showing markers. Still trying to get my head a

alternate flow control

2001-03-05 Thread Nanduri, Amarnath
In the sample application that's part of the Struts distribution, there are two additional attributes in action.xml - success and failure. These attributes define which JSP page should be forwarded to which request based on a success and failure condition of the validate method of the ActionForm

RE: double submission of forms

2001-03-05 Thread Nanduri, Amarnath
Thank you everybody for the timely information. Amar.. -Original Message- From: Rob Leland [mailto:[EMAIL PROTECTED]] Sent: Friday, March 02, 2001 6:25 PM To: [EMAIL PROTECTED] Subject: Re: double submission of forms Search the www.mail-archives.com for the phrase 'token' The Action.

Re: VA Java and Struts without Tomcat / WebSphere

2001-03-05 Thread Jean-Noël Ribette
It is working under Tomcat Test Environnement. Just import all the necessary files (struts, XML Parser etc.) in VAJ and add them to TomcatRunner classpath. - Original Message - From: Cook, Levi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 2:47 PM Subject: RE:

RE: VA Java and Struts without Tomcat / WebSphere

2001-03-05 Thread Cook, Levi
Hi Don,   I would check out the Tomcat Test Environment that IBM provides for VAJ.   Here's the link I have to as of this morning: http://www7.software.ibm.com/vad.nsf/webdlvajava35?OpenView&Count=5&TargetFrame=webdlvajava35   You might also want to check out this posting on struts-user: h

Problems in accessing Form bean in the JSP page

2001-03-05 Thread Dorai, Harish (c)
Hi, I wrote a small module using the Struts controller, to display the values entered in an HTML form. My controller part works fine and is setting the ActionForm bean with the form field values. But the JSP to which I forwarded the request, is not able to access the form bean. In the JSP I code

newbie: org.apache.struts.digester, HELP please

2001-03-05 Thread Joel Cordonnier
Hi ! i'm a mewbie with struts. In fact, i'm very interested in the org.apache.struts.digester package for XML parsing. There a some questions: - I have some XML file that are processed by XSLT for rendering, and i have also to build an other version of the front end with JSP pages. IS STRUTS THE

Re: struts-test problem

2001-03-05 Thread John Ueltzhoeffer
At 09:47 PM 3/4/01 -0800, you wrote: Hello Fred, There is a work around. Just follow the directions for JRun on the Struts site about modifying the JSP page so it will work. Basically, do · index.jsp, logon.jsp: Change to > · registration.jsp, subscription.jsp: Ch

Re: VA Java and Struts without Tomcat / WebSphere

2001-03-05 Thread Johan Compagner
It doesn't work on the Websphere test environment in VAJ yet. Because the websphere inside VAJ doesn't support JSP1.1 yet (only the real websphere does that) you must wait for Fixpack3 that will get the test environment to the same level of Websphere 3.5.3   johan   - Original Message

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

2001-03-05 Thread Katarina Nelson
See below for my comment: -Original Message-From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]Sent: den 5 mars 2001 01:27To: [EMAIL PROTECTED]Subject: Re: Iterate tag error: Cannot create iterator for this collectionKatarina Nelson wrote:  Hi all,I know that my quest