Has anyone been able to install Struts 1.1 with WebLogic 6.1?  I tried to
install it a couple of weeks ago but was getting an error related to Log4J
when launching WebLogic (I don't remember the exact error though).  I read
somewhere that it was a known problem but since I couldn't find any work
around, I gave up and decided to stay with Struts 1.0.2.  If anyone knows
what to do to resolve the problem, I'd really like to know.

Since I'm using Struts 1.0.2, what would be the best way to achieve this:
Let's say I have a simple JSP on which the user has to enter a quantity of
something.  When the user clicks "Submit", I need a second JSP that will
dynamically generate as many "<html:text>" as the specified quantity.  The
problem is, what name do I specified in each of the "<html:text>" and how do
I handle that in my form bean?  I tried to give them all the same name and
having my getter and setter to deal with a String[] instead of a String but
it wouldn't work.  It would be easy with the index in Struts 1.1 but I don't
know how to do it with Struts 1.0.2.

Sorry for my english...  I just hope it's clear enough...

Thanks in advance,
JF Demers



        
**********************************************************************  
Ce message �lectronique et tous les fichiers joints ainsi que  les
informations contenues dans ce message (ci apr�s "le message"), sont
confidentiels et destin�s exclusivement � l'usage de la  personne � laquelle
ils sont adress�s. Si vous avez re�u ce message par erreur, merci  de le
renvoyer � son �metteur et de le d�truire. Toute diffusion, publication,
totale ou partielle ou divulgation sous quelque forme que ce soit non
express�ment autoris�es de ce message, sont interdites.  
        
**********************************************************************  
This e-mail, any attachments and the information contained (herein " the
message") are confidential and intended solely for the use of the
addressee(s) if you have received this message in error please send it back
to the sender and delete it. Unauthorized publication, use, dissemination or
disclosure, either whole or partial, of this  message is strictly
prohibited.
_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers

Reply via email to