JSTL

2004-08-22 Thread Mike Young
Hi ALL, Are there any good resources on how to convert pages using existing struts tags (logic / bean / html etc) to utilise JSTL tags? I am struggling to see how I incorporate conventional struts bean tags within JSTL logic tags. ---

Creating List Catgeories from a Single Collection

2004-08-22 Thread Mike Young
I have a collection that contains the following data: EmpId CourseIdDate_Taken Assessment 12341 01/01/2000 PASS 12342 01/02/2001 PASS 12344 01/05/2002 PASS 12341 01/04/2003 PASS 14321

Jsp to pass Bean back/on to Action

2004-07-22 Thread Mike Young
I have developed pages and seen examples where a bean is passed from an action to a jsp but how do I pass the bean on to an action when it is called by the jsp either by a submit or a hyperlink. Note I want to pass a bean (array of info) rather than a simple parameter = value? A pointer in the

Html Buttons & DynaValidator Forms

2004-07-12 Thread Mike Young
Hi, I am trying to implement antonio lagnada's html buttons 'pattern' (http://j2ee.lagnada.com/struts/html-buttons.htm) with DynaValidatorForms however I am have problems in the Action form when I try to interrogate the getters to find which button has been pressed. I am fairly new to struts so