Hi Steven,
Have you checked example 5 in the tomahawk simple examples?
When you click the add sample entries button, and then click on one of
the entries, you will see something like this in the log file:
26-okt-2006 22:58:44
org.apache.myfaces.examples.schedule.BindingScheduleExampleHandler
scheduleAction
INFO: The schedule was clicked
26-okt-2006 22:58:44
org.apache.myfaces.examples.schedule.BindingScheduleExampleHandler
scheduleAction
INFO: selected entry: [EMAIL PROTECTED]
Which means, the action is called correctly, and the entry is also
selected like it should be. Now if you add this to the
examples-config.xml:
<navigation-rule>
<from-view-id>/schedule5.jsp</from-view-id>
<navigation-case>
<from-outcome>success</from-outcome>
<to-view-id>/div.jsp</to-view-id>
<redirect />
</navigation-case>
</navigation-rule>
You should be redirected to the /div.jsp after clicking either on the
schedule body or on an entry.
Jurgen
Op zondag 22-10-2006 om 10:45 uur [tijdzone -0500], schreef Stephen
Osella:
> Jurgen,
>
> I am having a problem with <t:schedule> when clicking on an event entry (vs.
> clicking on the body). When I click on an event entry, it renders the
> main.jsp (by way of index.jsp) rather than the page indicated for the
> outcome in the config file. This should not be happening, so I am thinking
> that the schedule renderer is doing something wrong, or something for which
> I have not setup the environment.
>
> I have attached the debug log for the 2 cases: click on body and click on
> entry. The clear thing is that after:
> 10:12:51,801 - DEBUG org.apache.catalina.core.StandardWrapper - Returning
> non-STM instance
>
> Click on body does:
>
> 10:07:49,582 - DEBUG javax.faces.webapp.FacesServlet - service begin
> 10:07:49,582 - DEBUG org.apache.myfaces.lifecycle.LifecycleImpl - entering
> restoreView in org.apache.myfaces.lifecycle.LifecycleImpl
>
> while click on entry does:
>
> 10:12:51,801 - DEBUG org.apache.jasper.servlet.JspServlet - JspEngine -->
> /index.jsp
> 10:12:51,801 - DEBUG org.apache.jasper.servlet.JspServlet - ServletPath:
> /index.jsp
>
>
> Can you kindly look into this and help me out on this?
>
> Steve
--
____________________________________________________
Jurgen Lust
email: [EMAIL PROTECTED]
blog: http://jroller.com/page/jurgenlust
____________________________________________________