test - no need to read

2001-08-13 Thread Bar³omiej Paw³owski
test

Getting a value from the last form

2001-08-13 Thread mikael . lharant-unilog
Hello everybody, I have a form with several items which the user can select. When he submits the form, I open a new form. This form contains informations which depends on the value selected in the last form. How can I get this value in the java classes (xxxForm and xxxAction) and in the jsp page

Re: Cannot retrieve mapping for action

2001-08-13 Thread Brian K. Buckley
Tom, Thanks for your help. With all the struts traffic, I missed your response at first. It turns out that my problem was I was I was saying

RE: How can I get the DataSource from a JSP page

2001-08-13 Thread Kent Roylance
Binh, Why would you want to get a DataSource from a JSP page? I would not recommend using a DataSource at the presentation level. Normally, you would get the data from the action class and store it in the session so that your presentation layer can use it. It is much easier that way, and a cle

Re: How can I get the DataSource from a JSP page

2001-08-13 Thread Craig R. McClanahan
On Mon, 13 Aug 2001, BinhMinh Nguyen wrote: > Hi, > > I know how to get a DataSource from a Action java > class > but I do not know how to obtain a DataSource from a > JSP page. > Please show me how. Doing this violates the usual separation of business logic and application logic, but the da

Parsing error processing resource path /WEB-INF/struts-config.xml

2001-08-13 Thread Eduardo Fujii
Hi guys,   Could someone help me on this ? I downloaded the nightly build (binary distribution jakarta-struts_20010813.tar.gz), and all other requirements (jaxp 1.1, xalan j.2.2_D6, and xerces that comes with it). Copied file struts-blank.war to Tomcat's webapps directory and restarted Tomca

Re: ActionForm and business object?

2001-08-13 Thread Craig R. McClanahan
On Mon, 13 Aug 2001, Mark Chen wrote: > I remembered that I read some article about separating business object > from ActionForm using Some kind of util class built from Struts to > extract info from business object or value object. > > Unfortunately, I couldn't locate the document. Any help w

ActionForm and business object?

2001-08-13 Thread Mark Chen
I remembered that I read some article about separating business object from ActionForm using Some kind of util class built from Struts to extract info from business object or value object.   Unfortunately, I couldn't locate the document. Any help will be greatly appreciated!       Mark Chen  

Re: html:link parameter within logic:iterate

2001-08-13 Thread dhay
Hi - did you get this working? You can use the indexed="true" attribute, with indexId="stencilName" to achieve this, using the indexed tags in the nightly build. Cheers, Dave Warwick Boote <[EMAIL PROTECTED]> on 07/30/2001 05:42:09 AM Please respond to [EMAIL PROTECTED] To: "Struts-U

Re: How to use the indexed property-Please get me going?

2001-08-13 Thread dhay
Alex, You should not need the indexed=true with the bean:write - as no update is needed. It should automatically display the value for the current iteration. eg in my example: . hth, Dave "Alex Colic" <[EMAIL PROTECTED]> on 08/13/20

Re: indexed properties weirdness. I'm desperate...

2001-08-13 Thread dhay
Hi Marcel, Unfortunately using the indexed tags you cannot currently use nested properties. This is on my todo list, but I just got back from vacation and may take a while. Solution with scriptlets was posted a while back, I believe, Cheers, Dave Marcel Maré <[EMAIL PROTECTED]> on 08/11

Re: dynamically setting the html:select property

2001-08-13 Thread dhay
If you use the nightly build, you can do this using the indexed=true property, without using scriptlets. Dave [EMAIL PROTECTED] on 08/08/2001 08:30:56 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: dynamically setting the html

Has/is there a ListPropertyBundle like the MessageBundle?

2001-08-13 Thread Mason Ham
Hello all: I am trying to make a completely i18n implementation of our site, and I am wondering if there is a ListPropertyBundle in the struts framework. The doc's imply that there is, but I seem unable to find it's implementation anywhere. Basically I want to have images be globalized as well as

WORLDS NO.1 .. SIMPLY INCREDIBLE!

2001-08-13 Thread COOLWEB
Dear Ladies & Gentlemen, Welcome to the GREATEST SEX SHOW on the ENTIRE NET ! We now offer you to ENTER the world´s No.1 voted SEX-SERVER on the WEB ! By far the largest and most incredible content of LIVE SEX is now served to users WORLDWIDE! EVERYTHING is offered 100% ANONOMOUSLY & you don

Re: Antwort: [ANN] Howto setup, run and debug STRUTS example in Forte 3.0 ea

2001-08-13 Thread Jason Calabrese
I've had the same problem with Forte. You need to insert the -d option manualy in the "External Compiler" property --- Oleg Bondarenko <[EMAIL PROTECTED]> wrote: > > Hi Michael, > > Thanks for your HOWTO, it is real help. > > I think one detail still escapes me. Tell me if I am > wrong. You s

Antwort: [ANN] Howto setup, run and debug STRUTS example in Forte 3.0 ea

2001-08-13 Thread Oleg Bondarenko
Hi Michael, Thanks for your HOWTO, it is real help. I think one detail still escapes me. Tell me if I am wrong. You separated java-sources from class-files by putting src directory somewhere else. You set the "Output dir tag replace" option for the compiler (did you use External compiler?) to

Re: Page-by-Page Iterator Pattern

2001-08-13 Thread John Raley
For what it's worth: I keep track of what page I'm on via request params. Every time the page is requested I rerun the query from scratch and limit the reported results according to the page number and number of items. No caching, so performance probably could be improved, OTOH I don't have

RE: STRUTS with Sybase EAServer 3.6.1 C2

2001-08-13 Thread Malcolm Wise
FYI I've contacted Sybase Tech Support and the STRUTS related fixes will be in the C3 release, currently due out end September. Michael, are you currently doing any STRUTS development with EAServer? We would like to start work on a new project but we can't really wait for the fixes from Sybase.

Re: role based security in struts and workflow

2001-08-13 Thread Nic Hobbs
Hi Matt, all, At the moment I haven't got anything like a demo webapp for it but all you need to do to try it is to install it all as per the instructions, add your roles to the struts-config and make sure that you login to your app server such that isUserInRole etc. return the right thing. I

role based security in struts

2001-08-13 Thread Matt Raible
Nic,   I was looking at your struts-security.zip file (download from husted.com) today.  Do you have an example app (war) file that shows how to use this more thoroughly?  For example, I would like to know how to register any new classes and such.   Also, it it possible to add these additiona

How to use the indexed property-Please get me going?

2001-08-13 Thread Alex Colic
Hi I am trying to use the indexed property with a page. I have a vector that holds a series of item objects. Each item object as a name, desc and unit price field. The page iterates through the vector and creates a table displaying the name and desc of an item and a text field for the unit price

RE: LDAP Authentication to Active Directory

2001-08-13 Thread Byung Jin Chun
I think that you might have forgotten to attache the code. BTW, is that Wayne state in Ohio? Jin > -Original Message- > From: Misra, Supriya [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 13, 2001 9:16 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED]; [EMAIL PROTECTE

RE: LDAP Authentication to Active Directory

2001-08-13 Thread Misra, Supriya
Here the complete Code. I would request you guys to keep my name as the Contributor in the top of these files. This code works for Wayne State University. There is a Ldp2.exe file included which you must first use to see whether your active directory responds. Try this exe to see your directory s

RE: Container-based Security

2001-08-13 Thread Geddes, Mark (ANTS)
You can use also   Mark -Original Message-From: Matt Raible [mailto:[EMAIL PROTECTED]]Sent: 13 August 2001 14:12To: Struts UserSubject: Container-based Security Are any of the tag libraries in struts able to handle roles like the template tag library?  I want to show

Container-based Security

2001-08-13 Thread Matt Raible
Are any of the tag libraries in struts able to handle roles like the template tag library?  I want to show/hide elements based on roles - can I use logic:equal and tags like that?   Thanks,   Matt   P.S.  I'd LOVE to use the template tag library, but it doesn't work on iPlanet :(  

acronym BMO from the Session Beans mean.

2001-08-13 Thread Chuck Amadi
Hi there , I would like to know what does the acronym BMO from the Session Beans mean. As i am going thru the Walk Thru Tour and other Materials. My main interest is JDBC/DBTags. As we are currently designing and constructing a Database driven site. As we currently have numerous Island Windows Ac

Re: STRUTS with Sybase EAServer 3.6.1 C2

2001-08-13 Thread Michael Mok
Malcolm This is a current issue with EA Server 3.6.1 C2. From the sybase newsgroups, the Sybase engineers are looking into it. Regards Michael Mok www.teatimej.com - Original Message - From: "Malcolm Wise" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 6:54 P

Re: LDAP Authentication To Active Directory

2001-08-13 Thread Oleg V Alexeev
Hello SUPRIYA, Can you place your code sample to the some server and post URL to it to the list? Monday, August 13, 2001, 3:39:48 PM, you wrote: SM> I have successfully implemented LDAP authentication to Microsoft Active SM> Directory at Wayne State University school of Medicine. If anyone is

Re: LDAP Authentication To Active Directory

2001-08-13 Thread SUPRIYA MISRA
You will get in after an hour when i am at work >From: "Gregor Rayman" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: LDAP Authentication To Active Directory >Date: Mon, 13 Aug 2001 13:38:48 +0200 > >I am. > > >- Original Message - >From: "SUPRIYA

Re: LDAP Authentication To Active Directory

2001-08-13 Thread Gregor Rayman
I am. - Original Message - From: "SUPRIYA MISRA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 1:39 PM Subject: LDAP Authentication To Active Directory > I have successfully implemented LDAP authentication to Microsoft Active > Directory at Wayne State Uni

LDAP Authentication To Active Directory

2001-08-13 Thread SUPRIYA MISRA
I have successfully implemented LDAP authentication to Microsoft Active Directory at Wayne State University school of Medicine. If anyone is interested in having LDAP Authentication To Microsoft Active Directory , please email me. Supriya Misra System Integrator II MSIS,WSUSOM Detroit, MI ___

Re: wrong behavior of checkboxes in forms?

2001-08-13 Thread Ted Husted
Setting the checkbox to false should solve the problem. Double-check your code. Hartmut Bernecker wrote: > I had implemented the reset() method: > > public void reset(ActionMapping mapping, ServletRequest request) > { > myCheckbox = false; > [...] > } > > But anyway:

Re: wrong behavior of checkboxes in forms?

2001-08-13 Thread Hartmut Bernecker
Gregor Rayman schrieb: > > "Hartmut Bernecker" <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I have a checkbox in a form. If I check it and then submit the form, > > then I receive the value "true" in the action when calling the method > > form.getMyCheckbox(); > > > > But if I uncheck the che

STRUTS with Sybase EAServer 3.6.1 C2

2001-08-13 Thread Malcolm Wise
Has anybody out there managed to get struts working with EAServer? I've got struts-example working to a point, but I'm stuck with StringIndexOutOfBounds exceptions in some of the HTML tag library classes and jsessionid problems. TIA Malcolm Wise Technology Manager Semiconductor & Devices Europe

Re: wrong behavior of checkboxes in forms?

2001-08-13 Thread Gregor Rayman
"Hartmut Bernecker" <[EMAIL PROTECTED]> wrote: > Hello, > > I have a checkbox in a form. If I check it and then submit the form, > then I receive the value "true" in the action when calling the method > form.getMyCheckbox(); > > But if I uncheck the checkbox and submit the form again, then I r

wrong behavior of checkboxes in forms?

2001-08-13 Thread Hartmut Bernecker
Hello, I have a checkbox in a form. If I check it and then submit the form, then I receive the value "true" in the action when calling the method form.getMyCheckbox(); But if I uncheck the checkbox and submit the form again, then I receive **again** the value true in the action when calling the

Struts UML

2001-08-13 Thread Rodney Smith
Hi All, The UML is split into 3 layers in the http://www.husted.com/about/struts/ I have always pictured this way and the UML looks well presented. If you where going to look at the UML in a way to see where the MVC is going to take part in this, would that be in the presentation and business

Applets and Struts?

2001-08-13 Thread Long Nguyen
Hi all!   Can I use applets with Struts? For example, I want login by applets on browser instead of common form.   Regards! Long Nguyen    

RE: book ??????????

2001-08-13 Thread O'Neill, John H
The Websphere Version 4 Application Development Handbook at http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg246134.html? Open has two chapters (7 and 12) that deal with setting up and programming Struts. John O Neill FISC-Ireland Limited Email : johnh.o'[EMAIL PROTECTED] -