Re: transforming Struts apps to services

2010-04-03 Thread Nitesh Jain
Frans, You can consider using AXIS with struts for Webservices. Nitesh On 4 April 2010 06:50, Frans Thamura wrote: > On Sun, Apr 4, 2010 at 7:40 AM, Dave Newton wrote: > > > Frans Thamura wrote: > > > >> any idea to make a struts2 application using @Webservices or any, to > make > >>

RE: Freemarker and Select Tag

2009-07-16 Thread Nitesh Jain
w use following tag to display a select box. Hope it will help you. Regards, Nitesh Jain -Original Message- From: Robin Mannering [mailto:ro...@mtndesigns.co.uk] Sent: 16 July 2009 20:36 To: Struts Users Mailing List Subject: Freemarker and Select Tag Hello, Platform : Struts 2, EJ

RE: Login with Struts2

2009-07-16 Thread Nitesh Jain
Hi, I have also implemented login mechanism but I have used Servlet filter to check the user login status. I have applied filer on the restricted URI of my application by just a small configuration in web.xml. Regards, Nitesh Jain -Original Message- From: Robin Mannering

Display Doc or PDF file in JSP

2009-07-27 Thread Nitesh Jain
Hi All, I have requirement to display a Doc or PDF file into a div tag of the JSP. It means that JSP will display a DOC/PDF file in half of the page and remaining space will be used to display some other information. Can anyone guide me to achieve this with or without using the

RE: Display Doc or PDF file in JSP

2009-07-27 Thread Nitesh Jain
ngs, Paweł Wielgus. 2009/7/27 Nitesh Jain : > Hi All, > > > >I have requirement to display a Doc or PDF file into a div > tag of the JSP. It means that JSP will display a DOC/PDF file in half of the > page and remaining space will be used to display some other inform