Re: Case insensitive action mappings

2007-10-21 Thread Paul Benedict
I believe I tried this once but there were too many places within the Controller that did String.equals ( ) somewhere else. However, I will make a ticket to accomplish this in 1.4 Paul On 10/19/07, Cool Coder <[EMAIL PROTECTED]> wrote: > > >>I think this idea is cool. > Thanks. But that does no

Re: Struts TLD Parse Error

2007-10-21 Thread Paul Benedict
Are you sure you're using a 1.1 jar? On 10/18/07, Peters, John <[EMAIL PROTECTED]> wrote: > > Good morning, > > Using Struts 1.1 running on WebSphere 6.1. > Any ideas on the error below? > I'm getting this same error for struts-html.tld, struts-nested.tld and > struts-bean.tld. > Thanks in advance

Re: [S2] Access a SiteMesh Object in a Struts tag

2007-10-21 Thread Grish
After going through the OGNL documents and trial and error I was able to get the properties from the page object from sitemesh using the following code: Hope this is of some use to someone out there :) Grish wrote: > > So I tried the following: > > > <% String current = myPage.getProperty

How to use multi select or checkboxlist in Struts 2

2007-10-21 Thread Stephen de Vries
Hi, I'm having a problem using a checkboxlist to update a list in my model and can't find any example of using checkboxlist on the web. Displaying the checkboxes works fine, but not saving their values to the model. And I'm not exactly clear on how the checkboxlist does the conversion