Re: Including one JSP in another

2004-01-19 Thread Gurpreet Dhanoa
try to using jsp:include instead of %@ include Gary - Original Message - From: vasudevrao gupta [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 19, 2004 1:56 PM Subject: Including one JSP in another Hi All, I have jsp1

Re: Including one JSP in another

2004-01-19 Thread Gurpreet Dhanoa
Gary - Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:03 PM Subject: Re: Including one JSP in another try to using jsp:include instead of %@ include Gary - Original

Re: Including one JSP in another

2004-01-19 Thread Gurpreet Dhanoa
of the cvarialble to something welse than that of html tag and it will show you the output. Hope this will help. Gary - Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 19, 2004 2:16 PM Subject: Re

Re: Tomcat Shutdown Control

2004-01-02 Thread Gurpreet Dhanoa
/location /error-page Cheers A -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Friday, January 02, 2004 12:27 PM To: Struts Users Mailing List Subject: Tomcat Shutdown Control Hi Guys, In my application I am generating left and right navigation pages

Re: Tomcat Shutdown Control

2004-01-02 Thread Gurpreet Dhanoa
Oberholzer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 02, 2004 12:56 PM Subject: Re: Tomcat Shutdown Control You cannot display a message, because there is no service to handle the request --- Gurpreet Dhanoa [EMAIL PROTECTED] wrote: Hi Aman

Tomcat Shutdown Control

2004-01-01 Thread Gurpreet Dhanoa
Hi Guys, In my application I am generating left and right navigation pages of the site dynamicaly. Now if my page is under the processing . that means If tomcat is processing the page and i shutdown the servcie of Tomcat then half of the page display null coz full processing was not done. Now

Using JavaScript with Struts

2003-12-28 Thread Gurpreet Dhanoa
HI All Can anybody help me out in guiding How to use Java-Script in Struts Regards Gary

Re: design question

2003-12-24 Thread Gurpreet Dhanoa
hi Drik once the user have filled up the other 2 forms in the pop window u can make object of those two forms into your final action and can get the values like Form1 form=new Form1(); Form2 form2=new Form2(); from1.getUserAddress(); from1.getCity(); Hope this works Regards Gurpreet Dhanoa

Re: How to put an object into the application scope from a plugin interface

2003-12-19 Thread Gurpreet Dhanoa
hi THink you are slightly wrong syntax for init method is ublic void init(ActionServlet servlet, ApplicationConfig applicationConfig) throws javax.servlet.ServletException { } So you can access Application object and can set the attribute intop it Regards Gary - Original Message

Re: How to put an object into the application scope from a plugin interface

2003-12-19 Thread Gurpreet Dhanoa
into the application scope from a plugin interface Which interface are you talking about, i'am using org.apache.struts.action.PlugIn isn't it the good one ? Actualy it is working for me ! Mehdi - Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List

Re: Check-boxes and formbeans

2003-12-18 Thread Gurpreet Dhanoa
hi Just declare a property field with the datatype as array like String[] mycheckBox It will automatically populate all of the checkbox selected into the array property Regards Gary - Original Message - From: vasudevrao gupta [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL

Re: Please Help With This Error Message

2003-12-16 Thread Gurpreet Dhanoa
hi Caroline According to me this is perfectly fine. Please see there may be something worng in your JSP Regards Gary - Original Message - From: Caroline Jen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 12:11 PM Subject: Please Help With This Error Message

Re: Error message display in the case of redirect = true

2003-12-10 Thread Gurpreet Dhanoa
: Error message display in the case of redirect = true Hello Gurpreet, Thanks for the input but can you please send me an example of how to do it. Alok Garg Polaris Software Lab Ltd. ( + 91 - 022 - 28290019 Ext. # 1308 ) Gurpreet Dhanoa [EMAIL

Re: session.invalidate() throws exception.

2003-12-10 Thread Gurpreet Dhanoa
hi Antony Can you please briefly explaing the scope and the error Thanks Gary - Original Message - From: Antony Paul [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 5:30 PM Subject: Re: session.invalidate() throws exception. Then

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
You need to put struts-legacy.jar in the lib of tomcat Try with it - Original Message - From: Amjad Shahrour [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 4:34 PM Subject: Have to re open browser each time I am facing this problem that I couldn't figure out

Re: Error message!

2003-12-09 Thread Gurpreet Dhanoa
hi It seems your tld file for HTML is not right. Try to open the tld file and check it - Original Message - From: Zakaria khabot [EMAIL PROTECTED] To: struts-user-help [EMAIL PROTECTED]; struts-user [EMAIL PROTECTED] Sent: Sunday, December 08, 2002 9:24 PM Subject: Error message! Hi, I

Re: Refresh -submit relation

2003-12-09 Thread Gurpreet Dhanoa
Hi You need to use the concept of saveTokens Which prevent yoyr form from getting submitted twice Cheers gary - Original Message - From: Viral_Thakkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 5:17 PM Subject: Refresh -submit

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
Are you handling the sessions from Actions or from Views - Original Message - From: Amjad Shahrour [EMAIL PROTECTED] To: 'Gurpreet Dhanoa' [EMAIL PROTECTED]; 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 5:33 PM Subject: RE: Have to re open browser each

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
] To: 'Gurpreet Dhanoa' [EMAIL PROTECTED]; 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 5:33 PM Subject: RE: Have to re open browser each time I have tried and put struts-legacy.jar at WEB-INF\lib\ Also I have thrown a copy of it in many other places wher

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
hmm AMjad are the JSp and ASP part of the same application or they are using different we servers - Original Message - From: Amjad Shahrour [EMAIL PROTECTED] To: 'Gurpreet Dhanoa' [EMAIL PROTECTED]; 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 6:42 PM

Re: Refresh -submit relation

2003-12-09 Thread Gurpreet Dhanoa
: Viral_Thakkar [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 6:42 PM Subject: RE: Refresh -submit relation Could you please provide some more details about this? -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
will be forwarded to be handled by tomcat) Amjad Shahrour Application Developer Tel: +966.2.653.3334 ext 213 [EMAIL PROTECTED] www.labbaik.com -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 4:12 PM To: [EMAIL PROTECTED]; 'Struts

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
i am not able to get the problem. Please explain me in breif when you are getting this type of error . Are you getting it when you are coming back from ASP to the Action Please exlapin it - Original Message - From: Amjad Shahrour [EMAIL PROTECTED] To: 'Gurpreet Dhanoa' [EMAIL PROTECTED

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
Accoring to me nothing going wrong in this process.. Amjad please give me few moments I want to test and run the same senario out here on my end and will get back to you ASAP - Original Message - From: Amjad Shahrour [EMAIL PROTECTED] To: 'Gurpreet Dhanoa' [EMAIL PROTECTED]; 'Struts Users

Re: Have to re open browser each time

2003-12-09 Thread Gurpreet Dhanoa
for this action) thnx Amjad Shahrour Application Developer Tel: +966.2.653.3334 ext 213 [EMAIL PROTECTED] www.labbaik.com -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 5:21 PM To: Struts Users Mailing List; [EMAIL PROTECTED

PlugIn Scheduler

2003-12-09 Thread Gurpreet Dhanoa
hi I have created the following plug-in and using it into my application. The problem which I am facing is when I am running tomcat. The plug -in is not starting. The basic idea behind this plugin is to start a thread and peform some logic after some interval of time. ANy suggestions will

Re: Error message display in the case of redirect = true

2003-12-09 Thread Gurpreet Dhanoa
hi ALok You can stop the resubmitting of form with the help of Tokens in struts - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 11:00 AM Subject: RE: Error message display in the case of redirect = true

Re: Passing Parameters from Action to JSP's

2003-12-09 Thread Gurpreet Dhanoa
hi Sam IS your form associated with both of the Actions. - Original Message - From: Samanth Athrey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 10:41 AM Subject: Passing Parameters from Action to JSP's Hello All, I have a issue here. Any help would be

Re: PlugIn Scheduler

2003-12-09 Thread Gurpreet Dhanoa
hi ALl It worked perfectly fine. Soon i will be posting the code for all of the buddies so that they can use it into there application. - Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 11:24

Re: iterate over one collection two times in a jsp

2003-12-05 Thread Gurpreet Dhanoa
hi Ralf I am facing the same trouble. If u come to know the answer Please let me know as well Thanks in Advance Gary - Original Message - From: Ralf Rapude [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 05, 2003 4:49 PM Subject: iterate over one collection two times in a

Re: session taglib

2003-12-05 Thread Gurpreet Dhanoa
hi Try String username=(String)session.getAttribute(username); You have explicitly cast it into String as it is Serialized. Regards Gary - Original Message - From: John Ferguson Smart [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, December 05, 2003

Re: html:link

2003-12-04 Thread Gurpreet Dhanoa
USe html:link pahe=/processValidator img src=../../images/execute.gif width=24 height=24 alt=Execute example class=icon / /html:link - Original Message - From: Zakaria khabot [EMAIL PROTECTED] To: struts-user [EMAIL PROTECTED] Sent: Wednesday, December 04, 2002 5:00 PM Subject:

Re: Database with struts

2003-12-04 Thread Gurpreet Dhanoa
hi You have to Configure DataSource and then u can get the refernce of the same it in the ACtion and can use it Regards gary - Original Message - From: Divya B Sridhar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:03 PM Subject: Database with struts Hi

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
Thanks alot - Original Message - From: Christian Burger [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 2:00 PM Subject: RE: MySQL Driver List Use this for Java!! Not the ODBC! http://www.mysql.com/downloads/api-jdbc-stable.html

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
this URl is not working Please advise Thanks Gary - Original Message - From: Christian Burger [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 2:00 PM Subject: RE: MySQL Driver List Use this for Java!! Not the ODBC!

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
at the moment. Gurpreet Dhanoa wrote: this URl is not working Please advise Thanks Gary - Original Message - From: Christian Burger [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 2:00 PM Subject: RE: MySQL Driver List

Re: MySQL Driver List

2003-12-03 Thread Gurpreet Dhanoa
: Wednesday, December 03, 2003 3:05 PM Subject: Re: MySQL Driver List It's working fine ... check back in a while, maybe your internet access is acting up at the moment. Gurpreet Dhanoa wrote: this URl is not working Please advise Thanks Gary - Original Message - From: Christian

Re: Changing SessionId at every request

2003-12-03 Thread Gurpreet Dhanoa
. Fetch the session, expire it. Server will assign new. 2. Fetch the session, don't expire the session, just append a timestamp to it. set a cookie and use that to maintain session. HTH navjot singh -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent

Re: Changing SessionId at every request

2003-12-03 Thread Gurpreet Dhanoa
will assign new. 2. Fetch the session, don't expire the session, just append a timestamp to it. set a cookie and use that to maintain session. HTH navjot singh -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 11:44 AM To: Struts

Bean:write \problem

2003-12-02 Thread Gurpreet Dhanoa
Hi All, I am trying to display the content to the front end user which contains some HTML TAGS. say i have into the database bHI I am bold tag when i am tryiong to display the data using bean:write name=something property=something format=true/ OR bean:write name=something

Re: Bean:write \problem

2003-12-02 Thread Gurpreet Dhanoa
=something property=something filter=false/ Thanks, Kulkarni -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:50 PM To: Struts Users Mailing List Subject: Bean:write \problem Hi All, I am trying to display the content

Scheduler

2003-12-02 Thread Gurpreet Dhanoa
hi All I want to implement a scheduler program something at the starting of the application or at the starting of tomcat. Basically i need one of my program to track all of the reminders i have set in an web-application. Say if i have set a reminder to send an email to client at 1400 hrs

Re: Scheduler

2003-12-02 Thread Gurpreet Dhanoa
with the J2EE spec...I remember reading something about threads...but that might be for EJBs only...Anyone can shed some light on this issue? Regards Henrik - Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday

Re: Scheduler

2003-12-02 Thread Gurpreet Dhanoa
02, 2003 5:38 PM Subject: Re: Scheduler Please share your success with the rest of us... I am in need of similar functionality...very soon... - Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, December 02, 2003

MySQL Driver List

2003-12-02 Thread Gurpreet Dhanoa
hi ALl I want to connect my strut application with mySQL database. Can some one refer me to the URL from where i can download the thin drivers for the same. Thanks in Advance Regards Gary

Changing SessionId at every request

2003-12-02 Thread Gurpreet Dhanoa
HI, IS it possible to change the Session Id generated by the Web Server at every request for the same client. I wil make it much more clear. Say i have a Servlet running on Tomcat. what i want is when ever any User lets assume USER A ask for a request i want to change the sessionId server

Simple Tiles Question

2003-11-28 Thread Gurpreet Dhanoa
hi ALL, When we incluse dtd while declaring tile-def.xml file which looks something like. !DOCTYPE tiles-definitions PUBLIC -//Apache Software Foundation//DTD Tiles Configuration 1.1//EN http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd; IS IT NESECCARY I SHOULD BE

Display Problem using Struts

2003-11-27 Thread Gurpreet Dhanoa
hi I have an application, In which i want to display the contents posted by the Administrator using HTML tags. Problem is when i am using logic:iterate id=myLogic name=GetData bean:write name=myLogic property=content_body/ /logic:iterate IT is displyaing me the following content without

Re: Display Problem using Struts

2003-11-27 Thread Gurpreet Dhanoa
default, and so filters all HTML sensitive characters... Regards Henrik - Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 11:22 AM Subject: Display Problem using Struts hi I have

Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
Hi We are facing a problem of running an application in Struts using Tiles on the Tomcat running on linux . WE have ran the application on Windows and it is working absolutely fine but when we are trying it to run on Linux we are not able to call Action Servlet and got the error. Then we

Re: Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
We are using 1.1 - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 10:52 PM Subject: Re: Urgent Help Struts on Linux On Thu, 27 Nov 2003, Gurpreet Dhanoa wrote: What version of Struts are you

Re: Urgent Help Struts on Linux

2003-11-27 Thread Gurpreet Dhanoa
- Original Message - From: Gurpreet Dhanoa [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 10:58 PM Subject: Re: Urgent Help Struts on Linux We are using 1.1 - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users

ACtion Form within an ACtion

2003-11-25 Thread Gurpreet Dhanoa
HI All Can anybody link me to the track of calling one Action within another Action. I have one Action File in which I want to call one more ACtion File and then I want to forward to the JSP Can anybody Help Thanks gary

Re: ACtion Form within an ACtion

2003-11-25 Thread Gurpreet Dhanoa
work. private String page = /action.do; pageContext.forward(page); Kind regards Dennis Hunziker -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Dienstag, 25. November 2003 12:47 To: Struts Users Mailing List Subject: ACtion Form within an ACtion HI All

Re: [OT] Need Free database

2003-11-25 Thread Gurpreet Dhanoa
hi Try to Use postgreSQL. it is a free based database and can be downloaded easily from http://www.postgresql.org Regards Gary - Original Message - From: Agashivala, Vishal [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 5:34 PM

Re: System Exception Handling in Struts

2003-11-24 Thread Gurpreet Dhanoa
hi As such you cannot control when system exception occur not in EJB also. THough using follwoing code you can always transfer the user to the well formed error page if in case it occurs. public ActionForward perform(ActionMapping mapping, ActionForm form, HttpServletRequest request,

Re: logic:iterate help

2003-11-24 Thread Gurpreet Dhanoa
hi MOhan Error is coming coz your syntax is not upto the mark. Try with the following logic:iterate id=tsv name=testScoresVector html:select property=testName html:collection name=tsv labelproperty=any property name of the Vector/ /html:select /logic:iterate Cheers gary -

Re: logic:iterate help

2003-11-24 Thread Gurpreet Dhanoa
try this logic:iterate id=tsv name=testScoresVector html:select property=testName html:options collection=tsv property=stateId labelProperty=stateName/ : : /html:select /logic:iterate cheers Gurpreet DHanoa - Original Message - From: [EMAIL

Integration of two Different Applications In Tomcat

2003-11-24 Thread Gurpreet Dhanoa
hi , I have been implementing an application using Struts1.1. We have basic two parts of the application as front end and Admin end. Administrator of the application can access Admin end and front end users can access front section of the site. Currently, we are delpoying both of the

Problem

2003-11-21 Thread Gurpreet Dhanoa
hi ALl I am in a trouble as when i shifted my site from windows to Linux it has been stopped working and giving me the following error Apache Tomcat/4.0.6 - HTTP Status 503 - Servlet action is currently unavailable

Re: Latest vesrion of sturts

2003-11-20 Thread Gurpreet Dhanoa
hi Well this is a 1.1 neta 2 release and we are using it in a live project so u can use it - Original Message - From: Meenakshi Dhawale [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED]; Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:35 PM

How do you deprecate a method?

2003-11-20 Thread Gurpreet Dhanoa
hi ALl Sorry for posting this question here, but it will be highly appreciated if anyone can explain Ques: CAn anyone tell me how to depreciate a method in Java Regards Gary - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [OT] How do you deprecate a method?

2003-11-20 Thread Gurpreet Dhanoa
Thanks alot Thomas - Original Message - From: Thomas Cornet [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 20, 2003 4:55 PM Subject: Re: [OT] How do you deprecate a method? By adding a special tag in the method's javadoc. Example /* *

Tokens

2003-11-19 Thread Gurpreet Dhanoa
hi All Can somebody explain small code snap shot of using Tokens. AS i am trying to use it in one of my application. but due to some unknown reason it is not working. I may be doing something wrong. Any help will be appreciated Regards GAry

Re: Tokens

2003-11-19 Thread Gurpreet Dhanoa
of occurences you want to consider after which it will be treated as whole single string and will be included into your String Array. Hope this help, -Ram -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 6:19 AM To: Struts Users Mailing

Re: Definition for form bean

2003-11-13 Thread Gurpreet Dhanoa
Can you please send the code of your action mapping also. AS i think u may be using attribute not the name while associating the form with the Action. - Original Message - From: Ipsita [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 13, 2003

Re: org.apache.jasper.JasperException: /jsp/LoginView.jsp(9,13) Unable to load class message

2003-11-13 Thread Gurpreet Dhanoa
Hi To look after into the problem. I need to have a look on to ur code. Which server are you using? - Original Message - From: Gali, Sreenivasalu Naidu (Cognizant) [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:33 PM Subject:

Sturts

2003-11-13 Thread Gurpreet Dhanoa
HI is there any way to call a action within an JSP file without using Submit button and any other html:form element I want to call a action with in a logic:iterate which is further containing one more logic:iterate

Re: org.apache.jasper.JasperException: /jsp/LoginView.jsp(9,13) Unable to load class message

2003-11-13 Thread Gurpreet Dhanoa
: org.apache.jasper.JasperException: /jsp/LoginView.jsp(9,13) Unable to load class message Hi, am using Tomcat 4.1 -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 2:38 PM To: Struts Users Mailing List Subject: Re: org.apache.jasper.JasperException: /jsp

Re: simple question

2003-11-13 Thread Gurpreet Dhanoa
you can use bean:write name=attributeName OR bean:message key=attributeName/ Where key is the key defined in resources file Cheers Gary - Original Message - From: Shyam A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 9:40 PM Subject: simple question

Struts-legacy.jar

2003-11-13 Thread Gurpreet Dhanoa
Hi All, Can anyone please explain the real funda of struts-legacy.jar. I faced a big problem of image uploading and was getting error when i was posting the form by setting enctype but when i kept struts-legacy.jar into my webserver classpath. My code is running perfectly What is the logic