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
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
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?
---
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
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
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
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
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
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
9 matches
Mail list logo