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
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
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
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
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
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
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
>
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