[appfuse-user] Appfuse login user

2009-08-19 Thread lounnaci
How can i recuperate the user logged in name using struts? -- View this message in context: http://www.nabble.com/Appfuse-login-user-tp25040252s2369p25040252.html Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] Appfuse login user

2009-08-19 Thread lounnaci
h.getDetails(); > } else { > throw new AccessDeniedException("User not properly > authenticated."); > } > } > return currentUser; > } > > >

[appfuse-user] Struts tag exception

2009-08-20 Thread lounnaci
Hello When I try to add a tag to jsp page i have the following exception: javax.servlet.ServletException: org.apache.jasper.JasperException: /WEB-INF/pages/orderDetailList.jsp(2,58) PWC6112: Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.logic.IterateTei at

[appfuse-user] Add a dependency with an external jar file

2009-08-23 Thread lounnaci
Hello My appfuse project has a reference to a jar file that i created. Waht is the best way to make a dependency with my library?. I simply added the dependency from the project java build path of eclipse prefs, it is not able to compile this way -> "cannot find symbol.." exception. Thanks --

Re: [appfuse-user] Add a dependency with an external jar file

2009-08-23 Thread lounnaci
: > > add it to the pom file as dependencie as all other jar files? > > > tibi > > lounnaci wrote: >> Hello >> >> My appfuse project has a reference to a jar file that i created. Waht is >> the >> best way to make a dependency with my library?

Re: [appfuse-user] Add a dependency with an external jar file

2009-08-23 Thread lounnaci
I am using the command line. I didn't tried eclipse:eclipse. I will tray and see. tibi wrote: > > compile command line or in eclipse? > > if in eclipse did you do an mvn eclipse:eclipse?? > > lounnaci wrote: >> Hi tibi >> >> I h

Re: [appfuse-user] Add a dependency with an external jar file

2009-08-24 Thread lounnaci
Hi The problem is always there. It is blocking :,( lounnaci wrote: > > I am using the command line. I didn't tried eclipse:eclipse. I will tray > and see. > > > tibi wrote: >> >> compile command line or in eclipse? >> >> if in eclipse did

Re: [appfuse-user] Add a dependency with an external jar file

2009-08-24 Thread lounnaci
gt; On Mon, Aug 24, 2009 at 10:16 AM, >> lounnaci wrote: >> >>> Hi >>> >>> The problem is always there. It is blocking :,( >>> >>> >> >> Check you have the dependency correct in your XML. >> >> If the dependency is an

Re: [appfuse-user] Add a dependency with an external jar file

2009-08-24 Thread lounnaci
> Alex Coles wrote: >> On Mon, Aug 24, 2009 at 10:16 AM, >> lounnaci wrote: >> >>> Hi >>> >>> The problem is always there. It is blocking :,( >>> >>> >> >> Check you have the dependency correct in your XML. &g

Re: [appfuse-user] Add a dependency with an external jar file

2009-08-24 Thread lounnaci
Problem solved Thanks all lounnaci wrote: > > Hi friends > > I followed the steps that Alex said. The install (second step) were > successful. I checked that a directory containing my jar file is added to > .m2\repository and the reference to repo is available

[appfuse-user] Add icon to href link

2009-08-25 Thread lounnaci
Hello Please, How to add an icon to my link: " -- View this message in context: http://www.nabble.com/Add-icon-to-href-link-tp25130020s2369p25130020.html Sent from the AppFuse - User mailing list archive at Nabble.com. ---

[appfuse-user] Embed SVG in jsp

2009-08-25 Thread lounnaci
Please, Do you have any idea to how integrate an SVG drawing in jsp page?. -- View this message in context: http://www.nabble.com/Embed-SVG-in-jsp-tp25132513s2369p25132513.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] Embed SVG in jsp

2009-08-25 Thread lounnaci
work in browsers that support SVG. > > On Tue, Aug 25, 2009 at 5:22 AM, lounnaci > > wrote: > >> >> Please, >> >> Do you have any idea to how integrate an SVG drawing in jsp page?. >> -- >> View this message in context: >> http://www.nab

Re: [appfuse-user] Embed SVG in jsp

2009-08-25 Thread lounnaci
> On Tue, Aug 25, 2009 at 7:17 AM, lounnaci > > wrote: > >> >> I am using Struts (I am very new) . It seems that the tag is >> unknown. >> Instead of putting the SVG code directly on jsp page, I put the following >> code: >> >> > xmlns:svg=&q

Re: [appfuse-user] Embed SVG in jsp

2009-08-25 Thread lounnaci
exclude this JSP > from being decorated by SiteMesh. > > On Tue, Aug 25, 2009 at 7:17 AM, lounnaci > > wrote: > >> >> I am using Struts (I am very new) . It seems that the tag is >> unknown. >> Instead of putting the SVG code directly on jsp page, I pu

Re: [appfuse-user] Embed SVG in jsp

2009-08-26 Thread lounnaci
%> http://www.w3.org/2000/svg";> This is my SVG diagram ) The code is seable in the appfuse jsp page source but my svg diagram is not on the page!! I am using the latest version of Mozilla firefox as my favorite browser. When i save the code above as an html page, every think will be ok

[appfuse-user] Data base recreation issue

2009-09-03 Thread lounnaci
Hello Is it possible to prevent the database creation process from being repeated every time I start jetty? Thanks -- View this message in context: http://www.nabble.com/Data-base-recreation-issue-tp25275068s2369p25275068.html Sent from the AppFuse - User mailing list archive at Nabble.com.