[
https://issues.apache.org/struts/browse/STR-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40103
]
Niall Pemberton commented on STR-3005:
--------------------------------------
Yes it sounds like a bug - but the question is whether its a bug in the Struts
framework or your application? Without knowing the cause the etiquette around
here is to first post a question to the user list since often these type of
things turn out to be a user error rather than a bug in Struts - rather than
doing what you've done which is assume its a Tiles bug first.
Anyway as I said before what matters is what html is being generated - if I was
you I would start looking there - comparing whats being produced by forwarding
directly to the jsp vs using Tiles.
> Multiple select not rendered in browser with tiles
> --------------------------------------------------
>
> Key: STR-3005
> URL: https://issues.apache.org/struts/browse/STR-3005
> Project: Struts 1
> Issue Type: Bug
> Components: Tiles
> Affects Versions: 1.1.1
> Environment: Operating system: windows XP, Rational Software
> Development platform with Websphere Application Server
> Reporter: Simone Piva
> Priority: Critical
> Attachments: Thin combobox.jpg
>
>
> Hi all,
> I have a problem while rendering a jsp with a select multiple tag in a Struts
> application using tiles.
> If I forward directly to a JSP I have no problem and the select multiple is
> correctly showed by both browsers I tried (Firefox 2 and Internet Explorer
> 7), whilst if I forward to a tile that contains also my jsp with the select
> multiple tag I don't see the multiple combobox, but only a thin box, so thin
> that no text can be displayed. If I get the HTML source code (right-clicking
> on the page), saving the open window to an html file and reopening the just
> saved file I can see my multiple select!
> Did anyone experience the same problem?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.