bean:write or html:text is returning emply values - Please help.

2005-12-14 Thread jill juneja
Hi All, I am writing a simple application, in which in the JSP page, if I use bean in scripplet it works fine. For example <%= courseBean.getCourseName%> works fine and gives me result. If I replace this piece of code with bean write or html: text nothing comes. I have tried putting bean in sess

[ANNOUNCEMENT] Apache Struts to release "standalone" Tiles

2005-12-14 Thread Martin Cooper
14 Dec 2005 - Apache Struts introduced Tiles as a integral component of its Struts 1.1 release in June 2003. Since then, several other projects have been using Tiles, even though it was embedded in the Struts JAR. Soon, it will be much easier to use Tiles with products like Jakarta Velocity, Apache

[ANNOUNCEMENT] Apache Struts and Open Symphony WebWork communities to merge

2005-12-14 Thread Martin Cooper
14 Dec 2005 - Apache Struts, the leading web application framework for Java, and Open Symphony WebWork, a leader in technical innovation, are working to merge their communities and codebases. "A merger is an elegant approach to evolution of existing applications based on action-oriented frameworks

[ANNOUNCEMENT] Apache Struts offers "Shale" for JSF

2005-12-14 Thread Martin Cooper
14 Dec 2005 - To give JavaServer Faces developers a head start on building scalable web applications for the enterprise, Apache Struts now offers the Shale Framework. Like the original "Struts Action Framework", Shale provides developers with a front controller, and several other components, to pro

[ANNOUNCEMENT] Apache Struts to release Struts 1.3.0 as the "Action Framework"

2005-12-14 Thread Martin Cooper
14 Dec 2005 - The Apache Struts flagship product, the leading web application framework for Java, is now known as the "Struts Action Framework". To make the framework easier to maintain, Apache Struts subdivided the original monolithic distribution into several subprojects. Each subproject has its

svn commit: r356826 - /struts/site/trunk/DRAFTS.txt

2005-12-14 Thread husted
Author: husted Date: Wed Dec 14 10:58:34 2005 New Revision: 356826 URL: http://svn.apache.org/viewcvs?rev=356826&view=rev Log: * Update press releases for today's date and add links to slides. Modified: struts/site/trunk/DRAFTS.txt Modified: struts/site/trunk/DRAFTS.txt URL: http://svn.apac

Re: is there is anything replacing ActionErrors in struts; please replyas early as possible

2005-12-14 Thread Joe Germuska
At 3:31 PM +0100 12/14/05, Nicolas De Loof wrote: This deprecation is very interesting but doesn't answer my orginial question : I wasn't answering your question; I was answering Sony's! ;-) Why does struts allready have a saveErrors(request, messages) as saveErrors(session, messages) can b

Re: is there is anything replacing ActionErrors in struts; please replyas early as possible

2005-12-14 Thread David Durham
Nicolas De Loof wrote: This deprecation is very interesting but doesn't answer my orginial question : Why does struts allready have a saveErrors(request, messages) as saveErrors(session, messages) can be used for the same use-case ? Take it to Struts-user, or go back to the drawing board.

Re: is there is anything replacing ActionErrors in struts; please replyas early as possible

2005-12-14 Thread Nicolas De Loof
This deprecation is very interesting but doesn't answer my orginial question : Why does struts allready have a saveErrors(request, messages) as saveErrors(session, messages) can be used for the same use-case ? Why is there no getErrors(session) ? Joe Germuska a écrit : At 3:00 PM +0100

Re: is there is anything replacing ActionErrors in struts; please replyas early as possible

2005-12-14 Thread Joe Germuska
At 3:00 PM +0100 12/14/05, Nicolas De Loof wrote: ActionErrors (with "s") is not deprecated, only ActionError is, and should be replaced by ActionMessage. ActionErrors would be deprecated if it were not part of the public API of ActionForm. If you are using resource-based messages anywhere

One Action different beans

2005-12-14 Thread Stas Ostapenko
Hi dev@struts.apache.org ! I'm interested in such feture. Is it possible to have one action to handle different beans which can be changed at runtime ? For example I have such action in struts-config.xml It's ok when I have one object - Domain. B

Re: is there is anything replacing ActionErrors in struts; please replyas early as possible

2005-12-14 Thread Nicolas De Loof
ActionErrors (with "s") is not deprecated, only ActionError is, and should be replaced by ActionMessage. Sony Thomas a écrit : HI, Is there is anything replacing ActionErrors. ActionErrors is deprecated. sony - To unsubsc

is there is anything replacing ActionErrors in struts; please reply as early as possible

2005-12-14 Thread Sony Thomas
HI, Is there is anything replacing ActionErrors. ActionErrors is deprecated. sony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

saveErrors / getErrors

2005-12-14 Thread Nicolas De Loof
Hello, As Struts no automagically delete errors messages after beeing displayed even if put into session scope, why not ALWAYS put errors messages into this scope ? What use case makes saveErrors(request, ActionMessages) usefull compared to saveErrors(session, ActionMessages) ? saveErrors(s