You might try adding the following to sitemesh.xml:
Matt
On Thu, May 22, 2008 at 3:37 PM, George.Francis <[EMAIL PROTECTED]> wrote:
>
> Someone passed this project on to me, which was initially created using the
> AppFuse default JSF configuration. They initially disabled security so that
> lo
Sweet - thanks Chris!
I've added your tutorials to AppFuse News and blogged about them on
raibledesigns.com.
http://appfuse.org/display/APF/News
Cheers,
Matt
On Wed, May 21, 2008 at 7:35 AM, Chris Barham <[EMAIL PROTECTED]> wrote:
> Hi,
> I've extended the previous DisplayTag external sorting
oscar perez wrote:
>
> Maybe the solution for 2.1 is to move from displayTag to eXtremecomponents
> and jMesa. jMesa doesn't have the problem described by Chris, it has
> column
> filtering out-of-the box and it support ajax requests nicely (without
> external libraries such as ajaxtags for dis
Hello, i happened once.
The bug ( maybe just) when your class name begin with the same name that
another.
In my case :
CarType
CarModel
alredy generated, and when i try to generate
Only Car, have this error.
My faster solution was rename my entity Car to CarEntity
and then the gen plugin wor
AMP does not currently support renaming your core module. If you'd
like us to add this feature, please enter an issue in JIRA.
http://issues.appfuse.org
As a workaround, you can checkout the source from SVN and modify it
yourself to support this.
Matt
On Thu, May 22, 2008 at 8:46 PM, utdk <
I created a modular struts project using AppFuse 2.0.2.
After run "appfuse:gen" in the core part of the project, I got Daos and
Managers generated by AppFuse,
but when I run "appfuse:gen-web" in the web part of the project, I got
messages generated by Maven console as follows:
D:\Workstation\wo
Someone passed this project on to me, which was initially created using the
AppFuse default JSF configuration. They initially disabled security so that
logon wasn't required. Now they want to reintroduce logon. So I re-enabled
the appropriate value in security.xml and logon is back! great! but
Well my friends here is my question
Using Spring+SpringMVC+JasperReports
Suppose you have a form page which captures three values, like this:
Value1:
Value2:
Value3:
ExportButton
when the user click in the ExportButton, the use case is to retrieve all
typed values, get a model in the database,
Hi, Matt.. Yes, I have Firefox + FireBug, and the console doesn't show
errors...
I don't know wich's the problem... I created other project for learn DWR,
and run without Appfuse...
On Thu, May 22, 2008 at 2:21 PM, Matt Raible <[EMAIL PROTECTED]> wrote:
> I would install Firefox + FireBug and
I would install Firefox + FireBug and see if there's any errors that
show up in your JavaScript console.
Matt
On Thu, May 22, 2008 at 9:53 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote:
> Hello, I'm beginning with dwr, I'm having a problem with the callback
> function. When i call a method with dw
These are only Base*TestCase classes. We package them here so we don't
have to create a separate appfuse-test module. If you don't like them
there, it should be easy enough to move them.
Matt
On Thu, May 22, 2008 at 10:11 AM, sheetalr <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have used following m
Hi,
I have used following maven command to create Spring MVC Basic project
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes
-DarchetypeArtifactId=appfuse-basic-spring
-DremoteRepositories=http://static.appfuse.org/releases
-DarchetypeVersion=2.0.2 -DgroupId=com.mycompany.app -Dar
Hello, I'm beginning with dwr, I'm having a problem with the callback
function. When i call a method with dwr, the method run, but never call the
callback function.. here it's my code
function getMoviles(){
movilDWRManager.getAll( funcionOne);
}
//never is c
A link at the bottom of this tutorial offers some advice:
http://www.jroller.com/sqyuan/entry/using_acegi_for_authentication_authorization
You also might want to check the comments on the following blog entry:
http://raibledesigns.com/rd/entry/upgrading_to_spring_security_2
Matt
On Thu, May 22
Hello, I'm having a problem with Appfuse, I have 2 class, Movil (Bus) and
Asiento(Seat), the movil has a list of asientos.
Here it's the method get:
@OneToMany(targetEntity=com.mycompany.app.model.Asiento.class ,
fetch=FetchType.LAZY,cascade=CascadeType.ALL)
@JoinColumn(name="mov_codigo"
hi, sorry if this has already been answered, I have searched.
I need to put authentication and authorisation up around a set of web
services on an Appfuse Spring MVC setup which also serves a website.
Following the tutorial (http://appfuse.org/display/APF/Web+Services) I am
advised to add a line
Done.
On Thu, May 22, 2008 at 2:21 AM, Greenhorn2005 <[EMAIL PROTECTED]> wrote:
>
> Hello Mike,
>
> Well thanks a lot for it. I hope you will edit the appfuse core
> classes page in the website so that it wont remain old.
>
> Anyway have a great day !:-D
>
> Green horn...
> --
> V
i had a Category pojo
public class Category {
protected List childCategories;
/**
* @return the childCategories
* @hibernate.list name="child_categories"
* @hibernate.key column="parent_id"
* @hibernate.one-to-many class="com.xxx.apps.xxx.model.Category"
casc
Hello everyone,
I am using appfuse 2.0.2 and have found this error something
strange. hope you smart guys out there help me.
Error:
javax.servlet.ServletException: Unable to instantiate Action,
com.trailsindia.webreservation.webapp.action.HotelGroupUserAction, defined
for 'hotelGr
Hello Mike,
Well thanks a lot for it. I hope you will edit the appfuse core
classes page in the website so that it wont remain old.
Anyway have a great day !:-D
Green horn...
--
View this message in context:
http://www.nabble.com/Regarding-Appfuse-core-classes-tp17355781s236
20 matches
Mail list logo