question on ?

2010-02-12 Thread tejz
I have a JSP where data is shown by use of a for:each loop. In this loop I have a multibox tag which will display checkboxes next to each corresponding row. A user will have the ability to select all or a few or none of the checkboxes and click print.How can I do this? JSP PAGE LOOK :-- MULTIBOX

please solve this question on ?

2010-02-12 Thread tejz
I have a JSP where data is shown by use of a for:each loop. In this loop I have a multibox tag which will display checkboxes next to each corresponding row. A user will have the ability to select all or a few or none of the checkboxes and click print.How can I do this? JSP PAGE LOOK :-- MULTIBOX

Re: i18n database backed

2010-02-12 Thread Balwinder Kumar
Chris, What sort of benefit database will offer over properties files? Regards, Balwinder Kumar CRANFORD, CHRIS wrote: Anyone have any suggested ways to support i18n internationalization backed by a database table rather than property files? ---

Re: s:select and indents

2010-02-12 Thread DustFrog
Would using the optgroup tag in conjunction with the select tag meet your needs? Refer to the HTML documentation: http://struts.apache.org/2.0.14/docs/optgroup.html -- View this message in context: http://old.nabble.com/s%3Aselect-and-indents-tp27568708p27570656.html Sent from the Struts - Use

i18n database backed

2010-02-12 Thread CRANFORD, CHRIS
Anyone have any suggested ways to support i18n internationalization backed by a database table rather than property files? - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@s

s:select and indents

2010-02-12 Thread CRANFORD, CHRIS
Is it possible to use the s:select tag in order to render a list of values by allowing spaces to be used to indent the options in a tree-like hierarchy or is there another preferenced way of doing this? I found in the select.ftl template where I could change "${itemValue?html}" to "${itemValue)" a

Re: Can s:select multiple have a object.someList as name?

2010-02-12 Thread wild_oscar
wild_oscar wrote: > > > I am trying to pass the multple selected items on a s:select onto a > List that I have on an "some" object: > > Some{ > List seriousness; ...} > > I am using spring to inject "some" in my action: >class="package.SomeClass"> > > > Using a: > mu

JavaTemplate Plugin

2010-02-12 Thread Hoying, Ken
I would like to make use of the JavaTemplate Plugin in order to improve my applications performance. However, I do have "ajax" themed tags, as well as, some of my own theme tags. I perfectly realize that the any non "simple" theme tags would not be able to take advantage of the performance imp

HTTP/HTTPS Switch Options

2010-02-12 Thread CRANFORD, CHRIS
In our prior Struts 1.x release of our web portal, all connections were redirected through HTTPS. Unfortunately, there was a fair amount of information on the portal which could have easily been served back to the browser via HTTP rather than using SSL to avoid unnecessary overhead but at the t