How to Show gif image instead of html "button" in the forms for tag ?

2003-02-25 Thread Shabbir Khadir Mohammed
Hi All
Hope all are doing well.
I am using following code for form submit in one of the JSP.

 

It is displaying normal html "button" for "reset"
On clicking this button form will be resetting.
Now my question is,

Instead of normal html "button" for submit, I want to display a GIF
image and form should be reset (WITH OUT using Java Script) on clicking
that image. 

If any one has any info do share with me.

Thanks & Regards
Shabbir


**Disclaimer

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: How to Show gif image instead of html "button" in the forms for tag ?

2003-02-25 Thread Shabbir Khadir Mohammed
HI Bernhard,

Thanks for your valuable response. It worked fine.

Regards
Shabbir

-Original Message-
From: Hirschmann, Bernhard [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 24, 2003 1:56 PM
To: 'Struts Users Mailing List'
Subject: AW: How to Show gif image instead of html "button" in the forms for 
 tag ?


Good morning Shabbir!

try this:


Regards,
Bernhard


-Ursprüngliche Nachricht-
Von: Shabbir Khadir Mohammed [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 24. Februar 2003 09:15
An: Struts Users Mailing List
Betreff: How to Show gif image instead of html "button" in the forms for
 tag ?



Hi All
Hope all are doing well.
I am using following code for form submit in one of the JSP.

It is displaying normal html "button".
On clicking this button form will be submitted to corresponding action.

Now my question is,

Instead of normal html "button" for submit, I want to display a GIF
image and form should be submitted to corresponding action (WITH OUT
using Java Script) on clicking that image. 

If any one has any info do share with me.

Thanks & Regards
Shabbir


**Disclaimer

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

**Disclaimer

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

How to Show gif image instead of html "button" in the forms for tag ?

2003-02-24 Thread Shabbir Khadir Mohammed

Hi All
Hope all are doing well.
I am using following code for form submit in one of the JSP.

It is displaying normal html "button".
On clicking this button form will be submitted to corresponding action.

Now my question is,

Instead of normal html "button" for submit, I want to display a GIF
image and form should be submitted to corresponding action (WITH OUT
using Java Script) on clicking that image. 

If any one has any info do share with me.

Thanks & Regards
Shabbir


**Disclaimer

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***


How to call Action Bean Without doing any action by User

2002-12-30 Thread Shabbir Khadir Mohammed

Hi All
I want to do some Action before displaying one JSP page let's say.
How to achieve that one...???
I.e before displaying welcome.jsp if I want to call an Action Bean.

How shall I proceed.

Any suggestions..!!!


Regards
Shabbir

**Disclaimer** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.







--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


RE: No getter for bean under name org.apache.struts.taglib.html.BEAN

2002-12-22 Thread Shabbir Khadir Mohammed
Hi 
Following is the reason for rhe Error.

I have not get set methods for property ATTRIBUTE defined in select TAG.


Here  i want to ask one more new Q.

Iam Displaying select option using select TAG.
If user selects any options then i have to show the options selected
by user as "selected" .Any one has worked in this.
*

Shabbir


-Original Message-----
From: Shabbir Khadir Mohammed 
Sent: Saturday, December 21, 2002 5:27 PM
To: Struts Users Mailing List
Subject: No getter for bean under name
org.apache.struts.taglib.html.BEAN


Hi 
Iam getting follwoing error.
what could be the reason.
Iam having all the tld files in /WEB-INF folder

***
org.apache.jasper.JasperException: No getter method available for property type for 
bean under name org.apache.struts.taglib.html.BEAN
**

I think it is simple one But iam not getting what went wrong.

Shabbir

-Original Message-
From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 21, 2002 2:45 PM
To: Struts Users Mailing List
Subject: RE: html:select woes


Hi,
We tried using struts tags like that. I am sure it will work but
JSTL/Struts-EL makes things more simple like this.


 
  



 It makes complex things straightforward.

Mohan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Friday, December 20, 2002 5:15 AM
To: [EMAIL PROTECTED]
Subject: html:select woes


Hi all,

I'm trying to figure out how to use the html:select tag and am having no
luck.  When I execute the jsp, I'm getting "Cannot find bean under name
org.apache.struts.taglib.html.BEAN."  I've looked at the docs and the
html-select.jsp example but can't see what's different about my case.  My
struts-config file has this:



and this:





I've tried with and without the "input" attr.  My LoggersForm class extends
ActionForm and has one String property called "newLevel" that's null by
default.  I also have a reset() method that nulls-out newLevel.  My jsp does
this:




One

Submit


The only relevant difference I can see between this and the html-select.jsp
example is that my jsp is under /jsp, but I've tried it both ways and it
doesn't seem to matter.

I'd appreciate a clue.

thanks

john

john gregg
Wells Fargo Service Corporation
Minneapolis, MN

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


**Disclaimer

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


RE: ValidatorForm

2002-12-20 Thread Shabbir Khadir Mohammed
Hi
Iam ALso getting same type of "Error".
Can somebody helpout.

Shabbir

-Original Message-
From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 20, 2002 7:42 AM
To: Struts Users Mailing List
Subject: ValidatorForm


I'm having trouble with my ValidatorForm bean. I'm getting this message 
'No getter method for property action of 
beanorg.apache.struts.taglib.html.BEAN '
Is my ValidatorForm bean being written properly ? I'd appreciate some 
comments. Here's my code below:

package com.makmal.struts.forms;

import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionMapping;
import org.apache.struts.util.LabelValueBean;
import org.apache.struts.validator.ValidatorForm;


public class LoginForm extends ValidatorForm implements 
java.io.Serializable {


 private String loginName;
 private String passwordValue;

 public LoginForm() {
 }

 public String getLoginName() {
 return loginName ;
 }
 public void setLoginName(String login_value) {
 loginName = login_value ;
 }

 public String getPasswordValue() {
 return passwordValue ;
 }
 public void setPasswordValue(String password_value) {
 passwordValue = password_value ;
 }

 public void reset(ActionMapping mapping, HttpServletRequest 
request)  {
 loginName = null ;
 passwordValue = null ;
 }



}



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


**Disclaimer

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


RE: form action doubt

2002-12-18 Thread Shabbir Khadir Mohammed
Hi 
MAKE SURE THAT THE action mapping & from bean are mentioned in struts-config.xml file
As below:

**


  



  
!-- == Action Mapping Definitions == -->
  


  

 
***


Let me know the result.!!!

Regards
Shabbir



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 11:20 AM
To: [EMAIL PROTECTED]
Subject: form action doubt


hi  all,

 i've usedin my jsp when i try to
execute  the jsp i get the exception
 
"org.apache.jasper.JasperException: Cannot find ActionMappings or
ActionFormBeans collection"
 
-[Mohammed_Rafeeq] 
 
** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**

**Disclaimer** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.







--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


TAG PROBLEM

2002-12-16 Thread Shabbir Khadir Mohammed
Hi Friends
Iam getting the follwoing Error.
What could be the Reason?
Iam using weblogic5.1 as Application Server.

*
Parsing of JSP File '/Sample Hello.jsp' failed:

 /Sample Hello.jsp(1): Could not parse deployment descriptor: 
org.xml.sax.SAXParseException: Could not parse taglib, starting at line 2
probably occurred due to an error in /Sample Hello.jsp line 1:
<%@ taglib uri="/oreillySample.tld" prefix="sample" %> 

Fri Dec 13 17:18:54 GMT+05:30 2002 

***



thanks & Regards
Shabbir

**Disclaimer** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.







--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


RE: Could not parse taglib

2002-12-15 Thread Shabbir Khadir Mohammed
Hi
What could be the Problem for this error.
Can anyone suggest me.

*
Parsing of JSP File '/Sample Hello.jsp' failed:

 /Sample Hello.jsp(1): Could not parse deployment descriptor: 
org.xml.sax.SAXParseException: Could not parse taglib, starting at line 2
probably occurred due to an error in /Sample Hello.jsp line 1:
<%@ taglib uri="/oreillySample.tld" prefix="sample" %> 

Fri Dec 13 17:18:54 GMT+05:30 2002 

***

thanks & Regards
Shabbir

**Disclaimer

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 


Could not parse taglib

2002-12-13 Thread Shabbir Khadir Mohammed
Hi Friends
Iam getting the follwoing Error.
What could be the Reason?
Iam using weblogic5.10 as app server.

*
Parsing of JSP File '/Sample Hello.jsp' failed:

 /Sample Hello.jsp(1): Could not parse deployment descriptor: 
org.xml.sax.SAXParseException: Could not parse taglib, starting at line 2
probably occurred due to an error in /Sample Hello.jsp line 1:
<%@ taglib uri="/oreillySample.tld" prefix="sample" %> 

Fri Dec 13 17:18:54 GMT+05:30 2002 

***



thanks & Regards
Shabbir

**Disclaimer** 
   
 
 Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' 
and 'confidential' and intended for use only by the individual or entity to which it 
is 
addressed. You are notified that any use, copying or dissemination of the information 
contained in the E-MAIL in any manner whatsoever is strictly prohibited.







--
To unsubscribe, e-mail:   
For additional commands, e-mail: