bean:define

2007-02-08 Thread Andrew Martin
I am having problems defining a bean with a Session Object value. I want to retrieve the Object within the JSP and display navigation depending on the values within the session Any ideas? I can only get it working when I check directly in JSP for the the session within the logic:present tag. I

Ideal solution to pagination (long lists)?

2007-01-04 Thread Andrew Martin
I am interested to know the ‘best’ practice for navigating through long lists. At the moment we have implemented Struts-layout for this purpose. Our implementation currently retrieves the full dataset and uses Struts-layout sorting and navigation pager options to navigate through the results.

Struts Layout Extension Library Alternatives solutions

2006-12-22 Thread Andrew Martin
We are thinking about integrating the Struts Layout Extension Library into our current struts project. At the moment I have the basic functionality working, but I have noticed that there are some UI restrictions (hardcoded style attributes in the basic collection table interface) which are

RE: Struts Layout Extension Library Alternatives solutions

2006-12-22 Thread Andrew Martin
the DataGrid.css file TABLE.DATAGRID { background-color:#cbe2fa; /this is for header background border-width=2px; border-color: #FF; } Try this -Original Message- From: Andrew Martin [mailto:[EMAIL PROTECTED] Sent: Friday, December 22

RE: Validation + multiple Submit buttons

2006-11-16 Thread Andrew Martin
Schultz [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 14 november 2006 15:37 Aan: Struts Users Mailing List Onderwerp: Re: Validation + multiple Submit buttons -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Martin wrote: That would be one solution, but in my case I have 4 submit

RE: Validation + multiple Submit buttons

2006-11-14 Thread Andrew Martin
. (if that make sense!) -Oorspronkelijk bericht- Van: Christopher Schultz [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 14 november 2006 14:48 Aan: Struts Users Mailing List Onderwerp: Re: Validation + multiple Submit buttons -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew

RE: Validation + multiple Submit buttons

2006-11-14 Thread Andrew Martin
Users Mailing List Onderwerp: Re: Validation + multiple Submit buttons -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Martin wrote: That would be one solution, but in my case I have 4 submit buttons, two of which redirect the user to another action (keeping scope set to session

RE: Validation + multiple Submit buttons

2006-11-14 Thread Andrew Martin
could wrap your back button in a html:form that posts to a different action to your save. Lance. -Original Message- From: Andrew Martin [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 13:36 To: Struts Users Mailing List Subject: Validation + multiple Submit buttons Hi, I have just

Validation + multiple Submit buttons

2006-11-14 Thread Andrew Martin
Hi, I have just begun to add validation to my forms using struts validator, which is quite nice. I have however a problem when I have more than one submit button on a form. For example I have a Save button and a Back button. The Back button is also a submit (instead of a standard button -

RE: Validation + multiple Submit buttons

2006-11-14 Thread Andrew Martin
version of Struts you can use LookupDispatchAction that will call a given method based on which button was pressed. http://struts.apache.org/1.2.7/api/org/apache/struts/actions/LookupDispatchAction.html HTH, -ed On 11/14/06, Andrew Martin [EMAIL PROTECTED] wrote: JS Free, clunky UI you don't

RE: Tiles: attribute values within nested JSP's!

2006-10-12 Thread Andrew Martin
16:36 Aan: Struts Users Mailing List Onderwerp: Re: Tiles: attribute values within nested JSP's! Andrew Martin ha scritto: definition extends=sub2.definition name=subpage3.overview put name=title value=Page Title 3/ put name=body value=/WEB-INF/jsp/page3.jsp/ put name

RE: Tiles: attribute values within nested JSP's!

2006-10-11 Thread Andrew Martin
=content value=/WEB-INF/jsp/subcontent3.jsp/ /definition -Oorspronkelijk bericht- Van: Antonio Petrelli [mailto:[EMAIL PROTECTED] Verzonden: woensdag 11 oktober 2006 16:26 Aan: Struts Users Mailing List Onderwerp: Re: Tiles: attribute values within nested JSP's! Andrew Martin ha scritto

RE: Tiles: attribute values within nested JSP's!

2006-10-11 Thread Andrew Martin
:[EMAIL PROTECTED] Verzonden: woensdag 11 oktober 2006 16:36 Aan: Struts Users Mailing List Onderwerp: Re: Tiles: attribute values within nested JSP's! Andrew Martin ha scritto: definition extends=sub2.definition name=subpage3.overview put name=title value=Page Title 3/ put name=body