RE: Scanning for tld's in loop

2007-02-11 Thread bjorn.de.bakker
Solved it. Added this to Log4J: log4j.appender.CONSOLE.org.apache.commons.digester.Digester = info -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: maandag 12 februari 2007 8:26 To: user@struts.apache.org Subject: Scanning for tld's in loop Last Friday, we've

Scanning for tld's in loop

2007-02-11 Thread bjorn.de.bakker
Last Friday, we've encountered a rather annoying issue. When we launch our webapplication, org.apache.commons.digester.Digester.sax starts parsing all our tld's and shows every line in the log-file. Because of that, our app won't launch. I removed all the TLD files in that directory, but wi

Problem while Struts 2 and Tiles 2 integration.

2007-02-11 Thread Abhijeet Kahale
Hi All, I have created a small application to get familiar with the Struts 2 and Tiles 2 integration. I am using *struts2-tiles-plugin-2.0.5.jar* , * tiles-api-2.0-20070130.184344-3.jar* and * tiles-core-2.0-20070130.184344-3.jar* for the integration. (but the struts core jar I am using is *stru

Re: Struts and welcome-file-list

2007-02-11 Thread Martin Gainty
in your web.xml map the .do extension to map to an Action Class as in action *.do in web.xml then config your Display welcome page as on the IndexAction class would be public final class IndexAction extends BaseAction { pub

Re: Struts and welcome-file-list

2007-02-11 Thread Saul Qunming Yuan
Hi, I think the welcome file has to be a physical file or a servlet defined in web.xml. You can define your welcome file as index.jsp and in your index.jsp file just forward to your index.do. Something like: HTH, Saul - Original Message - From: Nicolas Laplante To: user@strut

Re: Struts and welcome-file-list

2007-02-11 Thread Dave Newton
--- Nicolas Laplante wrote: > How can I tell the container to serve index.do when > no filename is provided? Try forwarding to the action from an index.jsp. d. Expecting? Get great news right away with email

Struts and welcome-file-list

2007-02-11 Thread Nicolas Laplante
My website's homepage is the index action: /index.do. In web.xml, I configured the welcome-file-list like this: index.do When I access the application with no action or filename, I get the directory listing. It is not serving the homepage as configured in the above snippet. How can

Re: Collecting data from few pages

2007-02-11 Thread Martin Gainty
are the forms toy are using ActionForm? dziekuje/ M- --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is p

RE: Struts action call in a JS method returns blank page

2007-02-11 Thread Christopher Loschen
Yeah, that's why I was suspicious. I'm not sure what the code is doing, but it was there before I got there. On the other hand, before I started mucking with the code, it was working enough that it usually kept the correct boxes checked when I changed pages -- it just didn't get the checked boxe

RE: [OT] RE: Struts action call in a JS method returns blank page

2007-02-11 Thread Christopher Loschen
Thanks Dave, I'm sure that innerHTML was my faulty memory since I didn't write that code and haven't touched it, but I will double-check tomorrow. Thanks for the other ideas too -- I think all the relevant code is inside a function but I'm not entirely sure, so I'll double-check that too. C

Re: Struts-Faces: validator

2007-02-11 Thread Rodrigo Pereira
Hi all, after a lot of pain, I was able to get my form validated using validation.xml. Now I have a question, does the type have to be DynaValidatorForm? Thanks, Rodrigo Pereira On 2/9/07, Rodrigo Pereira <[EMAIL PROTECTED]> wrote: Hi all, I am still facing problems with JS validation. I'll p

Collecting data from few pages

2007-02-11 Thread puchacz
Hi I have a problem. I would like to write application, where I would have sth. like "wizard". Using this "wizard" I would take information from user about name, lastname, etc. The thing is that I have no idea how I can collect all this information and then on the last step save it to DB

Binding Java 5 Enums..

2007-02-11 Thread Sami Dalouche
Hi, I've been trying to bind Java 5 enums, but I get some weird problem xwork-conversion.properties java.lang.Enum = funala.web.action.typeconverters.TestTypeConverter TestTypeConverter extends EnumTypeConverter and just adds some logs, to make sure the converter is actually used. (I get th

Re: Struts action call in a JS method returns blank page

2007-02-11 Thread Frank W. Zammetti
Christopher Loschen wrote: I'm suspicious of some code elsewhere on the page that reloads the entire page -- I don't have it in front of me right now, but it goes something like: Woah, are you saying the form your trying to work with was dynamically inserted into the page via innerHTML? If s

Re: no hour valye for the s:datetimepicker of type time

2007-02-11 Thread xiao jie
Hi Musachy: thanks for the information!! cheers Pam - Original Message From: Musachy Barroso <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Sunday, February 11, 2007 5:40:57 AM Subject: Re: no hour valye for the s:datetimepicker of type time This is a known issue and a Dojo l

Re: getting Session from SessionId

2007-02-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mon, Mon Cab wrote: > I think its going to have to be solution 1. All Im really interested > in is user data associated with a session, so I'll probably map userId > to sessionID in the DB and then pull user info when the service sends > me a session

[OT] RE: Struts action call in a JS method returns blank page

2007-02-11 Thread Dave Newton
--- Christopher Loschen <[EMAIL PROTECTED]> wrote: > parent.document.resultDiv.innerHtml = > document.resultDivTemp.innerHtml; I know that was from memory, but IIRC it's innerHTML, so just in case. > Another possibility is that the button I'm pressing > to move from page to page appears on the pa

RE: Struts action call in a JS method returns blank page

2007-02-11 Thread Christopher Loschen
Thanks, I'll try it. I did manage to get past crashing FF by changing var boxesAcross = checkForm.elements['checkbox_ids_across'].value; to var boxesAcross = checkForm.elements['checkbox_ids_across']; I'm not quite sure why that helped, but it did. Now it gets through the method

Re: [S2] [ANNOUNCE] Struts 2.0.5 BETA available

2007-02-11 Thread Ted Husted
The Struts 2.0.5 BETA includes a new "Plugin" feature. We've moved optional functionality out of the core and into several drop-and-run plugins. We managed to leave two of the twelve new plugins out of the BETA assembly: the Spring Plugin and the Codebehind Plugin. For now, please take note that t