RE: Html Option Tag - how to retrieve selected collection item?

2007-06-21 Thread Simon Pink
look like it is possible unfortunately. -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Friday, 22 June 2007 12:49 p.m. To: Struts Users Mailing List Subject: Re: Html Option Tag - how to retrieve selected collection item? On 6/21/07, Simon Pink <[EMAIL

Html Option Tag - how to retrieve selected collection item?

2007-06-21 Thread Simon Pink
Hi there, I have a Collection (foodGroups) that I am displaying in a html:select tag via html:optionsCollection. So I have: So far pretty standard. What I want to do is, rather than send the id in the value field, send the actual bean. So, in my action form I would like to save

RE: Session based langugeId in MessageResources

2006-10-19 Thread Simon Pink
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Friday, 20 October 2006 10:40 a.m. To: user@struts.apache.org Subject: Re: Session based langugeId in MessageResources Simon Pink wrote: > Hi there, > > Nutshell version: > The problem is that I cannot seem to

RE: Trouble with Nesting Tile Definitions

2006-10-16 Thread Simon Pink
It appears like you are extending default.pane with login.error, but the default.pane is putting the default.layout back in (overidding login.error) when you call: Try extending default.layout with login.error and see if that works... -Original Message- From: Chris Pratt [mailto:[EMAIL

Session based langugeId in MessageResources

2006-10-16 Thread Simon Pink
Hi there, Nutshell version: The problem is that I cannot seem to get access to the session from within my MessageResources, so I cannot call my 'myWebSession.getLanguageId()' method. Explanation: I need a MessageResources handler too solve two issues: 1) Pulling messages from a DB table, and 2) P