LookupDispatchAction or DispatchAction?

2005-07-24 Thread starki78
Hi, I've tested both types of actions but I really cannot say which action is better and I don't have the slightest feeling when which action to take. Can you give me a clue? Thanks Christian 6X velocizzare la tua navigazione a 56k? 6

Re: [HELP] Can or can not call a specific message group in *.properties file?

2005-07-24 Thread James Mitchell
You are more than welcome to submit an enhancement request for commons-resources (http://jakarta.apache.org/commons/resources/) and we can take a look from there. Struts will be moving to commons-resources *very* soon, so it would be better to add such an enhancement there. -- James Mitchel

[HELP] Can or can not call a specific message group in *.properties file?

2005-07-24 Thread Pham Anh Tuan
Hi all, I wonder whether or not the Messages files (*.properties) in Struts support a message definition form like a config file of Smarty or not? in Smarty config file: [loginForm] username=User name: firstname=First name: [userHome] hello=Hello ... so, with above definition form, we can cal

Problem with date

2005-07-24 Thread syed abrar
Hello This problem is more of a core java issue than a struts one. I have a user interface to accept time and another field to enter the difference of time with GMT (GMT+x or GMT-1) . I have to accept this time and convert the time exactly into the timezone in which the ser

Re: Cannot retrieve definition for form bean null disaster

2005-07-24 Thread Lucas Bern
I think the problem is the input attribute Try without this attribute.(you do not need it since validate=false) Think of the input attribute like the path of the action where to go when the validate method return errors. It is not the name of a forward, it is the request URI path like "/Sur

Re: Cannot retrieve definition for form bean null disaster

2005-07-24 Thread Gareth Meyrick
hi, Lucas Bern wrote: > > Hi, I think the problem should be arround the SurveySubmit action... > Coul you paste that definition form struts-config??? > What is failing??, the load of the form, or the submit??? tomcat barfs about not finding a form bean for /Survey. note:

Re: Cannot retrieve definition for form bean null disaster

2005-07-24 Thread Lucas Bern
Hi, I think the problem should be arround the SurveySubmit action... Coul you paste that definition form struts-config??? What is failing??, the load of the form, or the submit??? waiting Lucas Gareth Meyrick <[EMAIL PROTECTED]> escribió: hi, i'm at a loss.. i've verified the usual sus

Cannot retrieve definition for form bean null disaster

2005-07-24 Thread Gareth Meyrick
hi, i'm at a loss.. i've verified the usual suspects, checked the usual places, but still can't find an answer. background: /Login -> /LoginSubmit -> /Survey -> /SurveySubmit from struts-config.xml (IMHO unrelelated stuff elided): the first time everythi

Re: Tutorial: Test Automation with Struts

2005-07-24 Thread Glen Mazza
Thanks--I've added it to my reading list. Glen Stephan Wiesner wrote: Hi list, I have published a tutorial that demonstrates how to automate the testing of a web based application. It uses Struts, but you will learn how to test any web application, with some special points on Struts (which you

Re: html:select onchange

2005-07-24 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> Thank you very much for your post. I agree with you and some user were complaining about the effect your mentioned. My situition is that I have two selects, once the users update one, I need to populate the other with correspondent options. If I do not go to

Re: calender in jsp

2005-07-24 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> My jsp user interface contains one Textfield and button beside the textfiled. If that button is clicked , a calender should be displayed and the selected date in that particular calender is to be displayed in the textfield. how to do this in JSP? This one'

calender in jsp

2005-07-24 Thread Tony Smith
My jsp user interface contains one Textfield and button beside the textfiled. If that button is clicked , a calender should be displayed and the selected date in that particular calender is to be displayed in the textfield. how to do this in JSP? ___

Re: html:select onchange

2005-07-24 Thread Tony Smith
Thank you very much for your post. I agree with you and some user were complaining about the effect your mentioned. My situition is that I have two selects, once the users update one, I need to populate the other with correspondent options. If I do not go to another page, what is the best way to do

Re: [OT] Hibernate vs. iBatis vs. POJO

2005-07-24 Thread Michael Jouravlev
On 7/22/05, Larry Meadors <[EMAIL PROTECTED]> wrote: > You just lack appreciation for the finer things in life Buddy. > > Classical Persian poetry is really quite good. ;-) > > On a serious note: Basing tech decisions on who has more books out is > similar to making them on the company with the h

Re: html:select onchange

2005-07-24 Thread Wendy Smoak
From: "Tony Smith" <[EMAIL PROTECTED]> ... http://www.javascriptkit.com/jsref/select.shtml onChange="location.href='mynewpage.do?para='+options[selectedIndex].value;" Keep in mind that this can be *very* annoying in terms of UI design. The user doesn't get a chance to correct a mistake;

Tutorial: Test Automation with Struts

2005-07-24 Thread Stephan Wiesner
Hi list, I have published a tutorial that demonstrates how to automate the testing of a web based application. It uses Struts, but you will learn how to test any web application, with some special points on Struts (which you can skip if your application doesn’t use it). So if you have a Spring base

Re: multi page form, html:select multiple select and editing!

2005-07-24 Thread GnomeKing
On 24/07/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > You need to follow the same guidelines for selects as for checkboxes: > ensure you reset the underlying form bean property each time. > >http://struts.apache.org/userGuide/struts-html.html#select I knew about the reset method; but the pr

domain missing from html:rewrite html:link etc

2005-07-24 Thread Mark Benussi
I have recently moved ISPs and my sites are experiencing some strange behaviour. Basically on some of my sites (Not just one) and on some of the links (Not just all) When using html:link (A struts tag library) and the other associated tags (rewrite etc) the domain is missing. This is also seen wh

Re: [OT] Hibernate vs. iBatis vs. POJO

2005-07-24 Thread James Mitchell
ROFL!!! I think that is the funniest thing I've read all year!! I'm definitely going to share that one! -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL PR

Re: [FRIDAY] Re: SelectAction - an improved DispatchAction

2005-07-24 Thread Dakota Jack
McGrady already did this, Rick. You can just go get that too, MJ > > Anyway, I am not suggesting to replace standard > > DispatchAction with something else. I suggest just to add another > > action, that is it. I use this action as base for my dialog stuff, > > this is why I considered to offer