html:options Hashtable

2006-09-03 Thread chamal desilva
Hi, Can we display the values of a hashtable in a html drop down menu using struts tags. Thanking You, Chamal. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: Ajax and Struts

2006-09-03 Thread Frank W. Zammetti
Wen-Jung Chen wrote: Hi, I have a scenario that user enters data in the text box in the browser and clicks Continue button. I send this value into Struts Action class which checks against database to return me the true or false value. Based on this true or false value, I will display or hide in

Ajax and Struts

2006-09-03 Thread Wen-Jung Chen
Hi, I have a scenario that user enters data in the text box in the browser and clicks Continue button. I send this value into Struts Action class which checks against database to return me the true or false value. Based on this true or false value, I will display or hide in the same page. I am

Re: Problems to fill a DropDownListbox on a DynaValidatorActionForm

2006-09-03 Thread Richard Yee
Tom, Try this for your tag instead: This will work if your have an attribute called "expenseTypes" in some scope (ie. session, request). The options tag collection attribute expects the name of the collection, not the collection itself. -Richard Tom Bednarz wrote: I try to fill a DropDow

Token is wrapped by

2006-09-03 Thread MC Moisei
When I use with tokens the hidden token is wrapped by div. Is there a reason for that ? It messes up my layout and seems that Firefox is most affected by the div... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Problems to fill a DropDownListbox on a DynaValidatorActionForm

2006-09-03 Thread Tom Bednarz
I try to fill a DropDownListbox on a DynaValidatorActionForm and get the following exception: 2006-09-03 18:20:45,007 ERROR [http-8080-1] [/mtweb].[jsp] (ApplicationDispatcher.java:704) - Servlet.service() for servlet jsp threw exception javax.servlet.jsp.JspException: Cannot find bean und

Re: reset() method

2006-09-03 Thread Puneet Lakhina
On 9/1/06, Sonu S <[EMAIL PROTECTED]> wrote: Hi, I am using struts in my application. i am using reset and validation. i am not writing any validation method. i am using struts' validation framework. validation is working. reset also works fine in application if i enter some values in form (te