How to Un-Subscribe from this group

2005-11-29 Thread vijay kumar

hi everyone,

  can anybody tell how to un-subscribe from this group. plz say.




-
 Enjoy this Diwali with Y! India Click here

problem with form variables

2005-02-25 Thread Vijay Kumar
Hai
   Here iam writing a search form where the result should be copied in
to a txt file (like report) but I am not getting the values from the
form bean every thing is assining to null
Bye
vijay


The method setValue(String, Object) in the type TagSupport is not applicable for the arguments (Object)

2005-02-20 Thread Vijay Kumar
Here is my code and iam getting the error
The method setValue(String, Object) in the type TagSupport is not
applicable for the arguments (Object)
 
Can any one tell wht the problem is
Bye
vijay
 
html:select property=bunriSubcdNm
%
  if(request.getAttribute(pass)!=null)
 {
%
logic:iterate id=bunrisubname name=pass
bean:define id=def_bunruicd name=bunrisubname
property=bunriSubcdNm/
html:option value=%=def_bunruicd%
bean:write name=bunrisubname property=bunriSubcdNm/ 
bean:write name=bunrisubname property=bunriSubcd/
/html:option
/logic:iterate
%}%
/html:select


Form Data

2005-02-18 Thread Vijay Kumar
Hai 
Iam getting the data from the database using dao in html:select and
performing some search with that data
When iam submitting the search action the data in the select is not
staying.Can any one have sol fort this.
Bye
vijay


How to keep values in select

2005-02-18 Thread Vijay Kumar
Hai
  Here I am using select tag foe displaying the values but when I am
submitting the values with some action
I am unable to keep these values in the same select.
Can anyone tell how to keep the orginal values even after submitting the
form
Bye
vijay


RE: You must specify exactly one of forward, href, or page

2005-02-17 Thread Vijay Kumar
Hai
 Thx for ur answer can u tell me why we have to use old plain html
Bye
vijay
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Beal
Sent: Thursday, February 17, 2005 8:04 PM
To: user@struts.apache.org
Subject: Re: You must specify exactly one of forward, href, or
page

Don't use html:link/ to execute a JavaScript.  Just use plain old
HTML.

-- Jeff

Vijay Kumar wrote:
 Hai
  I am new to struts I am using html:link to call a java script and
 html:img src ./for displaying the images 
 But it's giving an error javax.servlet.jsp.JspException: Cannot create
 rewrite URL: java.net.MalformedURL
 Exception: You must specify exactly one of forward, href, or
page 
 Can any one have the solution for this
 Bye
 vijay
 


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





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



error in java.lang.ClassNotFoundException: org.apache.struts.taglib.html.MessagesTei

2005-02-16 Thread Vijay Kumar
Hai iam doing dbcp in struts and iam getting following error 
Can anyone tell what the exact error is
Bye
vijay
 
java.lang.ClassNotFoundException:
org.apache.struts.taglib.html.MessagesTei
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1332)
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1181)
at
org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibrar
yInfoImpl.java:419)
at
org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfo
Impl.java:248)
at
org.apache.jasper.compiler.TagLibraryInfoImpl.init(TagLibraryInfoIm
pl.java:162)
at
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:41
8)
at
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:483)
at
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1539)
at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
at
org.apache.jasper.compiler.ParserController.doParse(ParserController.
java:211)
at
org.apache.jasper.compiler.ParserController.parse(ParserController.ja
va:100)
at
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146)
at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
at
org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
at
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext
.java:556)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
.java:296)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2
95)
at
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:214)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:825)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ssConnection(Http11Protocol.java:731)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:526)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
at java.lang.Thread.run(Thread.java:595)


You must specify exactly one of forward, href, or page

2005-02-16 Thread Vijay Kumar
Hai
 I am new to struts I am using html:link to call a java script and
html:img src ./for displaying the images 
But it's giving an error javax.servlet.jsp.JspException: Cannot create
rewrite URL: java.net.MalformedURL
Exception: You must specify exactly one of forward, href, or page 
Can any one have the solution for this
Bye
vijay