Re: [appfuse-user] spring-security

2008-04-22 Thread ernasm
On Mon, Apr 21, 2008 at 2:28 AM, kace <[EMAIL PROTECTED]> wrote: > > Hi guys, > > I updated my app to use spring-security (made the changes as in changeset > 3089 but I get the following error message, did I mess up somewhere when > making the changes? > > Regards, > > ..kace > > > 2008-04-

Re: [appfuse-user] AppFuse QuickStart Russian translation

2008-04-22 Thread Matt Raible
Can you please provide the steps to reproduce? For example: 1. Go to http://appfuse.org 2. Create a New Page 3. Add the following text into the page Russian characters here 4. Click save Matt On Tue, Apr 22, 2008 at 12:11 AM, capricorn2.0 <[EMAIL PROTECTED]> wrote: > > Hi, Matt. > > The erro

Re: [appfuse-user] facing problem for generated-reource folder

2008-04-22 Thread Matt Raible
This happens when your POJO doesn't exist that you're trying to generate code from. Matt On Tue, Apr 22, 2008 at 12:06 AM, Anshu Dhamija <[EMAIL PROTECTED]> wrote: > > > > > Hi > > I am facing the following problem after running the mvn appfuse:gen command > > Can anyone help me > > > > > > > > C

Re: [appfuse-user] Problem update to spring security 2.0

2008-04-22 Thread Matt Raible
It's difficult for us to know what the problem is if you don't provide any more information. Are you sure there's no stack traces? Matt On Apr 22, 2008, at 8:59 AM, ct1 wrote: I followed Matt's instructions to update Appfuse. I got a major problem. Please help! (Prior to the security upd

[appfuse-user] Problem update to spring security 2.0

2008-04-22 Thread ct1
I followed Matt's instructions to update Appfuse. I got a major problem. Please help! (Prior to the security update, I moved to spring 2.5.2 and the app works fine.) After the security update, all the page except the login page are empty. There is no error in the log. I can see in the log that

Re: [appfuse-user] How to add html values in sample data

2008-04-22 Thread Dustin Pearce
I recently implemented a comments section that used Textile formatting like in confluence. In fact it uses the ConfluenceDialect. I really liked how it turned out. Of course there is some end user training about wiki/textile markup rather than HTML. I need to look at Confluence and see

Re: [appfuse-user] CRUD with Non-autogenerated primary keys

2008-04-22 Thread Dustin Pearce
I think you are going to have to modify the appfuse iBatis code to do what you want. In your position I would refactor the save() method and extract the insert and update up to the interface so you can call them directly if you want. You can leave save() and have it call update or insert

[appfuse-user] How to add html values in sample data

2008-04-22 Thread Martin Homik
I am writing a simple blog application. Each entry has a title and a body. The body may contain html elements such as "". However, if you add the following value into your sample data, the html elements are cut off and hence not inserted into the database: London is a great city. The soluti

[appfuse-user] AppFuse 1.9.4 Eclipse problems

2008-04-22 Thread Irshad Buchh
Hi All, We just created a JSF+AppFuse 1.9.4 project and imported the project in Eclipse Europa. On running the project on Apache Tomcat within eclipse , we get the following trace. We want to test/debug individual jsf pages using Eclipse/WTP, any ideas how to get it working? It works great using a

[appfuse-user] Eclipse errors with AppFuse 1.9.4

2008-04-22 Thread Irshad Buchh
Hi, After creating an appfuse 1.9.4 JSF project using ant, we import it in Eclipse Europa 3.3. We get the following errors. Is it quite normal/ is there a workaround for this. --Irshad. Severity and DescriptionPathResourceLocation Creation Time Id BaseParamFilterRea

Re: [appfuse-user] FCKEditor Integration with AppFuse 2

2008-04-22 Thread Martin Homik
Daniel.Rodriguez wrote: > > Follow Matt's advice. However be extremely carefull with the FCKeditor > JSP taglib. It requieres you to create a context named "FCKeditor" in > your container and point the JSP tags there. The exact info is in > http://wiki.fckeditor.net/Developer's_Guide/Integr

Re: [appfuse-user] learn struts2 whit appfuse

2008-04-22 Thread Martin Homik
The AppFuse tutorial is a great start but soon you'll want to do more and then you rely on online resources. The struts2 homepage is a start, but personally, I do not like as it is very unstructured. However, you should check the examples, which are to some extent quite useful. You'll get more exe

Re: [appfuse-user] menu tab losing focus after submit

2008-04-22 Thread caarney
Solved, other team member changed menu rendering functionality. Not an Appfuse issue. Caarney -- View this message in context: http://www.nabble.com/menu-tab-losing-focus-after-submit-tp16446897s2369p16823516.html Sent from the AppFuse - User mailing list archive at Nabble.com. ---