Re: paramId in html-el:link tag - Referenceing a Constant

2003-07-21 Thread Adam Levine
-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: paramId in html-el:link tag - Referenceing a Constant Date: Sun, 20 Jul 2003 14:43:25 -0700 (PDT) The struts-example\registration.jsp contains the following code: html:link page

Re: paramId in html-el:link tag - Referenceing a Constant

2003-07-21 Thread Adam Levine
=${constants.constantKey} / hth. --adam From: Mike Duffy [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: paramId in html-el:link tag - Referenceing a Constant Date: Sun, 20 Jul 2003 14:43:25 -0700 (PDT) The struts-example

paramId in html-el:link tag - Referenceing a Constant

2003-07-20 Thread Mike Duffy
The struts-example\registration.jsp contains the following code: html:link page=/editSubscription.do?action=Create paramId=username paramName=registrationForm paramProperty=username bean:message key=registration.addSubscription/ /html:link Switching this to an html-el:link tag is easy.

Re: paramId in html-el:link tag - Referenceing a Constant

2003-07-20 Thread David M. Karr
Mike == Mike Duffy [EMAIL PROTECTED] writes: Mike The struts-example\registration.jsp contains the following code: Mike html:link page=/editSubscription.do?action=Create paramId=username Mike paramName=registrationForm paramProperty=username Mike bean:message