Re: [Simpleweb-Support] JSP support and powered by logo
Brought to you by:
niallg
From: Niall G. <gal...@ya...> - 2007-04-18 13:02:51
|
Hi Hugo, Well there is support, but not for standard JSP. A JSP like syntax is supported though. This can be found in the simple.page package. Niall ----- Original Message ---- From: Hugo Weber <ug...@li...> To: sim...@li... Sent: Tuesday, April 17, 2007 1:12:32 PM Subject: [Simpleweb-Support] JSP support and powered by logo Niall, does simple has JSP support? I saw some JSP's on the demo package but all they do is a "insert" statement that works as an include. I'm also looking for a "Powered by Simple Framework" picture if you have one. By the way, that mapper.xml old syntax "<resolve match="/*" name="testFile1" type="simple.test.TestFile1"/>" is on the doc/example dir on the simple-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...> 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 like your mapper.xml file is not correctly formatted. It should look like <mapper> <lookup> <service name="name" type="package.MyClass"/> </lookup> <resolve> <match name="name" path="/*"/> </resolve> </mapper> Niall = Search for products and services at: http://search.mail.com -- Powered by Outblaze ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Simpleweb-Support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simpleweb-support __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |