Re: Struts runtime expression tag.

2002-02-05 Thread Patrick Refondini
having the following forward defined as you mentioned you can as well use it in your html:link Membership Patrick Matt Raible wrote: >Unfortunately, you cannot "nest" tags within each other. You best best is to >put a global forward in your struts-config.xml, such as: > > > >And then wr

Re: Struts runtime expression tag.

2002-02-04 Thread Matt Raible
Unfortunately, you cannot "nest" tags within each other. You best best is to put a global forward in your struts-config.xml, such as: And then write your as follows: Membership OR, I "think" you can do it this way: Membership Also, I think it's good practice to have all your "links" go to

Struts runtime expression tag.

2002-02-04 Thread Victor Hadianto
Hi list, I wonder if I'm doing something really wrong here, this is what I want to do: Membership Struts ignores the tag altogether. I have to use a normal tag for example: ">Membership to get this to work. Now the obvious problem is using the tag I have to include the context. Very annoy