Re: string substitution in tiles

2004-03-30 Thread Dean A. Hoover
That broke it. It seems I need the el stuff (struts 1.1). Mark Lowe wrote: You're using tc 5 so this should work for you <%@ taglib uri="/tags/struts-html" prefix="html" %> <%@ taglib uri="/tags/struts-tiles" prefix="tiles" %> On 30 Mar 2004, at 16:21, Dean A. Hoover wrote: Mark, Thanks! T

Re: string substitution in tiles

2004-03-30 Thread Mark Lowe
You're using tc 5 so this should work for you <%@ taglib uri="/tags/struts-html" prefix="html" %> <%@ taglib uri="/tags/struts-tiles" prefix="tiles" %> On 30 Mar 2004, at 16:21, Dean A. Hoover wrote: Mark, Thanks! That works. I'm still going to try to figure out what I should be using from s

Re: string substitution in tiles

2004-03-30 Thread Dean A. Hoover
Mark, Thanks! That works. I'm still going to try to figure out what I should be using from struts(-el) and what I should be using from JSTL. Dean Hoover Mark Lowe wrote: I'm still on tc4.1 so i need the el tags but I have this working. On 30 Mar 2004, at 15:51, Dean A. Hoover wrote: Than

RE: string substitution in tiles

2004-03-30 Thread Lowery, Mat
: Struts Users Mailing List Subject: Re: string substitution in tiles Avinash, Thanks. I've never used importAttribute before. Dean Avinash Gangadharan wrote: >Try this : > >In tiles-def.xml --- > >In your jsp --- > > > > > > > > > > > >

Re: string substitution in tiles

2004-03-30 Thread Mark Lowe
I'm still on tc4.1 so i need the el tags but I have this working. On 30 Mar 2004, at 15:51, Dean A. Hoover wrote: Thanks for the help, but this is still throwing an exception. I am using tomcat 5 and this is what I did. I grabbed all of the contrib/lib stuff for struts-el. Made web.xml aw

Re: string substitution in tiles

2004-03-30 Thread Dean A. Hoover
Thanks for the help, but this is still throwing an exception. I am using tomcat 5 and this is what I did. I grabbed all of the contrib/lib stuff for struts-el. Made web.xml aware of bean-el, html-el and c. Have the following in tiles-defs.xml: Have the following in the JSP file: <%@ taglib uri

Re: string substitution in tiles

2004-03-30 Thread Niall Pemberton
PROTECTED]> Sent: Tuesday, March 30, 2004 3:18 AM Subject: Re: string substitution in tiles > Avinash, > > Where can I download the *-el stuff from? I see a struts-el overview > page but > I don't see any downloads. Where is this stuff? > > Thanks. > Dean > > &

Re: string substitution in tiles

2004-03-29 Thread Dean A. Hoover
Avinash, Where can I download the *-el stuff from? I see a struts-el overview page but I don't see any downloads. Where is this stuff? Thanks. Dean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

RE: string substitution in tiles

2004-03-29 Thread Avinash Gangadharan
nstead. Hope this solves the problem. Avinash -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 5:10 PM To: Struts Users Mailing List Subject: Re: string substitution in tiles Avinash Gangadharan wrote: >If you are using the bean-el tag it shou

Re: string substitution in tiles

2004-03-29 Thread Dean A. Hoover
on( action ); ^ 1 error -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:21 PM To: Struts Users Mailing List Subject: Re: string substitution in tiles No, that doesn't work. I get an exception and look

RE: string substitution in tiles

2004-03-29 Thread Avinash Gangadharan
If you are using the bean-el tag it should have worked. In any case this should work too : -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 2:21 PM To: Struts Users Mailing List Subject: Re: string substitution in tiles No, that

Re: string substitution in tiles

2004-03-29 Thread Dean A. Hoover
In tiles-def.xml --- In your jsp --- -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: string substitution in tiles I have a general form layout I am defining in tiles. But there is one

Re: string substitution in tiles

2004-03-29 Thread Dean A. Hoover
ECTED] Subject: string substitution in tiles I have a general form layout I am defining in tiles. But there is one thing I'm not sure how to do. The relevant part of the form layout looks like this: I want to replace the xxx action with a string I define in tiles-defs.xml. Say

RE: string substitution in tiles

2004-03-29 Thread Avinash Gangadharan
Try this : In tiles-def.xml --- In your jsp --- -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 1:40 PM To: [EMAIL PROTECTED] Subject: string substitution in tiles I have a general form layout I am defining in tiles. But

string substitution in tiles

2004-03-29 Thread Dean A. Hoover
I have a general form layout I am defining in tiles. But there is one thing I'm not sure how to do. The relevant part of the form layout looks like this: I want to replace the xxx action with a string I define in tiles-defs.xml. Say I want to call the replacement string "url"