usecase example logon dialog

2006-11-14 Thread Jonathan Smith
in usecases.jsp where does the #{logon$dialog.enter} come from. Is that a managed bean method or is that something that lets you enter the dialog automatically. If if is declared in a managed bean please let me know which one and where in the faces-config that bean is declared. thank you Jon

Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
PROTECTED]: Jonathan Smith ha scritto: ok when i do this tiles:insert definition=debug2flush=true/tiles:insert with this as the definition tiles-definitions definition name=debug2 path=debug2.jsp put name=header type=template value=/debug/debug-header.jsp

Re: new to shale tiles

2006-11-08 Thread Jonathan Smith
: 2006/11/8, Jonathan Smith [EMAIL PROTECTED]: added the space and the flush false now i get a java.lang.IncompatibleClassChangeError org.apache.shale.tiles.TilesViewHandler.dispatchToTile( TilesViewHandler.java:304) org.apache.shale.tiles.TilesViewHandler.renderView

RE: new to shale tiles

2006-11-07 Thread Jonathan Smith
what does your doc type look like in your tiles.xml? also i am getting a javax.servlet.ServletException: Source object must not be null in tomcat 5.5.17 any ideas? _ Get today's hot entertainment gossip

RE: new to shale tiles

2006-11-07 Thread Jonathan Smith
ok when i do this tiles:insert definition=debug2flush=true/tiles:insert with this as the definition tiles-definitions definition name=debug2 path=debug2.jsp put name=header type=template value=/debug/debug-header.jsp / /definition

Re: Question about prerenderer?

2006-11-02 Thread Jonathan Smith
ok i using this code the h3 tage get rendered at the bottom of the t:div instead of at the top where it belongs if i put the f:verbaitum wrapping the whole div i get the h3 outside and below the div. what can i do to get the h3 to render before the datatable? %@ taglib prefix=f