unsubscribe me !

2001-08-18 Thread NVecom, JSC
sorry to bother you guys once again. I have sent unsubscribe message SEVERAL TIMES to the membership email address with no result. CAN'T YOU JUST LET ME OUT!!! help..

logic:iterate

2001-08-18 Thread Debasish Ghosh
Hi All - I am using the logic:iterate tag. I have used the attribute indexId, when I am getting the error Attribute indexId invalid according to the specified TLD. I am using Struts 1.0 with Tomcat 3.2.2. Please help !! Regards. - Debasish __

RE: logic:iterate

2001-08-18 Thread Wouter de Vaal
Could you post the jsp code for this part? Wouter -Oorspronkelijk bericht- Van: Debasish Ghosh [mailto:[EMAIL PROTECTED]] Verzonden: Saturday, August 18, 2001 10:22 AM Aan: [EMAIL PROTECTED] Onderwerp: logic:iterate Hi All - I am using the logic:iterate tag. I have used the

question about servlet-engines

2001-08-18 Thread stefan werner
Hello, this is my first posting here, please have patience. I startet with struts by playing around with the sample app and extending it, trying to find my way. It runs very fine on resin 1.3 and resin 2.0b3. But won't run on tomcat 3.2.2 and tomcat 4.0b5. Maybe it was my fault so I removed

question about servlet-engines

2001-08-18 Thread stefan werner
Hello, this is my first posting here, please have patience. I startet with struts by playing around with the sample app and extending it, trying to find my way. It runs very fine on resin 1.3 and resin 2.0b3. But won't run on tomcat 3.2.2 and tomcat 4.0b5. Maybe it was my fault so I removed

question on servlet-containers and struts

2001-08-18 Thread stefan werner
Hello, this is my first posting here, please have patience. I startet with struts by playing around with the sample app and extending it, trying to find my way. It runs very fine on resin 1.3 and resin 2.0b3. But won't run on tomcat 3.2.2 and tomcat 4.0b5. Maybe it was my fault so I removed

Re: Geary's template library in Struts

2001-08-18 Thread Cedric Dumoulin
Unfortunately, I haven't read David's book (He promise me a copy, but I haven't receive it yet ;-) ). Maybe the new functionalities you quote are the ones discussed with David Geary in an old mail about Template definitions. If yes, such functionalities are in Tiles (old names :

Re: Tiles?

2001-08-18 Thread Cedric Dumoulin
Yes, Tiles will be integrated in Struts as a contribution. This is a work in progress. Will Spies/Towers Perrin wrote: Did I see a message saying Struts 1.1 will support Tiles?

Re: Tiles v Templates

2001-08-18 Thread Cedric Dumoulin
For now, there is no plan to remove Templates from Struts. I think Templates will stay for a while. I haven't check yet the new proposal from David Geary. Maybe it is already in Tiles ;-) ? Cedric Declan O'Reilly wrote: HiSince Tiles will be incorporated in 1.1, does this mean that

Re: TILES - cannot run the provided webapps

2001-08-18 Thread Cedric Dumoulin
nicolas bonvin wrote: cedric?, I downloaded the latest(20010731) version of tiles from http://www.lifl.fr/~dumoulin/tiles/ and tried to deploy the tiles-tutorial webapp inside of tomcat4.0-b7 (as well as other tomcat versions just to make sure); unfortunately, here's the error I get

Re: TILES - cannot run the provided webapps

2001-08-18 Thread Cedric Dumoulin
The ActionComponentServlet failed to start. Check the servlet errors. This could happen because latest Tiles versions require jaxp1.1, like Struts1.1. With Tomcat 4.0, you need to put jaxp.jar and other xml parser related jar in the WEB-INF/lib directory. With other web container, you need

What's the easiest way to define constants and show them in our app

2001-08-18 Thread Matt Raible
I have the following scriptlet code that I would like to convert to struts: % // Global Variables common to every JSP page. String staticPathCommon = /dc/common; String staticPathApp = /timetracker; % link type=text/css rel=stylesheet href=%=staticPathCommon%/styles/dc.css script

unsubscribe me!

2001-08-18 Thread Chad Brak
thank you. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

RE: logic:iterate

2001-08-18 Thread Debasish Ghosh
Here it is .. jsp:useBean id=idx scope=page class=com.anshin.MonthForm/ bean:define id=idx_int name=idx property=index/ html:form action=/month table tr logic:iterate id=element name=monthNames indexId=idx_int td align=right bean:write name=element/ liembean:write

Re: default action and templates

2001-08-18 Thread Gordon Reynolds
I might misunderstand your intention, but could you implement your 'default' code as a scriptlet in a template that you reuse for the display of your web pages? - Original Message - From: Marcelo Vanzin [EMAIL PROTECTED] To: Struts Users [EMAIL PROTECTED] Sent: Friday, August 17, 2001

RE: logic:iterate

2001-08-18 Thread Debasish Ghosh
Hi - It has been solved. Actually the TLD was not of proper version. - Debasish --- Debasish Ghosh [EMAIL PROTECTED] wrote: Here it is .. jsp:useBean id=idx scope=page class=com.anshin.MonthForm/ bean:define id=idx_int name=idx property=index/ html:form action=/month table tr

action mapping as /do/* rather than *.do

2001-08-18 Thread Matt Raible
I am trying to convert the struts-example application to use: servlet-mapping servlet-nameaction/servlet-name url-pattern/do/*/url-pattern /servlet-mapping And in the index.jsp page, I've change the tour link from: html:link page=/tour.do font size=-1bean:message

html:select dynamic

2001-08-18 Thread Softwareentwicklung Hauschel
Hey all, I have a Form with a Dynamic Combobox. The ArrayList for the Combobox ist in my FormBean. I can show a ComboBox this way: ... % { java.util.ArrayList list = new java.util.ArrayList(); list.add("First"); list.add("Second"); list.add("Third"); list.add("Fourth");

AW: html:select dynamic

2001-08-18 Thread Softwareentwicklung Hauschel
I have it html:select property="suchKriterium" size="1"html:options property="kundenliste" labelProperty="kundenliste"//html:select usually i will lernstruts ;-))-Ursprüngliche Nachricht-Von: Softwareentwicklung Hauschel [mailto:[EMAIL PROTECTED]]Gesendet: Samstag, 18.

logic:iterate the second

2001-08-18 Thread Softwareentwicklung Hauschel
Hi, I can show my select/options with: html:select property=suchKriterium size=1 html:options property=kundenliste labelProperty=kundenliste/ /html:select But how can i iterate over the same list ?? logic:iterate id=item property=kundenliste indexId=index

Re: Speed issues w/ Strut Tag Library

2001-08-18 Thread martin . cooper
The performance of servlet/JSP containers varies quite a bit, so you might want to experiment with some others. We use Resin (http://www.caucho.com) on WinNT/Win2K, which is definitely fast, although I don't have any hard numbers. Although we typically don't have as many bean:write tags as you

Re: is the template going to be deprecated in the nextrelease of s truts?

2001-08-18 Thread martin . cooper
There have not been any discussions about removing the template taglib, as far as I'm aware. I believe it will continue to exist at least through Struts 1.1, and probably longer. -- Martin Cooper - Original Message - From: Trieu, Danny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: default action and templates

2001-08-18 Thread martin . cooper
Two ways you might implement your default action are: 1) Define your own base class, derived from Action, whose perform() method implements your default action and defers to the real action where necessary. Your real action classes would derive from this class and implement some realPerform()

Re: How to keep ActionForm in session from being reset?

2001-08-18 Thread martin . cooper
One way of resolving this is to have a hidden field in your forms which specifies which step is being performed. Then in your reset() method, you can check which step you are at, and reset (or not) fields as appropriate. -- Martin Cooper - Original Message - From: Wilhelm Fitzpatrick

Re: Index within iterate tags

2001-08-18 Thread martin . cooper
In Struts 1.1, there's an 'indexId' attribute on the logic:iterate tag which should do what you want. -- Martin Cooper - Original Message - From: Nicola Taylor [EMAIL PROTECTED] To: Struts-User (E-mail) [EMAIL PROTECTED] Sent: Tuesday, August 14, 2001 9:00 AM Subject: Index within

TextArea Wrapping using Form Tags

2001-08-18 Thread Calvin Lau
Is there any way to set the wrapping in a text area when using the struts form tags? In HTML you can set virtual, physical, or none. Netscape doesn't do any wrapping by default so large portions of text are lost when I grab information to display in a textarea to be modified. Any ideas?