You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mike Cannon-Brookes <mc...@internet.com> on 2000/06/27 14:43:37 UTC

Latest Build - 06/27

Craig et al,

Latest build works better in Orion (the welcome file works) - but the
action.xml still needs to be moved from the default /WEB-INF (a to be
resolved issue I know).

More importantly, the TextTag still gives a "Read Only" response.

Last build I have that works is 19th of June.

Cheers,
Mike

australia.internet.com - http://australia.internet.com
Email: mcannon@internet.com
Mobile: 0416 106090

AUSTRALIA.INTERNET.COM - AUSTRALIA'S INTERNET INDUSTRY PORTAL


Re: Latest Build - 06/27

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Thanks ... I just checked in a patch for this problem that will show up
in
tonight's build.

Note that if you use the default session key (the value returned by the
Action.LOCALE_KEY constant string) you will not be required to specify
the
locale attribute on every <struts:message> tag.

Craig


Wong Kok Wai wrote:

> Have the following problem with Weblogic 5.1:
>
> Parsing of JSP File '/index.jsp' failed:
>
> /index.jsp(-1): Error in tag library at: 'struts': The Tag class
> 'org.apache.struts.taglib.MessageTag' has no setter method corresponding
> to TLD declared
> attribute 'locale', (JSP 1.1 spec, 5.4.1)
> probably occurred due to an error in /index.jsp line -1:
>
> Tue Jun 27 20:56:47 GMT+08:00 2000

RE: Latest Build - 06/27

Posted by S....@ulybin.com.
Latest build on Tomcat 3.1 and Resin 1.1 have following problems

<TOMCAT>
Error: 500
Location: /struts-example/logon.jsp
Internal Servlet Error:

javax.servlet.ServletException: Can't find a method to write property 'maxlength' in a bean of type 'org.apache.struts.taglib.TextTag'
	at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:386)
	at _0002flogon_0002ejsplogon_jsp_4._jspService(_0002flogon_0002ejsplogon_jsp_4.java:339)

<RESIN LOG>
[2000/06/27 15:38:13] _jsp._struts_22dexample._index__jsp: init
[2000/06/27 15:38:17] org.apache.struts.action.ActionServlet: Processing a GET for /editRegistration
[2000/06/27 15:38:17] org.apache.struts.action.ActionServlet:  Looking for ActionForm bean under attribute 'registrationForm'
[2000/06/27 15:38:17] org.apache.struts.action.ActionServlet:  Creating new ActionForm instance
[2000/06/27 15:38:17] org.apache.struts.action.ActionServlet:  Storing instance under attribute 'registrationForm'
[2000/06/27 15:38:17] org.apache.struts.action.ActionServlet:  Populating bean properties from this request
[2000/06/27 15:38:17] _jsp._struts_22dexample._registration__jsp: init

>>[2000/06/27 15:38:18] /struts-example/registration.jsp:32: unknown attribute `maxlength'

[2000/06/27 15:38:25] _jsp._struts_22dexample._logon__jsp: init

>>[2000/06/27 15:38:25] /struts-example/logon.jsp:21: unknown attribute `maxlength'






Re: Latest Build - 06/27

Posted by Wong Kok Wai <wo...@pacific.net.sg>.
Have the following problem with Weblogic 5.1:

Parsing of JSP File '/index.jsp' failed:

/index.jsp(-1): Error in tag library at: 'struts': The Tag class
'org.apache.struts.taglib.MessageTag' has no setter method corresponding
to TLD declared
attribute 'locale', (JSP 1.1 spec, 5.4.1)
probably occurred due to an error in /index.jsp line -1:

Tue Jun 27 20:56:47 GMT+08:00 2000