Re: struts 1.3.8 trying to get the rendered output of a struts page from a plain servlet

2010-01-10 Thread Paul Benedict
Jason, I have only done this using JSTL tags. There is a (I believe) for this purpose. On Mon, Jan 4, 2010 at 4:17 PM, Jason Novotny wrote: > Hi, > >    I have a plain vanilla servlet and I want to "include" via the > RequestDispatcher mechanism the rendered output of a struts page. Here's the >

checked default

2010-01-10 Thread Nguyen Xuan Son
dear all in the jsp file I have I want the value 'N' is checked by default but dont know how to solve it do you have any suggestion? thank you very much -- === Ritsumeikan University, Asia JinZai Project Master of Information

Re: drop down list auto suggest feature using Struts1.1/JSP/Javascript

2010-01-10 Thread Paul Benedict
Look into Java Web Parts. It's an ajax framework that's compatible with Struts 1. On Sun, Jan 10, 2010 at 8:21 AM, sri2003 wrote: > > Hi, > > Need to have a drop down list with populated values; but when the user wants > to select a value, he can either type in the first few letters or select it

Re: Struts 2 token and FilterDispatcher

2010-01-10 Thread eduramiba
I changed the filter FilterDispatcher for org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter and it works perfect. eduramiba wrote: > > Hi, I have a problem I don't know how to approach. > > For some actions, I use a token and it works perfect. > > But now I would like to u

drop down list auto suggest feature using Struts1.1/JSP/Javascript

2010-01-10 Thread sri2003
Hi, Need to have a drop down list with populated values; but when the user wants to select a value, he can either type in the first few letters or select it from the drop down list with the mouse or both. example: a drop down list has 10 values. the user clicks on the drop down and it allows

Re: Struts, Tomcat, JNDI, JDBC without use of an ORM Library such as Hibernate

2010-01-10 Thread Jasvinder S. Bahra
Jazz, here's a lightweight package that so far has met all of my needs: http://butterfly.jenkov.com/ ... I'll be sure to take a look. Thanks for the response. Jazz - To unsubscribe, e-mail: user-unsubscr...@struts.apache.o