JSP editor - plugin for eclipse ?

2004-01-20 Thread Divya B Sridhar
Hi All, Do we have a plugin for eclipse which would check JSP syntax at save time/compilation time or so? Since Eclipse would recognise Java keywords if JDK is installed; similarly, do we have a plugin for eclipse which enables eclipse to recognise JSP tags? Thanks for any inputs, Regards, Divya

Database with struts

2003-12-04 Thread Divya B Sridhar
Hi all, I am trying to do a database connectivity using struts. Actually, the database resides on another machine and I have tomcat running on my local machine. The other machine is a linux box(a linux machine) which has the database installed(PostgreSQL). So, apart from the tags to be specified i

Wizard in JSP/struts

2003-12-02 Thread Divya B Sridhar
Hi, I have a scenario wherein I have a wizard like interface in a web application. For example, I have a set of radio buttons A,B, C etc.. Now, I select A.. which leads to another page which again has a set of radio buttons.. so, there are some transactions to be done at each stage. So, my questi