[appfuse-user] IFrame?

2007-10-20 Thread John Kwon
using Spring 2.0... and appfuse. One of the controllers is based on BaseFormController (it has an onSubmit and referenceData and a formBackingObject). Works just fine with the jsp. I have an IFrame on the jsp, and the url is an attribute of the bean defined on the jsp and controller. The IFrame i

[appfuse-user] CSS Driving me up the wall

2007-10-20 Thread John Kwon
I am using Simplicity, and if I make a change to widen the view (so I can put more on the view - the users want one view that has approx 60 input fields on it), I lose the menu bar in IE 6. The center column in layout-1col.css - where do I find the place to widen that?

Re: [appfuse-user] integrating appfuse2 maven build with eclipse and debugging

2007-10-20 Thread mxb
Thanks. i tried what it says and get an error as follows, any idea. it works ok from the command line. Listening for transport dt_socket at address: 4000 [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jetty'. [INFO] ---

Re: [appfuse-user] How to connect the maven to my local repository?

2007-10-20 Thread Ashkan Roshanayi
Is there anybody who had experienced similar situation? Your help is so appreciated. On 10/20/07, Ashkan Roshanayi <[EMAIL PROTECTED]> wrote: > > Hi, > I removed remoteRepositories parameter and added -o but got error. Adding > a -e to showed this error: > > [ERROR] ResourceManager : unable to fi

Re: [appfuse-user] LazyInitializationException again

2007-10-20 Thread Daniel Kibler
OK. I found that there are two entries in web.xml for the lazyLoadingFilter. After uncommenting the second, the lazy loading is working. Thanks Dan Did you uncomment the filter-mapping in your web.xml? Matt -- View this message in context: http://www.nabble.com/LazyInitializationException-

[appfuse-user] Hibernate issues after upgrading to appfuse 2.0

2007-10-20 Thread Aled Rhys Jones
Hi all I've just updated from a m4 of appfuse 2.0 to the release version. I'm having a few teething issues with this new version. Now all my DAOTests fail on my add and remove tests. I've debugged the code, and when the model is saved after creation, the id is not updated, so the get func

[appfuse-user] beanRefContext.xml with appfuse

2007-10-20 Thread j2ee dodo
Hi gang, Does anyone have experience of using beanRefContext.xml to load beans directly with appfuse and care to share how to do it? Regards Sam