Hello Gary!

>
> [...] 
>
>Make sure that you have a navigation rule setup to handle the immediate 
>command button.  Try adding a rule that directs you to the target viewid 
>(sounds like the page you are submitting from).  If you don't have a 
>navigation case, I think the veiw is just restored using the submitted values. 
>
>
> <navigation-rule>
>    <from-view-id>/somepage.jsp</from-view-id>
>    <navigation-case>
>      <from-outcome>edit</from-outcome>
>      <to-view-id>/somepage.jsp</to-view-id>
>    </navigation-case>  
>  </navigation-rule>
>

I tried your tip yesterday and it seems to do the trick. Thank you very much!
Until then my action methods were void, because I didn't know that you have to 
have navigation to get the jsf reloaded complete. I thought "Well, it's being 
reloaded, so everythings all right". 

I will try this further tonight at home, but I think that was the missing link 
for me to get really startet with Shale. 

Thanks a lot and keep up the good work here, I really start to like Shale. 


Peter

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

Reply via email to