Re: [Stripes-users] Feature Request for label selection

2009-11-26 Thread Philip Constantinou
Hey Simon - You've got lots of options... one would be to just use HTML: "/> This will invoke the same event but set the value to be the localization string passed in by the JSTL localization tag. There's nothing too magical about the stripes:submit tag. You could even use: On Nov 26, 20

Re: [Stripes-users] Feature Request for label selection

2009-11-26 Thread Lionel
Simon Keen wrote: > This could be easily achieved with: > > >... > > > > > >... > > > Did you try this: -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. S

Re: [Stripes-users] Feature Request for label selection

2009-11-26 Thread Iwao AVE!
It wouldn't work, unfortunately. Please see: http://www.stripesframework.org/jira/browse/STS-679 Regards, Iwao On 2009/11/26, at 18:39, "Lionel" wrote: > Simon Keen wrote: >> This could be easily achieved with: >> >> >> ... >> >> >> >> >> >> ... >> >> >> > > > Did you try this: > > -

Re: [Stripes-users] Feature Request for label selection

2009-11-26 Thread Brandon Atkinson
You could also work around this another way... define another event that calls the first, like so: public Resolution newDetails() { ... } public Resolution otherDetails { return newDetails(); } Then you could use two different submit 'names', which would resolve to different names. The downs

Re: [Stripes-users] Feature Request for label selection

2009-11-27 Thread Simon Keen
Many thanks. I did consider all of your suggestions. I don't want to use Javascript at present for a variety of reasons, not least the impact it has on screen readers used by the visually impaired. I agree I could use HTML but I decided in the end to create another event. It was just a suggest

Re: [Stripes-users] Feature Request for label selection

2009-11-27 Thread Lionel
Iwao AVE! wrote: > It wouldn't work, unfortunately. > Please see: > http://www.stripesframework.org/jira/browse/STS-679 It's strange: I used it once and works fine ! (with stripes 1.5.2) -- Let Crystal Reports handle

Re: [Stripes-users] Feature Request for label selection

2009-11-27 Thread Iwao AVE!
It works only when you don't have a corresponding entry for the 'name' value in your StripesResources.properties. // Iwao On 2009/11/27, at 20:54, "Lionel" wrote: > Iwao AVE! wrote: >> It wouldn't work, unfortunately. >> Please see: >> http://www.stripesframework.org/jira/browse/STS-679 > > I