Re: Map Backed Form/Tiles

2003-09-19 Thread Jason Lea
Ray Madigan wrote: I have narrowed the problem down to: html-el:text property='elementMap(${element.element})' value='${element.value}'/ being in a tile. If the tag is in the main body of the JSP everything works as it should. - Guess I better look harder at the tiles I use.

RE: Map Backed Form/Tiles

2003-09-19 Thread Ray Madigan
! -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 4:20 PM To: Struts Users Mailing List Subject: Re: Map Backed Form/Tiles Ray Madigan wrote: I have narrowed the problem down to: html-el:text property='elementMap(${element.element

Re: Map Backed Form

2003-09-18 Thread Jason Lea
I read this somewhere (perhaps Struts in Action) and I use map-backed properties... the methods should have String keys, but Object values eg public Object getElementMap ( String key ) { public void setElementMap ( String key, Object value ) Ray Madigan wrote: I am having some difficulty with

RE: Map Backed Form

2003-09-18 Thread Ray Madigan
I tried this - same result? h -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 2:18 PM To: Struts Users Mailing List Subject: Re: Map Backed Form I read this somewhere (perhaps Struts in Action) and I use map-backed properties

Re: Map Backed Form

2003-09-18 Thread Jason Lea
Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 2:18 PM To: Struts Users Mailing List Subject: Re: Map Backed Form I read this somewhere (perhaps Struts in Action) and I use map-backed properties... the methods should have String keys, but Object values eg public

RE: Map Backed Form

2003-09-18 Thread Ray Madigan
PM To: Struts Users Mailing List Subject: Re: Map Backed Form Perhaps you need to step through the struts-config to make sure you are referencing the correct form bean. Do you access the .jsp page directly or go through an action first? I would also look at your initialisation of the elementMap

Re: Map Backed Form

2003-09-18 Thread Jason Lea
lives in a tile. The tile declares itself a form and uses the correct form. I'll have to dig in the source I guess. -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 3:29 PM To: Struts Users Mailing List Subject: Re: Map Backed Form Perhaps you

Re: Map Backed Form

2003-09-18 Thread Navneet Karnani
. - Navneet Karnani Umber Business Solutions Pvt. Ltd. Ray Madigan said the following on 19/09/2003 3:15 AM: I tried this - same result? h -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 2:18 PM To: Struts Users Mailing List Subject: Re: Map