Text Box example ---------------- Key: MAGNOLIA-2435 URL: http://jira.magnolia.info/browse/MAGNOLIA-2435 Project: Magnolia Issue Type: Bug Environment: IBM Websphere on Windows server 2003 R2 Reporter: MGM IT Administrator Assignee: Boris Kraft
Please see the correspondence below raised via an email initially. Could you please look at the final response I received from Sceneric on this ask for an example to support the work on this for us. Hi, Before I answer your questions first some words about using our support channel: Please follow the support documentation guidelines [1] to find out how to open and follow up on a support ticket. In short, we'll need your Jira user ID in order to grant you the appropriate permissions. Should you have any questions regarding the new ticketing system, do not hesitate to ask at [EMAIL PROTECTED] [1] http://documentation.magnolia.info/support.html None the less here a quick answer for the two issues: A) Textarea does not work on Websphere It is a Websphere specific issue: the container 'optimizes' the html markup if a tag is empty. We solved that in our samples by putting the following inside such empty tags: <jsp:text><![CDATA[<!-- -->]]></jsp:text> If you don't agree or need more information, please open a ticked as described above. B) Login screen This is 'normal' as the login screen is shown when ever an anonymous user access a url to which he has no access to. This is for instance the case for /.magnolia. As long this is not considered a serious problem we don't do anything against it. I hope this answers are sufficient. Have a nice day! Philipp Bracher Magnolia International Ltd. Hi Andy, Thanks for that. Can we suggest that MGM open the ticket with Magnolia to provide some code snippets to illustrate how to "put <jsp:text><![CDATA[<!---->]]></jsp:text> inside such empty tags" as all the textfield/textarea tags are generated by magnolia code. we have found no reference to this solution in the Magnolia documentation. Regards, David -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------