Re: Struts 2 and XHTML

2009-01-13 Thread dusty
Once you use the s:url tag, you can use JSTL syntax. ${myaction} ... In fact I have started a meme where I create a routes.jsp that I include in my files that lists all the s:url and other useful url aliases like ${resources}/images/bla.gif I have started to really like this because I can m

Re: Struts 2 and XHTML

2009-01-13 Thread Johannes Geppert
use the struts2 tags, like this. Go To My Action Best Regards Johannes Geppert Anthony Frasso wrote: > > Hello, and thanks for your help in advance. > > I'm new to Struts 2, and working on a simple application to learn the > framework. I'm also trying to use XHTML with this application. >