need help

2003-01-29 Thread Vinay
Hi I am new to struts , been struggling to get this working . So far I have worked with a simple struts application which doesn't need to use any iterations in the JSP page. My initial form has certain input fields .When the user enters data into the input fields and says submit he is ret

Need help!

2001-06-27 Thread Pham Thanh Quan _ SDC
Hi all,   I have a problem, my code in a jsp page is as follow :     <%Vector v = new Vector(); // put something into the vector here pageContext.setAttribute("list", v, PageContext.PAGE_SCOPE); %>            I would like to put the first part into an action class and the last p

NEED HELP

2001-05-04 Thread TIqbal
I have one jsp page that dynamically generated and looks like as below. I want to navigate to another jsp page when user selected 2 checkboxes and press submit button. How do I know which two check buttons are checked? and how I can pass customer number (key) and customer name to next page? Any

Need help

2001-11-02 Thread Ashoka Murthy
Hi, I am relatively new to struts..I have a login page on which I fill user name and password and press "login" button. Then it should go to home.jsp instead browser says "Page cannot be displayed". I saw the Tomcat console and error given is "No action instance for path /logon could be create

FW: need help

2003-07-14 Thread Mohan Kalyanasundaram
t should be the setting within > the struts-config file for the above scenario. > > Sorry, if my questions are dumb. I need help. > > Thanks in advance, > Mohan > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Need help -DynaValodatorForm

2003-02-13 Thread Anand M S
Hi All, I'm planning to use DynaActionForm and DynaValidatorForm but I could not get proper documentation about usage, please can u help me out. Thanks, Anand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: need help

2003-01-29 Thread Puneet Agarwal
Is it that you are not able to display what you received from the database ? - Original Message - From: "Vinay" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 5:20 PM Subject: need help

I NEED HELP

2003-03-24 Thread Richard Raquepo
Please view email: 1. error starting my struts app in tomcat 2. error in my struts config I really need help badly. THANKS! -richard

Need Help Fast

2002-09-26 Thread Smith, Johnathan M.
This is not really a struts question but I am using struts a maybe someone can help. I system has allot of state dropdown's so I I made a tag for the programmers to insert into the JSP pages. The Tag builds a ArrayList with the states in it and then saves the states as a attribute in the pageCo

Need help - - Desparate

2002-03-09 Thread Nishant Asthana
Hi , I have tried to search this archive for problems that I am having with my JSP, but was not able to get much help. I am a newbie to JSP customs tags. Please if anyone could help.Situations kinda grave. Heres a snapshot of my JSP Where : browseNode is a container object or SearchBrowseR

Re: Need help!

2001-06-27 Thread Dmitri Colebatch
On Thu, 28 Jun 2001 14:27, you wrote: > I would like to put the first part into an action class and the last part > into a jsp page but the problem is i can't get the variable pageContext > from the action class. Should i use session to solve this problem ? (e.g. > the action class will put the ve

Hyperlink - Need help

2001-01-18 Thread SPandith
Hi, I need to include a parameter for a hyperlink. I have enumerate which operates just like iterate. Here is my code: Here I want t

Re: NEED HELP

2001-05-04 Thread Scott Walter
With the checkboxes only the checkboxes that are checked will be sent to the http header. In other words only checked checkboxes will have values from a request.getParameter("") call. To pass a value onto the next page you could either store in a hidden field on the first page or pass it on the

RE: Need help

2001-11-02 Thread Barry Jia
did you have this classes in your WEB-INF/classes dir ?"com.tgt.d2g.auth.LogonAction" -Original Message- From: Ashoka Murthy [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 2:41 PM To: [EMAIL PROTECTED] Subject: Need help Hi, I am relatively new to struts..I ha

RE: Need help

2001-11-02 Thread Ashoka Murthy
Yes I do :-( >From: Barry Jia <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: Need help >Date: Fri, 2 Nov 2001 15:19:42 -0500 >

RE: Need help

2001-11-02 Thread Justin Piper
Are you submitting your form to /login, or /do/login? Alternately, are you using the tag with the action attribute set to "/login"? -Original Message- From: Ashoka Murthy [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 1:41 PM To: [EMAIL PROTECTED] Subject: Need

Re: Need help

2001-11-02 Thread Christian Rosner
Hi Ashoka, your sample struts config file does not define a form bean. Maybe this is the reason for your problem. > type="com.tgt.d2g.auth.LogonAction" >name="logonForm" >input="/jsp/logon.jsp" >s

Re: Need help

2001-11-02 Thread Mark Gordon
I think all paths are relative to the root of your application. I am new to struts... so I may be all wrong but make the path in your action "/jsp/logon" then in your form use "/jsp/logon" as the action -Mark Ashoka Mur

Re: Need help

2001-11-02 Thread Ashoka Murthy
Pardon me, I forgot to mention earlier that the entry is also there. Ashoka Murthy >From: "Christian Rosner" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECT

Re: Need help

2001-11-02 Thread Ashoka Murthy
Will get back on this. Probably the right track to go. Tnx Ashoka >From: Mark Gordon <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >Subject: Re: Need help >Date: Fri,

Need help on

2002-01-30 Thread Sher_A
Struts example command: I read it as: "user" is the bean, "user.subscriptions" is the Collection (Vector or Array), and each element in that Collection will be "subscription". If that's correct, why am I getting this error: javax.servlet.ServletException

Need help on

2002-01-31 Thread Sher_A
Can someone help me with this question? Thanks. Struts example command: I read it as: "user" is the bean, "user.subscriptions" is a Collection (Vector or Array) in that bean, and each element in the Collection will be referenced as "subscription". If that's cor

Need HELP ! (Newbie)

2002-05-30 Thread Jerome Savage
Dear Struts User Community, == DISCLAIMER : NEW to Struts and List (Please Help) == I am the IT Operations Prime supporting several Development teams one of such is trying to implement Struts as part

Need Help!!! Pls

2002-05-30 Thread Shinyang
Hi, I am struts newbie! I develop an application to search a database. I have some problems that I fail to solve, before even connect to db. I do a search form. Before display the form, I need to populate some of the fields with java bean get from servlet context. The java bean in the servle

Re: FW: need help

2003-07-15 Thread Dichotomy
form data is picked up for display. If that is the case, will > > there be an easy way for me to set the form data from the same action > > class for the form before the data is displayed? Where can I see a sample > > code if I use one single ac

Re: FW: need help

2003-07-15 Thread Adam Hardy
single action class for loading the data and for processing the actions within the form? What should be the setting within the struts-config file for the above scenario. Sorry, if my questions are dumb. I need help. Thanks in advance, Mohan

Re: FW: need help

2003-07-15 Thread mohan
n class for the form before the data is >> displayed? Where can I see a sample code if I use one single action >> class for loading the data and for processing the actions within the >> form? What should be the setting within the struts-config file for the >> above scenari

Need help for design

2003-07-30 Thread Anubhav Kale
Hello I want to create a simple JSP page with login and password fields. If i/p is correct (verified against a database) I should give user access to some JSP pages. If user tries to go to these JSP pages directly without entering correct username and password then he should be redirected back

Need Help : Iterate Tag

2003-10-23 Thread Shakti . Dalabehera
Hi All, I am keeping some user info in a hashmap where "uid" is the key & the value is a vector which contains the rest of the user details . can anyone tel me how to exapand the Vector in the jsp to fetch the userdetails. Using the folling code i am able to prrint the "uid" & the Vecto

Need help with struts

2003-03-14 Thread Sinkinson,Andrew [NCR]
Unfortunaly I am using JB8 and have been experiencing nothing but problems. If I dont add struts.jar as a required lib for Tomcat4.06 I get the "java.lang.NoClassDefFoundError: org/apache/struts/action/ActionMessage". When I add struts.jar as a required lib for my web container my message resources

Dumb -but need help

2003-01-29 Thread Vinay
Hi I am new to struts , been struggling to get this working . So far I have worked with a simple struts application which doesn't need to use any iterations in the JSP page. My initial form has certain input fields .When the user enters data into the input fields and says submit he is retur

Re: I NEED HELP

2003-03-24 Thread Simon Kelly
... and for my next trick I will turn Mr Bush into a Donkey!! Damit, someone beat me too it =:0) Cheers Simon - Original Message - From: "Richard Raquepo" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 24,

Re: I NEED HELP

2003-03-24 Thread Richard Raquepo
here's my servlet.xml of my tomcat - Original Message - From: "Simon Kelly" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 5:26 PM Subject: Re: I NEED HELP > I've

Re: I NEED HELP

2003-03-24 Thread Simon Kelly
L PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 10:50 AM Subject: Re: I NEED HELP > here's my servlet.xml of my tomcat > > reloadable="true" crossContext="true"> >

RE: Need Help Fast

2002-09-26 Thread Robert Taylor
age- > From: Smith, Johnathan M. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 8:13 AM > To: 'Struts Users Mailing List' > Subject: Need Help Fast > > > This is not really a struts question but I am using struts a maybe someone > can help. I system has

RE: Need Help Fast

2002-09-26 Thread Ville Peurala
nothing... } But why do this in a tag at all? If your list of states never changes, you might as well initialize it in an init() method somewhere. T: Ville Peurala -Original Message- From: Smith, Johnathan M. [mailto:[EMAIL PROTECTED]] Sent: 26. syyskuuta 2002 15:13 To: 'Struts Use

RE: Need Help Fast

2002-09-26 Thread Smith, Johnathan M.
Can you please send me a sample of a better way -Original Message- From: Ville Peurala [mailto: Sent: Thursday, September 26, 2002 8:26 AM To: Struts Users Mailing List Subject: RE: Need Help Fast Hello, One possible solution: Put the ArrayList in application context and put a

RE: Need Help Fast

2002-09-26 Thread Hajratwala, Nayan (N.)
- Chikli Consulting LLC - http://www.chikli.com -Original Message- From: Smith, Johnathan M. [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 9:14 AM To: 'Struts Users Mailing List' Cc: '[EMAIL PROTECTED]' Subject: RE: Need Help Fast Can you please se

Re: Need Help Fast

2002-09-26 Thread Michael Lee
Original Message - From: "Hajratwala, Nayan (N.)" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 9:41 AM Subject: RE: Need Help Fast > Essentially, he is saying you can rewrite your

Need help on design

2002-10-24 Thread Hari
Hi, Can somebody help me on this. As of now, my action classes are sending data in ActionForm as value objects to business objects. Will there be any performance degradation if i use Properties or hashtable in place of value objects to send data in the Actionform and send it to business objects.

html:submit problem need help

2002-09-03 Thread Ashish Kulkarni
Hi, I have 2 buttons on my jsp and i want to find out which button is pressed in my Action class, but i m not getting the submit parameter in request, my code is as below I am 2 buttons on my jsp as below Login signout my struts-config.xml is as below and my Action class

Need help with logic:iterate

2002-09-17 Thread John Owen
I include the following tags in my jsp (tacaReport.jsp) : In my action class (TACAReportAction.java), I make a call to a business delegate and get a Collection back. I basically want to make this Collection available to the resultant jsp page and use it wi

Need help on html:multibox

2002-09-17 Thread Sharon Tam
Hi, Does anyone know why the multibox selected values are not populated into the formbean after I submit the form? Everything works with struts 1.0.2, but not with struts 1.1. Thanks in advance! - Do you Yahoo!? Yahoo! News - Today's headlines

Re: Need help - - Desparate

2002-03-09 Thread Elijah Jacobs
do you have a setters and getters for the breadCrumbTrail attribute in your SearchBrowseResults bean? - ej - Original Message - From: "Nishant Asthana" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 09, 2002 4:49 PM Subject: Need help - - Despa

RE: Need help - - Desparate

2002-03-10 Thread Thinh Doan
urday, March 09, 2002 3:50 PM To: [EMAIL PROTECTED] Subject: Need help - - Desparate Hi , I have tried to search this archive for problems that I am having with my JSP, but was not able to get much help. I am a newbie to JSP customs tags. Please if anyone could help.Situations kinda grave. Heres a sna

need help? (to TED)

2001-08-30 Thread Satyan Nair
i want to generate a particular link if there is any error! according to the example in strutsthe error tag is i want to generate this link only if there is an error how do i use the error tag... i tried doing like but it didn't work(obviou

Enumerate tag - NEED HELP

2001-01-16 Thread SPandith
Hi, I am using Struts 0.5. I have a bean called dispProductsBean which has a hashtable called "products". How do I get the contents of the hashtable in my jsp page using enumerate tag. Please help Sharmila Pandith Software Engineer iXL Inc. phone: 212-500-5180 AIM: spandith Yahoo: spandith M

HASHTABLE - NEED HELP URGENT

2001-01-17 Thread SPandith
Hi, I am using Struts 0.5. I have a bean called dispProductsBean which has a hashtable called "products". How do I get the contents of the hashtable in my jsp page using enumerate tag. Here is my jsp: <%@ page language="java" %> <%@ page session="true" import="java.util.*" %> <%@ taglib uri="/

Re: Hyperlink - Need help

2001-01-27 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > Hi, > > I need to include a parameter for a hyperlink. I have enumerate which > operates just like iterate. > Here is my code: > property="products" > > > >property="productID"/> >

Need help with Bean:define.

2001-04-17 Thread Alex Colic
Hi, I have a bean StoreRoomForm which I have saved in the session in application scope via: StoreRoomForm storerooms=new StoreRoomForm(); ServletContext context=this.getServlet().getServletContext(); context.setAttribute("storeroom",storerooms ); StoreRoomForm has the follo

Need help with logic:iterate :)

2001-04-19 Thread Alex Colic
Hi, I am trying to get a handle on the logic:iterate tag. I have an object in application scope under the key 'storeroomList.' There is a vector of objects under the property 'storeroomList'. Each one of the objects in this vector has a property 'name.' What I am trying to do is go through the

need Help with HTML:LINK

2001-04-20 Thread TIqbal
Can anyone help me how to pass single parameter in html:link and that parameter how i can receive in action servlet in which method MANY Thanks in ADVANCE!!! TAHIR IQBAL

Re: Need help on

2002-01-31 Thread marco volpe
hi you can go here: http://jakarta.apache.org/struts/api-1.0/org/apache/struts/taglib/logic/pack age-summary.html - Original Message - From: "Sher_A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 3:36 PM Subject: Need help on >

Re: Need help on

2002-01-31 Thread Brian Holzer
This is only a debugging type suggestion, but you could put your interate inside of a SCHEDULE WAS FOUND tag and make sure that the collection is being found. Brian >>> [EMAIL PROTECTED] 01/31/02 08:36am >>> Can someone help me with thi

Re: Need help on

2002-01-31 Thread Philippe Hodapp / 1genia
: 01 48 25 76 05 Fax : 01 48 25 11 47 GSM : 06 20 15 32 61 http://www.1genia.com - Original Message - From: "Sher_A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 3:36 PM Subject: Need help on

RE: Need help on

2002-01-31 Thread Greg Hess
ing List Subject: Re: Need help on hi you can go here: http://jakarta.apache.org/struts/api-1.0/org/apache/struts/taglib/logic/pack age-summary.html - Original Message - From: "Sher_A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 3:3

RE: Need Help!!! Pls

2002-05-31 Thread Galbreath, Mark
iday)! Mark -Original Message- From: Shinyang [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 2:31 AM To: [EMAIL PROTECTED] Subject: Need Help!!! Pls Hi, I am struts newbie! I develop an application to search a database. I have some problems that I fail to solve, before even conn

Re: Need Help!!! Pls

2002-06-01 Thread Stephen
k" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 3:45 AM Subject: RE: Need Help!!! Pls > Yes, there are a number of people here who can help. No, we cannot suggest > a better way of doing what you

RE: Need Help!!! Pls

2002-06-03 Thread Galbreath, Mark
:[EMAIL PROTECTED]] Sent: Sunday, June 02, 2002 4:42 AM To: Struts Users Mailing List Subject: Re: Need Help!!! Pls Hi Mark! Thanks for your suggestion to read the how to ask smart question!! Indeed, this is the first time i submit question to this user-group and don't really know to what ext

RE: Need Help!!! Pls

2002-06-04 Thread Step
an is a wrapper of Site bean. Inside the Sites bean I have a HashMap to store all site beans. And there is a getter method to return an array of Site. Pls help Thanks Step -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: 03 June 2002 20:39 To: 'Struts

Re: Need help for design

2003-07-30 Thread Prashanth.S
Hi, U can use authenticator classes of whatever server u use...Example is to use cauchoauthenticator [if u r using resin web server]...etc Thnks Prashanth Anubhav Kale <[EMAIL PROTECTED]> wrote: Hello I want to create a simple JSP page with login and password fields. If i/p is correct (verified

Re: Need help for design

2003-07-31 Thread Anubhav Kale
I am using Tomcat server. Can you please tell me how exactly to do that (what code I have to write etc) Thanks Anubhav - Original Message - From: "Prashanth.S" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, July 31,

Re: Need help for design

2003-07-31 Thread Prashanth.S
xactly to do that (what code I have to write etc) Thanks Anubhav - Original Message - From: "Prashanth.S" To: "Struts Users Mailing List" Sent: Thursday, July 31, 2003 11:33 AM Subject: Re: Need help for design > Hi, > U can use authenticator classes of whate

Re: Need help for design

2003-07-31 Thread manglu
Anubhav This should be simple Use Container managed Security as specified in (J2EE) Use Form based Login - login.jsp and secure the JSPs which you want to by specifiying hte constraints in Web.xml If the user accesses these secured JSPs then he would be automatically routed to login.jsp (if h

Re: Need help for design

2003-07-31 Thread Erik Price
Anubhav Kale wrote: Hello I want to create a simple JSP page with login and password fields. If i/p is correct (verified against a database) I should give user access to some JSP pages. If user tries to go to these JSP pages directly without entering correct username and password then he should

RE: Need help for design

2003-07-31 Thread Bailey, Shane C.
Take a look: securityfilter.sourceforge.net I am using it successfully. -Original Message- From: manglu [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 7:54 PM To: [EMAIL PROTECTED] Subject: Re: Need help for design Anubhav This should be simple Use Container managed

RE: Need Help : Iterate Tag

2003-10-23 Thread Chen, Gin
al Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 5:35 AM To: Struts Users Mailing List Subject: Need Help : Iterate Tag Hi All, I am keeping some user info in a hashmap where "uid" is the key & the value is a vector which

Need help forming Response object

2004-01-16 Thread Dan Payne
I would like to be able to construct a HTTP POST response and send it to a specific server. This would be outside of a typical client request/response chain. What is happening (perhaps there is a better way to do this?) is a new user signs up for a member account on our website. The form is proce

need help with struts error

2003-03-04 Thread Matthew Van Horn
I get the following error whenever I deploy an .ear file, but if I just stop and start JBoss the file is picked up and deploys fine. If I then touch the file, I get the error again. What gives? The best I can find with google is that it may have something to do with the DTD going missing, or an

Need help for java IDE

2003-01-03 Thread Ravireddy
Hi greetings, I want to know any opensource IDE for Java which is compatable for Debugging java, jsp and j2ee , If anyone knows , pls let me know Ravi

need help for struts - EJB

2003-01-27 Thread Buics
good day! i'm new to struts. does anybody had a documents of struts accessing EJB? or any usefull materials, instructions, etc.. will do. --buics -- To unsubscribe, e-mail: For additional commands, e-mail:

one desing question, need help

2003-01-30 Thread Ashish Kulkarni
Hi, I want to write 2 classes , one class say MyAction extends Action and the other class say MyDispatchAction extends DispatchAction. I want to have some code ( like setting some parameters or getting connection from pool) handled in both the classes, but i want to write it in such a way that i d

logic:iterate not updating. Need help

2004-01-28 Thread Deepak Mundada
Dear Friends, (B (BI am facing problem in the updating of ActionForm properties from the struts (Bbased jsp page particularly tag. (B (B (B (BWhile initial display the values of my Taisho object is getting displayed (Bproperly using but when I change those displayed values in (Bhtml page

need help with indexed properties

2002-11-07 Thread Kevin HaleBoyes
I have a Forms Bean public class IndexedForm { private String items[] = new String[] {"one", "two"}; public String[] getItems() { return items; } public void setItems( String[] v ) { items = v; } } and a JSP page to display/edit the items: The tag displays the content

Re: html:submit problem need help

2002-09-03 Thread Dan Walker
I think this link: http://husted.com/struts/tips/002.htm addresses that issue. -Dan On Tuesday 03 September 2002 11:53, you wrote: > Hi, > > I have 2 buttons on my jsp and i want to find out which button is pressed > in my Action class, but i m not getting the submit parameter in request, my >

Re: html:submit problem need help

2002-09-04 Thread Aamir Majeed
gnoreCase(request.getParameter("submit"))){ //submit code } Regards Aamir - Original Message - From: "Dan Walker" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, September 03, 2002 10:01 PM Subject: Re: html:subm

Re: Need help on html:multibox

2002-09-17 Thread Eddie Bush
I have no clue. I believe Ted Husted covers that topic in his tips though: http://husted.com/struts/tips Sharon Tam wrote: >Hi, > >Does anyone know why the multibox selected values are not populated into the formbean >after I submit the form? Everything works with struts 1.0.2, but not wi

Re: Need help on html:multibox

2002-09-17 Thread Sharon Tam
Thank you so much, Eddie. It was because I have an extra method getSelectedItems(int i) besides getSelectedItems(). Eddie Bush wrote: I have no clue. I believe Ted Husted covers that topic in his tips though: http://husted.com/struts/tips Sharon Tam wrote: >Hi, > >Does anyone know why the

Need Help with nested:define tag

2002-09-19 Thread Kurian, Biju
Hi, I am having some problems with the tag that I am hoping someone can help me resolve. I use the tag within a tag as follows: <%=foo%> where , getter for 'payDenialCode' has been defined in the iterated bean. I get the following error: cannot resolve symbol probably occurred due to an e

need help installing struts-example

2001-06-15 Thread joey sark
apparantly i have botched intstalling the struts example apps. looks like maybe a problem with whatever parses that example xml database. if you can tell what is wrong from the dump below, i'd be so grateful. Thanks ( using tomcat 3.2 ) from servlet log: 2001-06-15 06:08:01 - path="/struts-exam

need help with struts installation

2001-08-20 Thread Chuck Carroll
Hi,    I am a new user of the struts package and am using Tomcat 3.2.3 on Windows 2000 Professional with service pack 1.  I have tried to follow the directions on the installation of Tomcat, as well as that for struts.  “Normal” servlets and JSPs work just fine, so I think Tomcat is okay.  T

RE: need help? (to TED)

2001-08-30 Thread Shamir Juma
Try this: > Shamir Juma -Original Message- From: Satyan Nair [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 12:16 PM To: [EMAIL PROTECTED] Subject: need help? (to TED) i want to generate a particular link if there is any er

RE: need help? (to TED)

2001-08-30 Thread Satyan Nair
thanks shamir org.apache.jasper.compiler.ParseException: /jsp/logon.jsp(19,23) Attribute value should be quoted i got this error! am i missing something?

Re: need help? (to TED)

2001-08-30 Thread Fabrice CANTEGREL
maybe the quotes for the name attribute Satyan Nair wrote: > thanks shamir > > org.apache.jasper.compiler.ParseException: /jsp/logon.jsp(19,23) Attribute > value should be quoted > > i got this error! > > am i missing something? CANTEGREL Fa

RE: need help? (to TED)

2001-08-30 Thread Satyen . Chikane
name="<%=Action.ERROR_KEY%>"> u missed the quotations probably ... -Original Message- From: Shamir Juma [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 4:39 PM To: '[EMAIL PROTECTED]' Subject: RE: need help? (to TED) Try this: >

Re: HASHTABLE - NEED HELP URGENT

2001-01-18 Thread Ted Husted
Using the 1.0 iterate tag (never used 0.5 or enumerate myself), you would print the elements of a Hashtable like this: <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>

Re: Need help with Bean:define.

2001-04-17 Thread Dan Miser
setStoreroom and getStoreroom are not using the same class type. If you change them to match, this will work. -- Dan Miser http://www.distribucon.com >From: "Alex Colic" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Struts" <[EMAIL PROTECTED]

Re: Need help with logic:iterate :)

2001-04-19 Thread Dan Miser
Miser http://www.distribucon.com >From: "Alex Colic" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Struts" <[EMAIL PROTECTED]> >Subject: Need help with logic:iterate :) >Date: Thu, 19 Apr 2001 15:50:44 -0400 > >I >have attempted th

RE: Need help with logic:iterate :)

2001-04-19 Thread Roman Fail
Cc: Subject: Need help with logic:iterate :) Hi, I am trying to get a handle on the logic:iterate tag. I have an object in application scope under the key 'storeroomList.' There is a vector

Re: Need help with logic:iterate :)

2001-04-19 Thread Oldeboershuis, Simon
Hi Alex, see below Alex Colic schrieb: > > Hi, > > I am trying to get a handle on the logic:iterate tag. > > I have an object in application scope under the key 'storeroomList.' > There is a vector of objects under the property 'storeroomList'. Each one of > the objects in this vector has a pr

RE: need Help with HTML:LINK

2001-04-20 Thread Nanduri, Amarnath
Don't forget the 'single quote' after the page=, else you will get a compile error cheers, Amar.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 9:21 AM To: [EMAIL PROTECTED] Subject: need Help with HTML:LINK Can

RE: need Help with HTML:LINK

2001-04-20 Thread TIqbal
TECTED]' > Subject: RE: need Help with HTML:LINK > > > key="menu.updateprofile"/> > > Don't forget the 'single quote' after the page=, else you will get a > compile > error > > cheers, > Amar.. > > -Original Message---

RE: need Help with HTML:LINK

2001-04-20 Thread Nanduri, Amarnath
PROTECTED] Subject: RE: need Help with HTML:LINK Iam trying to receive parameter in perform like this request.getParameter("cardnum"); but value does not come ... any clue... > -Original Message- > From: Nanduri, Amarnath [SMTP:[EMAIL PROTECTED]] > Sent: Friday, April 20

Struts-Layout Error: Need Help

2001-12-21 Thread L. Yeung
Hi I'm a newbie in Struts-Layout. I got this error when i deployed it in Tomcat-4.0 javax.servlet.ServletException: try to access method org.apache.struts.action.ActionForm.getServlet()Lorg/apache/struts/action/ActionServlet; from class fr.improve.struts.taglib.layout.FormTag Thanks in advance.

Need help with DynaStuff... (Humor)

2002-07-03 Thread wbchmura
I am out the rest of the week and I was saving this one for Friday so here it is today: First there was DynaBeans then DynaForms But what about: DYNAMEN - Ultra silly redubbing of a Japanese monster/superhero show. Ran on night flight during the eighties then showed up on syndicated TV for a

need help with nested:iterate tag -- NullPointerException

2003-07-11 Thread Wes Rood
Hi I was trying to convert a logic:iterate into a nested:iterate and I'm getting a NullPointerException. First off, the Action is adding a List to the request like this: request.setAttribute("courseProviderList", theList); and the JSP is successfully iterating through the objects using logic

Need Help : DispatchAction and without javascript.

2003-07-23 Thread Shashank Dixit
Hello All, I request you to suggest solution for the following problem. I want to use LookupDispatchAction or DispatchAction class so that the framework can call my action class methods when user preses any button in the JSP page. If I use buttons the value (which is equal to method name) with

RE: one desing question, need help

2003-01-31 Thread Bredesen, Chris - NA US HQ Delray
ndrew Hill [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 10:41 PM > To: Struts Users Mailing List > Subject: RE: one desing question, need help > > > Shared utility class is probably your best bet. > > In my app, I actually created my own dispatch action

Re: need help with struts error

2003-03-04 Thread Chetan Sahasrabudhe
uesday, March 04, 2003 1:39 PM Subject: need help with struts error > I get the following error whenever I deploy an .ear file, but if I just > stop and start JBoss the file is picked up and deploys fine. > If I then touch the file, I get the error again. What gives? > The best I can fi

RE: need help with struts error

2003-03-04 Thread Brian Topping
m up anyway, they could be on the transitive closure of the runtime link. hth, -b -Original Message- From: Matthew Van Horn [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 12:09 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: need help with struts error I get the foll

  1   2   3   4   >