[appfuse-user] What do you think of this

2010-04-29 Thread Sudhir N
Struts2 has a custom tag 'action' http://struts.apache.org/2.0.14/docs/action.html That allows another controllers to be called from view. I have used it, and found very useful. It allows views to be developed as components and serve different portion of view content from different controller

[appfuse-user] locale problem, HTTP 500 error

2010-04-29 Thread Boris Kißner
Hello everyone, first big THX to the developers for the great Appfuse framework! Great work! I am using Appfuse 2.0.2 with Struts 2 and Hibernate. I have the following problem: On my main page (with login) is a link "XXX in English" (top right, http://localhost:8080/?locale=en). If i click on

Re: [appfuse-user] What do you think of this

2010-04-29 Thread Matt Raible
I agree this is a nice tag. I don't think something like this exists in Spring MVC, but you could use Ajax or JSTL's c:import tag to call a Controller. On Apr 29, 2010, at 12:09 AM, Sudhir N wrote: > Struts2 has a custom tag 'action' > http://struts.apache.org/2.0.14/docs/action.html That allo

Re: [appfuse-user] locale problem, HTTP 500 error

2010-04-29 Thread Matt Raible
I get a 500 when trying to access the smartcm.iml address below. I'm not sure what's causing the problem. Have you looked at your log files to see if there's any indication there? On Apr 29, 2010, at 7:20 AM, Boris Kißner wrote: > Hello everyone, > > first big THX to the developers for the gr

Re: [appfuse-user] What do you think of this

2010-04-29 Thread Sudhir N
I can't use ajax, it would kill SEO. c:import does not serve the purpose. The tag should be configurable weather to execute result or not, and can make additional model available to calling view, the calling view can render it the way it wants. Any ideas, one how this thing can be possible with

[appfuse-user] Exception trying to configure two session factories

2010-04-29 Thread winterlanar
Hello, I'm using appfuse 2 with Spring 2.5.6 and hibernate, and I need to connect to a second Oracle database. I have created a second set of applicationContext files where I named my second dataSource and my second SessionFactory. But I get an exception when I try to deploy, No unique bean of

Re: [appfuse-user] What do you think of this

2010-04-29 Thread Matt Raible
Google has a way of making Ajax SEO-friendly. http://code.google.com/web/ajaxcrawling/ Matt On Thu, Apr 29, 2010 at 9:48 AM, Sudhir N wrote: > I can't use ajax, it would kill SEO. c:import does not serve the purpose. > The tag should be configurable weather to execute result or not, and can >

Re: [appfuse-user] What do you think of this

2010-04-29 Thread DUSTIN PEARCE
I am noting the date and time that Matt declared Struts2 rox0rs and Spring MVC sux0rs. -D On Apr 29, 2010, at 9:35 AM, Matt Raible wrote: I agree this is a nice tag. I don't think something like this exists in Spring MVC, but you could use Ajax or JSTL's c:import tag to call a Controller