Re: [appfuse-user] Full source in Appfuse light

2009-04-07 Thread Saeed Iqbal
Yes I see it. Thanks Matt. Thanks, -saeed On Tue, Apr 7, 2009 at 10:17 PM, Matt Raible wrote: > In the following version, the layout of the app is contained in > default.jsp. > > http://raibledesigns.com/rd/entry/appfuse_light_converted_to_maven > > matt > > > On Tue, Apr 7, 2009 at 11:13 PM,

Re: [appfuse-user] Full source in Appfuse light

2009-04-07 Thread Matt Raible
In the following version, the layout of the app is contained in default.jsp. http://raibledesigns.com/rd/entry/appfuse_light_converted_to_maven matt On Tue, Apr 7, 2009 at 11:13 PM, Saeed Iqbal wrote: > Im using the new one > > Thanks, > -saeed > > > On Tue, Apr 7, 2009 at 10:10 PM, Matt Raibl

Re: [appfuse-user] Full source in Appfuse light

2009-04-07 Thread Saeed Iqbal
Im using the new one Thanks, -saeed On Tue, Apr 7, 2009 at 10:10 PM, Matt Raible wrote: > Which version of AppFuse Light are you using? If it's 1.x, look for > "default.jsp". > > Matt > > > On Tue, Apr 7, 2009 at 11:05 PM, Saeed Iqbal wrote: > >> Thanks Matt for your kind response. >> >> Could

Re: [appfuse-user] Full source in Appfuse light

2009-04-07 Thread Matt Raible
Which version of AppFuse Light are you using? If it's 1.x, look for "default.jsp". Matt On Tue, Apr 7, 2009 at 11:05 PM, Saeed Iqbal wrote: > Thanks Matt for your kind response. > > Could you tell me where can I change the template of the pages please. I > would like to integrate our design in

Re: [appfuse-user] Full source in Appfuse light

2009-04-07 Thread Saeed Iqbal
Thanks Matt for your kind response. Could you tell me where can I change the template of the pages please. I would like to integrate our design in them. Thanks, -saeed On Tue, Apr 7, 2009 at 10:02 PM, Matt Raible wrote: > AppFuse Light has not been "full source" enabled at this point. If you'r

Re: [appfuse-user] Full source in Appfuse light

2009-04-07 Thread Matt Raible
AppFuse Light has not been "full source" enabled at this point. If you're using 1.x, it has all the source. The latest version is still being integrated with AppFuse. Matt On Tue, Apr 7, 2009 at 10:54 PM, Saeed Iqbal wrote: > Hi > > I ran mvn appfuse-fullsource in appfuse light and it complaine

[appfuse-user] Full source in Appfuse light

2009-04-07 Thread Saeed Iqbal
Hi I ran mvn appfuse-fullsource in appfuse light and it complained about some plugins. When i added them, it complained again. Can someone help me get full source in appfuse light please. Thanks, -saeed

Re: [appfuse-user] Velocity Struts menu with Icons

2009-04-07 Thread tibi
a screenshot would be nice. otherwise i would think of using css to add the images Matt Raible wrote: > Do you have a screenshot of what you're hoping to achieve? > > Matt > > On Tue, Apr 7, 2009 at 6:20 AM, hassen > wrote: > > > Simplicity Struts menu with Icons

Re: [appfuse-user] TimestampConverter

2009-04-07 Thread Matt Raible
Yes, but they have a different method signature. On Tue, Apr 7, 2009 at 8:47 AM, tibi wrote: > ow o.k. > > will than i at least remove timestampconverter. > in struts 2 converters still are used no?? > > > > Matt Raible wrote: > > Both TimestampConverter and DateConverter are left over from Stru

Re: [appfuse-user] TimestampConverter

2009-04-07 Thread tibi
ow o.k. will than i at least remove timestampconverter. in struts 2 converters still are used no?? Matt Raible wrote: > Both TimestampConverter and DateConverter are left over from Struts > 1.x in AppFuse 1.x. I'm not entirely sure we need those anymore. > > Matt > > On Tue, Apr 7, 2009 at 4:29

Re: [appfuse-user] struts2 validator

2009-04-07 Thread tibi
about the adding up of the error messages and the hanging of error messages. make sure the action has this part: scope="prototype in the applicationCOntext. example: tibi wrote: > thanks matt!! > > > > > > > Matt Raible wrote: > >> If you look in struts.xm

Re: [appfuse-user] Velocity Struts menu with Icons

2009-04-07 Thread Matt Raible
Do you have a screenshot of what you're hoping to achieve? Matt On Tue, Apr 7, 2009 at 6:20 AM, hassen wrote: > > Simplicity Struts menu with Icons before titles... > Is it Possible? > -- > View this message in context: > http://www.nabble.com/Velocity-Struts-menu-with-Icons-tp22927817s2369p229

Re: [appfuse-user] TimestampConverter

2009-04-07 Thread Matt Raible
Both TimestampConverter and DateConverter are left over from Struts 1.x in AppFuse 1.x. I'm not entirely sure we need those anymore. Matt On Tue, Apr 7, 2009 at 4:29 AM, tibi wrote: > hi list, > > I'm looking at the TimestampConverter. > as i understand the converters it works like this: > the

Re: [appfuse-user] TimestampConverter

2009-04-07 Thread tibi
could this have to do with this bug: http://issues.appfuse.org/browse/APF-176 tibi wrote: > hi list, > > I'm looking at the TimestampConverter. > as i understand the converters it works like this: > the convert method is called by struts: > > public Object convert(final Class type, final Object

[appfuse-user] Velocity Struts menu with Icons

2009-04-07 Thread hassen
Simplicity Struts menu with Icons before titles... Is it Possible? -- View this message in context: http://www.nabble.com/Velocity-Struts-menu-with-Icons-tp22927817s2369p22927817.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

[appfuse-user] TimestampConverter

2009-04-07 Thread tibi
hi list, I'm looking at the TimestampConverter. as i understand the converters it works like this: the convert method is called by struts: public Object convert(final Class type, final Object value) { When i look at the dateConverter i see the convert method. and this method delegates its work t

Re: [appfuse-user] How to create demo war file

2009-04-07 Thread Developeryours
Thanks for your reply peter..Have you worked on this demo set up? -- View this message in context: http://www.nabble.com/How-to-create-demo-war-file-tp22881701s2369p22926095.html Sent from the AppFuse - User mailing list archive at Nabble.com. --