RE: NEWBIE: how to submit a named html:form via javascript

2004-07-16 Thread Sunil Sahu
Title: RE: NEWBIE: how to submit a named html:form via javascript Adam, Name parameter in form tag is optional. If you want to submit your page then u can do it by supplying onclick event for default form. type="com.expensys.expensyswt.struts.action.DisplayHelp" />            >   

RE: Re: problem Please Help me.....

2004-07-16 Thread Sunil Sahu
Title: RE: Re: problem Please Help me. Hi srinivas, What is the exact problem u r facing. -Original Message- From: Ajay Patil [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 30, 2004 3:14 PM To: Srinivas Rao; [EMAIL PROTECTED] Subject: Re: Re: problem Please Help me. De

RE: javax.servlet.ServletException: Cannot find bean dblist in sc ope request

2004-07-16 Thread Sunil Sahu
Title: RE: javax.servlet.ServletException: Cannot find bean dblist in scope request Hi patrick, What is the package name for your bean and dao. Please have a fresh look at package name u have specified for bean and dao. U are accessing the page thru http://localhost:port/list.do. Am i righ

RE: RE [OT]: onsubmit form ERROR

2004-07-16 Thread Sunil Sahu
Title: RE: RE [OT]: onsubmit form ERROR Your code is right there may besome problem with your browser. -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 15, 2004 1:38 AM To: 'Struts Users Mailing List' Subject: RE [OT]: onsubmit form ERROR

RE: How to append select option to html:link

2004-07-16 Thread Sunil Sahu
Title: RE: How to append select option to html:link Hi cdroderick, I think this is piece of code which will fulfill ur requirement..
function testLink(actionName)
{
Var selectValue =document.fm.chartFormat.options[doc

RE: html:submit button

Title: RE: html:submit button U can user 'onclick' event in html:button and simply call a _javascript_ function in which u have to pass the one parameter which would be exactly the 'value' u want to pass. -Original Message- From: Denis Avdic [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: javax.servlet.ServletException: Cannot find bean dblist in sc ope request

are comming back to your page, but at this time there will be nothing dblist in your request object, u need to store it again in case of an error/or store it in session and remove it on successfull operation. Hoep this will might help you. Regards, Buland --- Sunil Sahu <[EMAIL PROTECTED]>

RE: error and warning messages

Title: RE: error and warning messages Yes andy, you can define as a validate=true in your struts-config.xml mapping. Cheers Sunil -Original Message- From: Andy Richards [mailto:[EMAIL PROTECTED]] Sent: Monday, January 24, 2005 8:43 PM To: Jim Barrows Cc: Struts Users Mailing List

RE: [OT] a java question

Title: RE: [OT] a java question No Problem ashish, you can do one thing, don't initialize it, only declare the variable as final and assign the value at run time but you can assign Only one time means subsequent attempts to assign a value to a Final variable result in a compiler error. Simp