We are evaluating using Spring webflow with an existing myfaces/facelet web 
application. 

Is anyone successfully using these two frameworks together?

Is anyone using these frameworks in a live application? 

I am curious if there have been any common integration issues/pitfalls or 
performance issues? 



>  -------Original Message-------
>  From: Ajit.T <[EMAIL PROTECTED]>
>  Subject: Fisheye  tomahawk-sandbox 1.1.4
>  Sent: 15 Jan '07 2:55pm
>  
>  
>  Hi,
>  I am trying to use the fisheye navigation of sandbox using the example
>  provided . Am using t:navigationMenuItem as the individual menu item to be
>  selected. The API for t:navigationMenuItem has three attributes namely
>  'disabled' ,' disabledStyleClass' , 'disabledStyle '. I tried using disabled
>  attribute with a value of type boolean but it doesnt seem to be functioning
>  nor does any of the three seem to working for me(as the other two depends on
>  the 'disabled'  attribute); also the viewsource didnt show up any disabled
>  attribute.
>  
>     How could I disable the onclick event code added by the framework?
>  btw i am using myfaces 1.1.4,Tomahawk 1.1.4 & tomahawk-sandbox 1.1.4 .
>  The code snippet as below.
>  
>  
>  <div class="dojo-FisheyeListItem"
>  
> onclick="clear_fisheye();document.forms['fisheye'].elements['fisheye:_link_hidden_'].value='fisheye:lab';document.forms['fisheye'].target='leftFrame';if(document.forms['fisheye'].onsubmit){var
>  result=document.forms['fisheye'].onsubmit();  if( (typeof result ==
>  'undefined') || result )
>  
> {document.forms['fisheye'].submit();}}else{document.forms['fisheye'].submit();}return
>  false;" caption="Lab" dojo:iconsrc="../images/lab.gif"
>  id="fisheye:lab"></div>
>  --
>  View this message in context: 
> http://www.nabble.com/Fisheye--tomahawk-sandbox-1.1.4-tf3015049.html#a8372777
>  Sent from the MyFaces - Users mailing list archive at Nabble.com.
>  
>  

Reply via email to