[appfuse-user] Which Eclipse Project to user for web development?

2007-09-05 Thread SJ
It may be irrelevant question to this forum. Your answer is greatly appreciated. When I am planning to use latest Appfuse 2 with Eclipse, I visited eclipse download page at http://www.eclipse.org/home/categories/enterprise.php. And I found lot of options to get a Eclipse proejct for web develope

Re: [appfuse-user] Page Header is missing in display

2007-08-06 Thread SJ
Okay. I didn't try it on Firefox. Just now tried it. It is working fine. So IE is the problem. Thanks. tibi-3 wrote: > > when the main part is getting to large the menu disappears... > in ie that is on firefox i have no problems > > not sure if this helps > > tib

Re: [appfuse-user] Display Tag PDF export is not working

2007-08-06 Thread SJ
Thanks for bugging you. But let me know when you have time. Now I have to debug my code including display tag also. mraible wrote: > > Sorry, I'm stumped. > > On 8/6/07, SJ <[EMAIL PROTECTED]> wrote: >> >> Here is my JSP code. I have added that al

Re: [appfuse-user] Page Header is missing in display

2007-08-06 Thread SJ
Thanks. Now I found it. When I display more than 4 columns in the display tag, the menu part is not displayed on the page:,( http://www.nabble.com/file/p12025379/pdfexport.jpg . I have to play with the css. P.S.: Screenshot attached this time. Thanks mraible wrote: > > On 8/6/07, SJ &

Re: [appfuse-user] Display Tag PDF export is not working

2007-08-06 Thread SJ
URI="" to read from the address bar. > > Matt > > On 8/6/07, SJ <[EMAIL PROTECTED]> wrote: >> >> Wow! That was a quick reply. >> >> After the adding that excludedParams="*", not it shows a unique id for >> each >> export

Re: [appfuse-user] Page Header is missing in display

2007-08-06 Thread SJ
not the menu - it might be > something in menu.jsp. Otherwise, it might be that your menu is just > not "shown". It's there in the HTML, but it's not shown in the > browser. Can you confirm which behavior you're seeing? No visual > presence or no HTML presence? > >

Re: [appfuse-user] Display Tag PDF export is not working

2007-08-06 Thread SJ
Wow! That was a quick reply. After the adding that excludedParams="*", not it shows a unique id for each export option link. Export options: ?d-16503-e=1&6578706f7274=1 CSV | ?d-16503-e=2&6578706f7274=1 Excel | ?d-16503-e=3&6578706f7274=1 XML | ?d-16503-e=5&6578706f7274=1 PDF But wh

[appfuse-user] Page Header is missing in display

2007-08-06 Thread SJ
Hi, I am developing a application using appfuse 1.9.4. I have added new link to MainMenu. When this link is submitted to a spring controller and the result is displayed back, the header (that shows the menu) is missing some times. I have verified my menu configuration and JSP page code and compa

[appfuse-user] Display Tag PDF export is not working

2007-08-06 Thread SJ
I am using display tag to display my results in HTML format with export option. Then when I click on any of the export options, i.e., PDF, XML, XLS, the form submitted back to the controller object. I am using a SimpleFormController to display and process the form. In HTML code, I found that expo

[appfuse-user] Appfuse Spring Jasper dynamic compilication of JRXML file is failing in Weblogic 8.1 SP5

2007-05-15 Thread SJ
I have followed the tutorial http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseJasperReports to use jasper reports with Spring. My application works fine in tomcat. But when it is deployed in Weblogic 8.1 SP5, I receive the following error message when Spring is loaded. I know JRComplier looks

[appfuse-user] LogConfigurationException: Class org.apache.commons.logging.impl.Log4JLogger does not implement Log

2007-05-08 Thread SJ
I am using Eclipse 3.1.1 and attached Weblogic 8.1 SP5 server to it. When I try to deploy and start my weblogic server, the following exception is displayed. And deployment is failing. I have log4j.properties file created in WEB-INF/classes for the myreports projects. Also my WEB-INF/lib has commo