RE: html:link tag

2003-01-10 Thread Damm, Gary
ry 10, 2003 12:24 AM To: [EMAIL PROTECTED] Subject: RE: html:link tag Easiest way to pass multiple parameters on a html link. Use the standard anchor tag. eg: "/>&salary nce="/>"> Here the myForm should have indexed getters for empBean Clas MyF

RE: html:link tag

2003-01-10 Thread shirishchandra . sakhare
Easiest way to pass multiple parameters on a html link. Use the standard anchor tag. eg: "/>&salary nce="/>"> Here the myForm should have indexed getters for empBean Clas MyForm(){ List empList = new ArrayList(); getEmp(int index){ while(empList.size< inde

RE: html:link tag

2003-01-09 Thread Sri Sankaran
Please read the docs at http://jakarta.apache.org/struts/userGuide/struts-html.html#link. It explains how to set up a Map to provide multiple parameters. Sri -Original Message- From: Damm, Gary [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 9:44 PM To: Struts Users Mailin

Re: html:link tag question

2002-04-08 Thread Slava_L
wut abt this: ? (i often use like this way ) - Original Message - From: "Parmar, Deepak" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 09, 2002 8:15 AM Subject: html:link tag question > I would like to display href from my object. > > >

RE: html:link tag question

2002-04-08 Thread Joseph Barefoot
Try this: The tag defines a page scope bean so that it can be accessed in JSP expressions. I don't think you need the "type" attribute, but I put it anyway for clarity. cheers, Joe Barefoot -Original Message- From: Parmar, Deepak [mailto:[EMAIL PROTECTED]] Sent: Monday,

Re: html:link tag bug???, Really need help!

2001-12-31 Thread Ted Husted
You may have to put the anchor link in by hand THe linkTHe link I agree that it should produce both. You might submit this as an enhancement request to Bugzilla. http://nagoya.apache.org/bugzilla/ "Struts Newsgroup (@Basebeans.com)" wrote: > > Subject: html:link tag bug???, Really need hel

Re: html:link Tag

2001-12-11 Thread Krishnamoorthy
So what's your problem in this. Ravi Kharse wrote: > Hi, > I need to achieve some thing using struts tag library > > key="Details"/> > key="Details"/> > key="Details"/> > key="Details"/> > > where Index=1/2/3/4... etc is derived from the for loop. I:e > for (int i=0; i < 10 ; i++) > { > key

RE: HTML:link tag

2001-07-02 Thread DHarty
u can use (or submit for that matter) without an action class, please let me know. D -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Re: HTML:link tag I have a search page that displays a list of data, it

Re: HTML:link tag

2001-07-02 Thread Matt Raible
;/mainMenu"> > > > > But this does NOT work, so I am looking for a "work around" using the > following: > > > > And I want to get "/NASApp/appName/mainMenu" from html:link, rather than > hardcoding it into my applica

Re: HTML:link tag

2001-07-02 Thread Matt Raible
To: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 10:06 AM Subject: RE: HTML:link tag > > > Matt, > > Not sure I follow what you are trying to do. Do you want to post some more > info...? > > Cheers, > > Dave > > > > > > Matt Raible <

RE: HTML:link tag

2001-06-27 Thread dhay
exmark) Subject: RE: HTML:link tag Does anyone know how to extract the link url using struts, rather than the full tag? I would like to get a URL from a global-forward for use in a javascript function. Thanks, Matt --- Michael Skariah <[EMAIL PROTECTED]> wrote: > Thanks a million Spen

RE: HTML:link tag

2001-06-26 Thread Matt Raible
; > -Original Message- > From: Spencer Smith [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 3:37 PM > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: Re: HTML:link tag > > > <%@ taglib uri="/WEB-INF/struts-html.tld" > prefix="

RE: HTML:link tag

2001-06-26 Thread Michael Skariah
Thanks a million Spencer. -Michael. -Original Message- From: Spencer Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 3:37 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: HTML:link tag <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html&quo

RE: HTML:link tag

2001-06-26 Thread Steve Taylor
] Subject: RE: HTML:link tag this day I installed tomcat with apache using mod_jk. To use struts, the "*.do" URIs that go to the controller servlet will not be recognized until I add the appropriate handler. To fix this, I must add the following line to the httpd.conf (in my own configura

RE: HTML:link tag

2001-06-26 Thread Mustapha Essalihe
this day I installed tomcat with apache using mod_jk. To use struts, the "*.do" URIs that go to the controller servlet will not be recognized until I add the appropriate handler. To fix this, I must add the following line to the httpd.conf (in my own configuration) file: AddHandler jserv-servlet .

Re: HTML:link tag

2001-06-26 Thread Spencer Smith
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> *make sure above line is in your jsp page Click Here *in order for above line to work you need to set up an action in struts-config.xml ie: - Original Message - From: "Michael Skariah" <[EMAIL PROTECTED]> To: <[E