DO NOT REPLY [Bug 17502] - tiles:insert in jsp called from DefinitionDispatcherAction not working

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502

tiles:insert in jsp called from DefinitionDispatcherAction not working





--- Additional Comments From [EMAIL PROTECTED]  2003-03-24 17:51 ---
I am having the problem also,

Any suggested work arounds

Struts 1.1rc1
tomcat 4.1.18

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17502] - tiles:insert in jsp called from DefinitionDispatcherAction not working

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502

tiles:insert in jsp called from DefinitionDispatcherAction not working





--- Additional Comments From [EMAIL PROTECTED]  2003-03-24 18:19 ---
I've been using this JSP as work around for a while now:

%@ page language=java %
%@ taglib uri=struts-tiles.tld prefix=tiles %
%@ taglib uri=struts-bean.tld prefix=bean %
%@ taglib uri=struts-logic.tld prefix=logic %

logic:present parameter=def
bean:parameter id=toDef name=def / 
tiles:insert definition=%= toDef % flush=true /
/logic:present

You can use it like this: /path/dispatchDef.jsp?def=.empleado, or you can 
create a servlet mapping for this jsp under the same name you have been using 
for the DefinitionDispatcherAction, so you don't need to update the rest of 
your source/config files.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17502] - tiles:insert in jsp called from DefinitionDispatcherAction not working

2003-03-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502

tiles:insert in jsp called from DefinitionDispatcherAction not working

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Normal  |Enhancement
   Target Milestone|--- |1.2 Family
Version|1.1 RC1 |Unknown



--- Additional Comments From [EMAIL PROTECTED]  2003-03-16 16:35 ---
Sounds like something to address in the 1.2 family.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17502] - tiles:insert in jsp called from DefinitionDispatcherAction not working

2003-02-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502

tiles:insert in jsp called from DefinitionDispatcherAction not working





--- Additional Comments From [EMAIL PROTECTED]  2003-02-27 18:22 ---
  What webserver do you use ? Does this also happen on the latest Tomcat server ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17502] - tiles:insert in jsp called from DefinitionDispatcherAction not working

2003-02-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17502

tiles:insert in jsp called from DefinitionDispatcherAction not working





--- Additional Comments From [EMAIL PROTECTED]  2003-02-27 19:34 ---
It happens with the latest Tomcat Release 4.1.18. As with the 4.0.X releases.

And, it happens no matter you use tiles:insert, or jsp:include. 
What I see, seems as if the actionforward returned by the nested Action 
-showHorarios in the example- doesn't count, as if the 
DefinitionDispatcherAction replaces the resulting forward with the one passed 
on through the parameter, not only in its own actionmapping (see that 
its 'success'/'ok.html' forward is useless), but also in the nested one/s.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]