[Simpleweb-Support] JSP support and powered by logo
Brought to you by:
niallg
From: Hugo W. <ug...@li...> - 2007-04-17 12:13:26
|
Niall, does simple has JSP support? I saw some JSP's on the demo package but all they do is a "insert" statemen= t that works as an include. I'm also looking for a "Powered by Simple Framework" picture if you have on= e. By the way, that mapper.xml old syntax "<resolve match=3D"/*" name=3D"testF= ile1" type=3D"simple.test.TestFile1"/>" is on the doc/example dir on the si= mple-core 3.1.3 package. Sorry about the forwarded e-mail I sent before, I accidentally hit <return>. Thank you, Hugo. ----- Original Message ----- From: "Niall Gallagher" <gal...@ya...> To: "Simple support and user issues" <sim...@li...urceforge.n= et> Subject: Re: [Simpleweb-Support] mapper.xml not working Date: Tue, 17 Apr 2007 02:27:08 -0700 (PDT) Hi, Yes, the tutorial is slightly out of date in this respect. It looks=20 like your mapper.xml file is not correctly formatted. It should=20 look like <mapper> <lookup> <service name=3D"name" type=3D"package.MyClass"/> </lookup> <resolve> <match name=3D"name" path=3D"/*"/> </resolve> </mapper> Niall =3D Search for products and services at:=20 http://search.mail.com --=20 Powered by Outblaze |