Re: use html:link pass two param

2003-11-01 Thread javen fang
-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx -Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:58 AM To: struts Subject: use html:link pass two param I have a bean list that have

RE: use html:link pass two param

2003-11-01 Thread James Mitchell
- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Saturday, November 01, 2003 10:45 AM To: Struts Users Mailing List Subject: Re: use html:link pass two param Thanks all, thanks James Mitchell! I use the method James Mitchell tell me. And I read JSTL Spec and tutorial in javaword.com

RE: use html:link pass two param

2003-11-01 Thread javen fang
://www.struts-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx -Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Saturday, November 01, 2003 10:45 AM To: Struts Users Mailing List Subject: Re: use html:link pass two param Thanks all

RE: use html:link pass two param

2003-11-01 Thread James Mitchell
PROTECTED] Sent: Saturday, November 01, 2003 12:14 PM To: Struts Users Mailing List Subject: RE: use html:link pass two param Thank you, James But even: c:out value=${USER.username} default=username / bean:write name=USER property=username/ USER is a user session bean:write can work

RE: use html:link pass two param

2003-11-01 Thread javen fang
fang [mailto:[EMAIL PROTECTED] Sent: Saturday, November 01, 2003 12:14 PM To: Struts Users Mailing List Subject: RE: use html:link pass two param Thank you, James But even: c:out value=${USER.username} default=username / bean:write name=USER property=username/ USER

RE: use html:link pass two param

2003-11-01 Thread javen fang
, November 01, 2003 12:14 PM To: Struts Users Mailing List Subject: RE: use html:link pass two param Thank you, James But even: c:out value=${USER.username} default=username / bean:write name=USER property=username/ USER is a user session bean:write can work

use html:link pass two param

2003-10-31 Thread javen fang
I have a bean list that have two property id / name code: -- html:link action=next.do paramId=first paramName=list paramProperty=id next action /html:link -- And how can I pass the second

Re: use html:link pass two param

2003-10-31 Thread Ruth, Brice
If you have the parameters stored in a java.util.Map object, simply specifying the name of that object as the name attribute to html:link (without any paramId/paramName/paramProperty attributes, will do the trick for you. If your bean list isn't a java.util.Map, you can create one on the fly

RE: use html:link pass two param

2003-10-31 Thread James Mitchell
: Friday, October 31, 2003 1:58 AM To: struts Subject: use html:link pass two param I have a bean list that have two property id / name code: -- html:link action=next.do paramId=first paramName=list paramProperty=id next action

Re: use html:link pass two param

2003-10-31 Thread Ruth, Brice
) 770.822.3359 (h) AIM:jmitchtx -Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:58 AM To: struts Subject: use html:link pass two param I have a bean list that have two property id / name code

Re: use html:link pass two param

2003-10-31 Thread Kris Schneider
Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:58 AM To: struts Subject: use html:link pass two param I have a bean list that have two property id / name code: -- html:link action=next.do

Re: use html:link pass two param

2003-10-31 Thread Ruth, Brice
-Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:58 AM To: struts Subject: use html:link pass two param I have a bean list that have two property id / name code: -- html:link action=next.do

RE: use html:link pass two param

2003-10-31 Thread James Mitchell
-Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 11:03 AM To: Struts Users Mailing List Subject: Re: use html:link pass two param doesn't this still put 'do' somewhere in the URL? Kris Schneider wrote: web.xml: !-- mapping

Re: use html:link pass two param

2003-10-31 Thread Kris Schneider
[mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:58 AM To: struts Subject: use html:link pass two param I have a bean list that have two property id / name code: -- html:link action=next.do paramId=first paramName=list

Re: use html:link pass two param

2003-10-31 Thread Ruth, Brice
) 770.822.3359 (h) AIM:jmitchtx -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 11:03 AM To: Struts Users Mailing List Subject: Re: use html:link pass two param doesn't this still put 'do' somewhere in the URL? Kris Schneider wrote

Re: use html:link pass two param

2003-10-31 Thread javen fang
-atlanta.org 678.910.8017 (c) 770.822.3359 (h) AIM:jmitchtx -Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2003 1:58 AM To: struts Subject: use html:link pass two param I have a bean list that have two