Hi Charles,
On Thu, 2004-03-11 at 13:18, Charles Nealey wrote:
> Is this a known bug or is there just no way to get this to work due to the
> way checkboxes are submitted (nothing sent if nothing is checked)? Is there
> a way to get around this? Any ideas??? I worked around it to do what I want
>
My understanding is that a redirect creates a new request. Whereas, the forward
uses the same request.
So that would be why you were losing data.
HTH,
Pete
Sam Newman wrote:
> It ok, fixed it. I needed to use a RequestDispatcher to forward, rather than
> redirecting the user, e.g.:
>
> Re
It ok, fixed it. I needed to use a RequestDispatcher to forward, rather than
redirecting the user, e.g.:
RequestDispatcher rd = req.getRequestDispatcher("myForm.jsp");
rd.forward();
As opposed to:
res.sendredirect();
sam
Hi,
Does anybody have any idea how to implement a feature to allow xslt
processing of the select tag attribute multiple and any other attributes
<% HashMap attr = new HashMap(); %>
<% attr.put("multiple", null); %>
Taglib should output this.
one
two
three
wi
Hi ,
iam using below stuff it is working fine iam applying the style sheet
also,but you should modify some strut optiontag class ,i modified to give
selected="true" not simply selected .if it is only selected xslt processor
willgive problem. i attached the file you can go through.
-bala.