RE: Help on struts

2004-03-26 Thread Shoaib
Thanks for your guidance. You are right , we are in the case where user will come back from search page. I will try as you suggested and give feedback. Regards Shoaib I guess the first thing to consider is what you mean by "come back to the previous page". Do you just mean have the user red

Re: help with modules

2004-03-26 Thread James Norman
Try adding contextRelative="true" to the forwards in your struts-config. I remember a similar problem I had a while back, but I'm not entirely sure this will solve it. Here is an example of an Action I had in a struts module I wrote: -james On Fri, 2004-03-26 at 10:08,

RE: HELP: applet-to-action anomaly

2004-03-23 Thread w i l l i a m b o y d
...this is how to reproduce the problem: 1) *FIRST* load http://www.thefreelancer.net:8080/soa/jsp/enterAreaToRead.do? areaid=3. you should be taken to the error page. 2) then, load http://www.thefreelancer.net:8080/soa/jsp/mockups/index.jsp. you can see that the user is "logged in" by the messa

RE: HELP: applet-to-action anomaly

2004-03-23 Thread Pady Srinivasan
For me, clicking on "Standard Area Page: took me to the page with "SoA site - Standard area...". It seems to work ok. Thanks -- pady [EMAIL PROTECTED] -Original Message- From: w i l l i a m b o y d [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 12:57 AM To: [EMAIL PROTECT

RE: help in java script

2004-03-15 Thread Andrew Hill
es (') around the dynamic text some time, cause it's really annoying to use the method im describing here. Regards, Andreas -Ursprüngliche Nachricht- Von: Andrew Hill [mailto:[EMAIL PROTECTED] Gesendet: Montag, 15. M?rz 2004 10:30 An: Struts Users Mailing List Betreff: RE: help

RE: help in java script

2004-03-15 Thread Shobhana.S, ASDC Chennai
e quotes (') around the dynamic text some time, cause it's really annoying to use the method im describing here. Regards, Andreas -Ursprüngliche Nachricht- Von: Andrew Hill [mailto:[EMAIL PROTECTED] Gesendet: Montag, 15. M?rz 2004 10:30 An: Struts Users Mailing List Betreff: RE

RE: help in java script

2004-03-15 Thread Shobhana.S, ASDC Chennai
Hi! If my value is an int variable then how shld i pass the value>? Say, <% int value=10; %> I want to pass this value to my onchange event. Unliek this case where i've defined the value in my program the value is determined dynamically. Thank you Shobhana

RE: help in java script

2004-03-15 Thread Andrew Hill
Should not that be: (note the ' around value) -Original Message- From: Shobhana.S, ASDC Chennai [mailto:[EMAIL PROTECTED] Sent: Monday, 15 March 2004 17:27 To: Struts Users Mailing List Subject: help in java script Hi ! I'm getting a problem when i use java script in my struts applic

RE: Help on struts

2004-03-13 Thread Andrew Hill
I guess the first thing to consider is what you mean by "come back to the previous page". Do you just mean have the user redirected back to that url when they have finished playing with the search? or is it more complex. For example the previous page is a form, and they are halfway through filling

RE: help implementing modules...

2004-03-12 Thread Damm, Gary
-Original Message- > From: Srikanth Shenoy [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 11, 2004 7:30 PM > To: [EMAIL PROTECTED] > Subject: Re: help implementing modules... > > Hi Gary, > > I would suggest download the following free chapter from my book -

RE: help implementing modules...

2004-03-12 Thread Liu, Anne I
struts-config-module1.xml add the following entry Hope this helps! > -Original Message- > From: Liu, Anne I [SMTP:[EMAIL PROTECTED] > Sent: Friday, March 12, 2004 10:13 AM > To: 'Struts Users Mailing List' > Subject: RE: help imple

RE: help implementing modules...

2004-03-12 Thread Liu, Anne I
I think it might be a problem with using the html tag library?? I use straight HTML and it seems to work fine > -Original Message- > From: Damm, Gary [SMTP:[EMAIL PROTECTED] > Sent: Thursday, March 11, 2004 5:50 PM > To: Daniel; Struts Users Mailing List > Subject

Re: help! I m going mad

2004-03-12 Thread Siamack
Hello: the "name" attribute in your logic:iterate should be your object name not your class name. Hope this helps. <%-- --%> Submit Changes regards, - Post your free ad now! Yahoo! Canada Personals

Re: help! I m going mad

2004-03-12 Thread Niall Pemberton
In your struts-config.xml, is the action which initially displays your jsp page associated with TestBeanForm? Niall - Original Message - From: "Mu Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 10:17 AM Subject: help! I m going mad > I just cant use logi

Re: help! I m going mad

2004-03-12 Thread Mark Lowe
Okay here's a full example, first of all i'm going to mess with your naming conventions as they'd drive me mad also //bean package com.sparrow.struts; public class TestBean { private String name; public String getName() { return name; }

RE: help me about indexed properties

2004-03-11 Thread Mu Mike
TECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: help me about indexed properties Date: Thu, 11 Mar 2004 21:11:42 -0600 (CST) Hi Mike, the attributes for logic iterate are all explained here: http://jakarta.apache.org/struts/use

Re: help implementing modules...

2004-03-11 Thread Srikanth Shenoy
Hi Gary, I would suggest download the following free chapter from my book - Struts Survival Guide. Go to http://www.objectsource.com and find the link there to download Chapter 4. It tells you how to setup and use modules. Hope that helps, Srikanth Shenoy Author Struts Survival Guide: Basi

RE: help me about indexed properties

2004-03-11 Thread Craig Tataryn
Hi Mike, the attributes for logic iterate are all explained here: http://jakarta.apache.org/struts/userGuide/struts-logic.html#iterate and http://jakarta.apache.org/struts/faqs/indexedprops.html I've put it in my own words for you below: For logic:iterate == name attribute: tag lo

RE: help me about indexed properties

2004-03-11 Thread Mu Mike
sorry, the last mail doesnt display correctly, but when I tried to write a new one, I saw it displays correctly as the below Thanks&Regards From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: help me about indexed properti

RE: help implementing modules...

2004-03-11 Thread Damm, Gary
4 1:41 PM > To: Struts Users Mailing List > Subject: Re: help implementing modules... > > ops ;-) and contextRelative too. > > > - Original Message - > From: "Liu, Anne I" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'"

Re: help implementing modules...

2004-03-11 Thread Daniel
ops ;-) and contextRelative too. - Original Message - From: "Liu, Anne I" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 5:08 PM Subject: RE: help implementing modules... > I

Re: help implementing modules...

2004-03-11 Thread Daniel
take out the redirect attribute. Abraços Daniel S. - Original Message - From: "Liu, Anne I" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 5:08 PM Subject: RE: help implementing modules.

RE: help implementing modules...

2004-03-11 Thread Liu, Anne I
I don't know if this will help, but you have to prepend the module name into your URL. Thus, your link should look like I've found the short section in the struts the most helpful when dealing with modules http://jakarta.apache.org/struts/userGuide/configuration.html#dd_config_modu

RE: help me with using bean

2004-03-11 Thread shirishchandra.sakhare
Can you send the mail without the entrust cretificate? I can not read the mail and hence help you :-(( > -Original Message- > From: stu [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 11, 2004 3:04 PM > To: [EMAIL PROTECTED] > Subject: Re: help me with using bea

Re: help me with using bean

2004-03-11 Thread stu
On Thu, 11 Mar 2004 01:30:38 + "Mu Mike" <[EMAIL PROTECTED]> wrote: > I have files like the below,I m trying to submit a bean object to my > action class, yet when I pressed the "submit" on the jsp file,it threw > an exception:java.lang.IllegalArgumentException: No bean specified > > what i

RE: help about struts

2004-03-11 Thread Leticia Golubov
This is where I started: Read Struts In Action (Published by Manning) book. http://www.manning.com/husted/index.html Resources: http://jakarta.apache.org/struts/ http://jakarta.apache.org/index.html -Original Message- From: EROL TEZCAN [mailto:[EMAIL PROTECTED] Sent: 11 March 2004 10:11

RE: help me with using bean

2004-03-10 Thread Mu Mike
ok, I have solved the problem,seems I should use instead but not by the way,thank you all ,especially David Thanks&Regards From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: h

RE: help me with using bean

2004-03-10 Thread Mu Mike
ot; <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: help me with using bean Date: Wed, 10 Mar 2004 22:29:01 -0500 Mike, You wrote are new to Struts so have you tried

RE: help me with using bean

2004-03-10 Thread David Friedman
uot;? Are you doing some sort of redirect? I haven't used DynaActionForms in a while but I think that your use of "Form-Property" without extending from the class "DynaActionForm" is giving you the trouble. Regards, David -Original Message- From: Mu Mike [mailto:

RE: help me with using bean

2004-03-10 Thread Mu Mike
David: by the way, the setBean method in FontBean seems never been called, I think it should be called sometime during the running process From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subj

RE: help me with using bean

2004-03-10 Thread Mu Mike
From: "David Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: help me with using bean Date: Wed, 10 Mar 2004 21:24:54 -0500 Mike, Why not change yo

RE: help me with using bean

2004-03-10 Thread David Friedman
IF the 'bean' is ever NULL! > if ( bean == null ) >bean = new FontBean(); > return bean; > } Regards, David -Original Message- From: Mu Mike [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 9:16 PM To: [EMAIL PROTECTED] Subject:

RE: help me with using bean

2004-03-10 Thread Mu Mike
about this as soon as possible Thanks&Regards From: "David Friedman" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: help me with using bean Date: Wed,

RE: help me with using bean

2004-03-10 Thread David Friedman
Mike, When you use form-property with a form-bean, don't you need to make the main Bean a DynaActionForm or a class you extended from DynaActionForm? Where do you initialize the form-property "bean". For DynaActionForms, they initialize to null, per "If you do not supply an initial attribute, nu

RE: help ,action path

2004-03-10 Thread Mu Mike
guiding programming with struts 1.1 thank you all From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: help ,action path Date: Wed, 10 Mar 2004 05:46:16 + of course, I m using an ide to

Re: help ,action path

2004-03-09 Thread Daniel Henrique Alves Lima
The exception is been generated when .jsp is rendered (and not when you submit the form), hum ? Try to enable struts debug log (in your log4j config file) and try to check the package/name of your action (in struts-config.xml)... --

RE: help ,action path

2004-03-09 Thread Mu Mike
;'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: help ,action path Date: Tue, 9 Mar 2004 21:41:30 -0800 Do you have the tag libraries defined on top of the page Example: <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> &l

RE: help ,action path

2004-03-09 Thread Khalid K.
Do you have the tag libraries defined on top of the page Example: <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> ??? Khalid modified the jsp file to the below still doesnt work or You can also do a "view source" an

Re: help ,action path

2004-03-09 Thread Daniel Henrique Alves Lima
Sorry, my mistake. When you use "view source" of your browser, how does the html code look like ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: help ,action path

2004-03-09 Thread Mu Mike
modified the jsp file to the below still doesnt work or You can also do a "view source" and look the html generated by tag and ,I think I need an explaination of this, and what should be the right way? (I think I m doing the right which I described in my last mail(below) ) thank you all Fr

Re: help ,action path

2004-03-09 Thread Daniel Henrique Alves Lima
Please, try or You can also do a "view source" and look the html generated by tag - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Help on mapping multiple records with formbean.

2004-03-04 Thread Andrew Hill
Do not cross-post to the developer list like that. http://www.catb.org/~esr/faqs/smart-questions.html The developer list is not the place to post user questions. Have you looked at the keyboard monkey tutorial yet? http://www.k [LINK CENSORED FOR CROSSPOSTING.] ;-> oh all right... here it i

RE: Help on ApplicationResources

2004-03-04 Thread Todd G. Nist
Kamakshya, There is an implementation of this available at http://sourceforge.net/project/showfiles.php?group_id=49385. Go to the above site and about halfway down the page you will find a project category called: MessageResources Impls Under this you will find a package called:

Re: Help on ApplicationResources

2004-03-04 Thread Niall Pemberton
Kamakshya, I answered this message, but I didn't notice you had posted this to both the struts-dev AND struts-user list and the reply address defaulted to struts-dev, so my answer went there. First of all, you need to post messages to the appropriate list - this is a user question, so it never sh

Re: help with xml syntax of JSP with taglibs

2004-02-09 Thread Kris Schneider
Quick try - what about something like this: @import url(); Otherwise, how 'bout using regular JSP syntax for bar.jsp ;-)? Or, if you're using JSP 2.0, it's pretty easy to do. If none of those work/apply, here's something goofy for your entertainment: http://java.s

Re: help with xml syntax of JSP with taglibs

2004-02-05 Thread Larry Meadors
can you use the jstl xml tags to do that? I am guessing you can, but don't have time now to look it up... LArry >>> [EMAIL PROTECTED] 02/05/04 1:57 PM >>> Hello... I have a file called /foo/bar.jsp. The file bar.jsp is an XML syntax JSP. The file is only being used by a 'forward' therefore the

Re: Help URL Rewriting

2004-01-26 Thread Michael E. Allen
"?JSESSION=xxx" stuff appended. Eric Bariaux wrote: What about session=false on your jsp page directive? Would this help? Eric. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Allen Sent: Thursday, January 22, 2004 10:37 PM To: [EMAIL PROTECTED] Subj

Re: Help URL Rewriting

2004-01-23 Thread Christian Bollmeyer
quot; > stuff appended. > > Eric Bariaux wrote: > > What about session=false on your jsp page directive? Would this > > help? Eric. > > > >>-Original Message- > >>From: news [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. > >> Allen

Re: Help URL Rewriting

2004-01-23 Thread Michael E. Allen
--Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Allen Sent: Thursday, January 22, 2004 10:37 PM To: [EMAIL PROTECTED] Subject: Re: Help URL Rewriting Ted Husted wrote: The container can't be sure that any given client supports cookies, so it will always use U

RE: Help URL Rewriting

2004-01-22 Thread Eric Bariaux
What about session=false on your jsp page directive? Would this help? Eric. > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Michael E. Allen > Sent: Thursday, January 22, 2004 10:37 PM > To: [EMAIL PROTECTED] > Subject: Re: Help URL Rewriting >

Re: Help URL Rewriting

2004-01-22 Thread Michael E. Allen
Ted Husted wrote: The container can't be sure that any given client supports cookies, so it will always use URL rewriting on the first request. Is there any way to shut that off? From and Action I am returning an ActionForward from the execute that maps to an jnlp file. The "?jsessionid=09028

RE: Help: messagesPresent = true if JSP is served from ActionServlet

2004-01-22 Thread Chris Wall
2004 9:56 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Help: messagesPresent = true if JSP is served from ActionServlet comments below Rick Hightower Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://w

RE: Help: messagesPresent = true if JSP is served from ActionServlet

2004-01-22 Thread Richard Hightower
comments below Rick Hightower Developer Struts/J2EE training -- http://www.arc-mind.com/strutsCourse.htm Struts/J2EE consulting -- http://www.arc-mind.com/consulting.htm#StrutsMentoring -Original Message- From: Chris Wall [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 20

RE: Help needed in form beans

2003-12-18 Thread Robert Taylor
You may want to consider creating a separate object to hold these values in the session and use your form beans for data input. This way you can decide when to populate your form beans with the data that you've captured in the session. To control when reset() affects my form properties I subclass

Re: Help on form reset

2003-12-17 Thread Martin Gainty
gt; To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, December 17, 2003 9:11 AM Subject: RE: Help on form reset > No, the reset method will automatically be called on a Session scoped > ActionForm upon each request. Request scoped ActionForms are

RE: Help on form reset

2003-12-17 Thread Fullam, Jonathan
No, the reset method will automatically be called on a Session scoped ActionForm upon each request. Request scoped ActionForms are newly instantiated upon each request so, with Request scoped ActionForms, the reset method is irrelevant. -Jonathan -Original Message- From: vasudevrao gupta

RE: Help Req : Loading init params

2003-12-12 Thread Ben Anderson
you're getting the NullPointerException because getServlet() is returning null. This is because setServlet hasn't been called by Struts yet. From the javadoc for Action: When an Action instance is first created, the controller servlet will call setServlet() with a non-null argument to identif

Re: Help URL Rewriting

2003-12-11 Thread Ted Husted
The container can't be sure that any given client supports cookies, so it will always use URL rewriting on the first request. -Ted. michel Van Asten wrote: Hi, I have a strut application running with ServletExec 4.1 (patch 20...) I want to manage my session with cookies... not url rewrinting ne

Re: HELP: about to get datasource of struts and pass to logic bea ns...

2003-12-08 Thread Vic Cekvenich
se Poolman at sourceforge (I highly reccomend it for non-j2ee projects). Most others use the DataSource supplied with the container. Edgar -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 4:29 PM To: Struts Users Mailing List Subject: Re: HELP

RE: HELP: about to get datasource of struts and pass to logic bea ns...

2003-12-08 Thread Edgar P Dollin
e Jen [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 4:29 PM To: Struts Users Mailing List Subject: Re: HELP: about to get datasource of struts and pass to logic beans... There are lots of classes involved. I will give you an example: 1. my LogonAction calls EditorService.java (bus

Re: HELP: about to get datasource of struts and pass to logic beans...

2003-12-08 Thread Caroline Jen
There are lots of classes involved. I will give you an example: 1. my LogonAction calls EditorService.java (business delegate) 2. EditorService.java calls MySQLEditorDAO.java (data access object implements EditorDAO.java, which is a data access interface) 3. the MySQLEditorDAO.java returns Editor

Re: HELP: about to get datasource of struts and pass to logic beans...

2003-12-06 Thread Vic Cekvenich
Take a look at a very good db example app that uses Struts on iBatis.com caled PetStore 3. .V Ricky wrote: > hi, there, > > with my project i had several queries about get datasource in struts. i know how > to get datasource in struts, just as in myAction, use getDataSource method and > r

Re: Help needed.....nested iterate problem

2003-11-16 Thread sumeet sharma
Hi, Make use of nested:iterate .. its pretty simple to use and it is ment to iterate inside an iterate But do make a parent child relationship for this nested iterate to work Rgds, Sumeet:) On Mon, 17 Nov 2003 Hari_s wrote : >Hi everyone.. >I have problem with iterate within ite

Re: Help - Looping with iterate without collection is possible?

2003-11-05 Thread Henrique VIECILI
Thank you a lot!! It works perfectly! (or in Portuguese: "Funcionou Redondo!") Henrique - Original Message - From: "David Graham" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 05, 2003 3:06 P

Re: Help - Looping with iterate without collection is possible?

2003-11-05 Thread David Graham
--- Henrique VIECILI <[EMAIL PROTECTED]> wrote: > Hi, > > can i make a loop using logic:iterate (or any other tag) without > defining a > collection to iterate? I just wanna have a 'for' behavior... The JSTL has a tag that does this. http://java.sun.com/products/jsp/jstl/ David > > thanx >

Re: Help Req on Iterate Tag using HashMap [PROBLEM SOLVED]

2003-11-05 Thread Shakti
Hi , Thanks buddy, it was the perfect solution that i was looking for ... :-) chao ... Shakti - Original Message - From: "Sunny" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 05, 2003 3:12 PM Subj

Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Sunny
bean from that .. but I want to USE A HASH > MAP ... > anyone who can help me out of this > waiting 4 ur reply guyz . > chao ... > shakti > > - Original Message - > From: "Sashi Ravipati" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTE

Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Ashish Sinha
t; <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 05, 2003 9:27 AM Subject: Re: Help Req on Iterate Tag using HashMap > Thanks for your reply boss, > but still its doesn't solves my pro

Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Nicolas De Loof
; To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 04, 2003 6:46 PM > Subject: Re: Help Req on Iterate Tag using HashMap > > > > Hi > > > > This is how we iterate in a jsp page > > > > > > > property="assocSBList" indexId="

Re: Help Req on Iterate Tag using HashMap

2003-11-05 Thread Shakti
ginal Message - From: "Sashi Ravipati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 04, 2003 6:46 PM Subject: Re: Help Req on Iterate Tag using HashMap > Hi > > This is how we iterate in a jsp page > > > property="assocSBList&qu

Re: Help Req on Iterate Tag using HashMap

2003-11-04 Thread Sashi Ravipati
Hi This is how we iterate in a jsp page where addProviderForm is the Struts Form bean and assocSBList is the ArrayList defined in the form bean. Hope this helps. Thanks >>> [EMAIL PROTECTED] 11/4/2003 6:43:27 AM >>> Hi All, I am keeping some table data in a HashMap . My Table is in t

RE: Help with framesets

2003-11-04 Thread Jose Ramon Diaz
I think the frames&Struts question is a bit more complicated. I write here what I told in another message several days ago. (nobody tells me what they think... so I continue posting it... :) if you use frames, please tell me what you think) Imagine if one action may load the same frame set but y

Re: Help with framesets

2003-11-03 Thread Jim Theodoridis
javen fang" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 03, 2003 6:44 PM Subject: RE: Help with framesets > left have a query: > > target="rigth"/> > > then view the result in the rig

RE: Help with framesets

2003-11-03 Thread javen fang
the JSP? I > looked in the struts-config.dtd but couldnt find > "target". > > If its not too much to ask, could you explain with a > sample action? > > --Vijay > > -Original Message- > From: javen fang [mailto:[EMAIL PROTECTED] > Sent: Monday, Novemb

RE: Help with framesets

2003-11-03 Thread Vijay Kandy
Thank you! I understand now. -Vijay -Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:08 AM To: Struts Users Mailing List Subject: Re: Help with framesets http://localhost:8080/struts-documentation/userGuide/struts-html.html#link in the

RE: Help with framesets

2003-11-03 Thread Vijay Kandy
Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:16 AM To: Struts Users Mailing List Subject: Re: Help with framesets your frames have names: header / left / right so when you action mapping, you may use target tag. Example, if left , an action

Re: Help with framesets

2003-11-03 Thread Rajat Pandit
http://localhost:8080/struts-documentation/userGuide/struts-html.html#link in the target - The window target in which the resource requested by this hyperlink will be displayed, for example in a framed presentation. (RT EXPR) in your case target="left|right|" Vijay Kandy wrote: Hello, Could s

Re: Help with framesets

2003-11-03 Thread javen fang
your frames have names: header / left / right so when you action mapping, you may use target tag. Example, if left , an action is a query data,and view it in right,just: target = right. form and href both have target attribute. Good luck. javen --- Vijay Kandy <[EMAIL PROTECTED]> wrote: >

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ZYD
thanks buddy! - Original Message - From: "Jimmy Emmanual" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:44 AM Subject: RE: Help please -- How to provide a "Back" button? &

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ZYD
Hi my friend, you solve my problem, thanks!! bruce - Original Message - From: "ishmael riles" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: "ZYD" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 5:11

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ZYD
Thanks for your fast response, it's of GREAT help, thanks a lot my friend. bruce - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, October 30, 2003 4:24 AM Subject: Re: Help please -- How

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread ishmael riles
Another solution if you don't want to use javascript, is to rely on the fact that the name and value atrributes of the submit button that was pressed are passed through the http request. The values for the other submit buttons aren't sent. So in your action you check for the existance of each subm

RE: Help please -- How to provide a "Back" button?

2003-10-29 Thread Jimmy Emmanual
Back -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 3:25 PM To: Struts Users Mailing List Subject: Re: Help please -- How to provide a "Back" button? for ur question 2: you can use javascript function to call two differ

Re: Help please -- How to provide a "Back" button?

2003-10-29 Thread VKeswani
for ur question 2: you can use javascript function to call two different action: function faddpurpose() { document.editform.methodtocall.value = "addpurpose"; document.editform.forwardpage.value = "totalsuccess"; document.editform.target="_self"; document.editform.

Re: Help with using HttpUnit with Struts

2003-10-22 Thread Craig R. McClanahan
printout in the LoginAction execute method, and I see this printout before the nullptr exception. I suspect the problem is in the forwards out of this action. Al -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 8:26 PM To: Struts Users M

RE: Help with using HttpUnit with Struts

2003-10-22 Thread Moyer, Alan L
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 8:26 PM To: Struts Users Mailing List Subject: Re: Help with using HttpUnit with Struts Kirk Wylie wrote: > Does this happen when you hit the page directly (i.e. not go through > HttpUnit)? > That w

Re: Help with URL localization (continued)

2003-10-22 Thread Ruth, Brice
Jason Lea wrote: Ruth, Brice wrote: This seems like a good idea, but I think it would prevent the country code from always being available in the URL (so if you're in the US site, you should always see /US/index.do, etc.) unless I can do this within the Tomcat/Servlet interaction, w/o issuing

RE: Help with using HttpUnit with Struts

2003-10-22 Thread Moyer, Alan L
When I use a browser (IE or Netscape) I do not experience any problem. Al -Original Message- From: Kirk Wylie [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 7:55 PM To: Struts Users Mailing List Subject: Re: Help with using HttpUnit with Struts Does this happen when you hit

RE: Help needed on Iterate Tag

2003-10-22 Thread Rajat Pandit
Huh? -Original Message- From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:46 AM To: Struts Users Mailing List; WebSphere User Group Tech Q & A Forum Subject: Re: Help needed on Iterate Tag Aapko Naye Saa

RE: Help needed on Iterate Tag

2003-10-22 Thread Kalra, Ashwani
>Sent: Wednesday, October 22, 2003 2:34 PM >To: 'Struts Users Mailing List' >Subject: RE: Help needed on Iterate Tag > > >Thanks everyone. >There was no problem with the tag but I had not defined the ><%@ taglib uri="/WEB-INF/struts-logic.tld" prefix=&q

Re: Help needed on Iterate Tag

2003-10-22 Thread Abhijeet Mahalkar
Aapko Naye Saal me... Chandragupt Ki Shakti Meerabai Ki Bhakti Ramchandra Ka Gyan Karan Ka Daan Einstein Ki Buddhi Nobel

RE: Help needed on Iterate Tag

2003-10-22 Thread Thakur, Vikram
PROTECTED] Sent: Wednesday, October 22, 2003 2:13 PM To: Struts Users Mailing List Subject: Re: Help needed on Iterate Tag Try this : -- David Molinier - PagesJaunes - DSI/DET/DCR 3 - 05.56.90.50.03 <*> - Original Message - From: "Thakur, Vikram" <[EMAI

Re: Help needed on Iterate Tag

2003-10-22 Thread David Molinier
Try this : -- David Molinier - PagesJaunes - DSI/DET/DCR 3 - 05.56.90.50.03 <*> - Original Message - From: "Thakur, Vikram" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, Octo

RE: Help needed on Iterate Tag

2003-10-21 Thread Thakur, Vikram
names; } Thanks, Vikram -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 10:12 AM To: Struts Users Mailing List Subject: RE: Help needed on Iterate Tag can you post the error? >-Original Message- >From: Thakur, Vikram [

RE: Help needed on Iterate Tag

2003-10-21 Thread Navjot Singh
can you post the error? >-Original Message- >From: Thakur, Vikram [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 22, 2003 10:04 AM >To: 'Struts Users Mailing List' >Subject: RE: Help needed on Iterate Tag > > >No It is not working.. > >-O

RE: Help needed on Iterate Tag

2003-10-21 Thread Puneet Agarwal
hakur, Vikram" To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject:

RE: Help needed on Iterate Tag

2003-10-21 Thread Thakur, Vikram
No It is not working.. -Original Message- From: Navjot Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 9:54 AM To: Struts Users Mailing List Subject: RE: Help needed on Iterate Tag quick try - try replacing Names with names in iterate tag >-Original Mess

RE: Help needed on Iterate Tag

2003-10-21 Thread Navjot Singh
quick try - try replacing Names with names in iterate tag >-Original Message- >From: Thakur, Vikram [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 22, 2003 9:55 AM >To: Struts (E-mail) >Subject: Help needed on Iterate Tag > > >Hi , > I have Collection of Strings and I want to

Re: Help with URL localization (continued)

2003-10-21 Thread Jason Lea
Ruth, Brice wrote: This seems like a good idea, but I think it would prevent the country code from always being available in the URL (so if you're in the US site, you should always see /US/index.do, etc.) unless I can do this within the Tomcat/Servlet interaction, w/o issuing a redirect to the

Re: Help with URL localization (continued)

2003-10-21 Thread Ruth, Brice
This seems like a good idea, but I think it would prevent the country code from always being available in the URL (so if you're in the US site, you should always see /US/index.do, etc.) unless I can do this within the Tomcat/Servlet interaction, w/o issuing a redirect to the browser?! Can chain

  1   2   3   4   5   6   7   8   9   10   >