Re: Displaying images from database.

2006-07-25 Thread C. Grobmeier
ded only for the person(s) to whom this email message is > addressed. If you have received this email message in error, please notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > > > - Original Me

Re: Displaying images from database.

2006-07-25 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Then how can one have an Java-Object, let's say Person.java. Person has a property called 'avatare' which can be get with "File getAvatar()". Can i do something like or so? Btw- this isn't really good practice, is it? The example below seems good for

Re: Java Source Compare utility

2006-07-19 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Is there any open source Java source comparision utility, Winmerge http://winmerge.sourceforge.net KDiff http://kdiff3.sourceforge.net - - Chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - ht

Re: Fw: jasper

2006-07-11 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 this list is not for jasper. try this: http://jasperreports.sourceforge.net/documentation.html Abhimanyu Koul wrote: > hi all I asked a question. > Can anyone please help me. its urgent > Regards, > Abhimanyu Koul > FinEng Solutions (P) Ltd. > # +91

Re: Changing Role Access to Actions on the Fly

2006-07-03 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Please mind that http://acegisecurity.org/ works on Spring not Struts. > There is possibility to use Struts in Spring but I don't suppose the > opposite is possible :-( I heard that JGuard could also be helpful: http://sourceforge.net/projects/jguar

Re: Struts and AJAX

2006-07-03 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Can I use struts with AJAX. Does struts has classes > and tags for AJAX or do I have write my own code. i have used: * http://dojotoolkit.org/ with struts recently. I like this very much although this does not consist of taglibs but of pure javascri

Re: Setting Language through the browser?

2006-06-27 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Struts Extras already provides a "setLocale" action: > http://struts.apache.org/struts-action/struts-extras/apidocs/org/apache/struts/actions/LocaleAction.html hu great. thanks for the tip. this action forwards to the originating page. i will improv

Re: Setting Language through the browser?

2006-06-27 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > That is kinda what I would like to do. I want to have 3 images on the > page and when you click on one of them the language changes to the > language coresponding to the image (in other words 3 flag images). > > How could I do that in an easy way on

Re: Setting Language through the browser?

2006-06-27 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Fredrik Andersson wrote: > Hi all > > I have manage to get the i18n internalization to work using the > properties files. now I would want to be able to change the language > through the browser (by clicking on a flag). How can I do this? > > Tips an

Re: log4j - urgent

2006-06-14 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abhimanyu Koul wrote: > but the question is why do we need log4jservlet. why do we code it? You really don't need such a servlet. You need it if you decide to configure log4j programmatically. If you decide you do not need such a servlet (i never need

[OT] Taglib for rendering a calendar

2006-06-12 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, sorry for this ot post, but i believe some body of you had this before. does somebody know a taglib which renders a small calendar? Something like this: http://www.servletsuite.com/servlets/caltag.htm in open source would be great. regards, chr

Re: ERROR: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found

2006-05-19 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stupid question first: does one of these archives: xercesImpl.jar or xml-apis.jar contain: 'DocumentBuilderFactoryImpl'. Chris Miller, Andy wrote: > First off, my apologies if I am sending this email to the wrong list. I > have searched high and low

Re: - Design Issue with Struts Validation

2006-05-16 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> If we are speaking of the real "FAQ" i can contribute ;-) Have some cool >> links of you guys here... > > Sounds like a Wiki to me :) There is a page for Struts FAQs (probably > more than one) already on the Wiki. Go to it, I'm certain everyone w

Re: - Design Issue with Struts Validation

2006-05-16 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Remember the days when newsgroups had a daily or weekly FAQ posting? >> >> Whaddya think? >> > > Not a bad idea, but someone would have to put it together each week. You > voluntering? :) It would work if you simply put it together and poste

Re: Interesting question (to me)... Perl app conversion to SUNWappserver/Java/Struts

2006-05-16 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cheers, Alan Treece wrote: > As the Subject: line states I'm in the middle of converting a larger > Perl application to a Struts web-app running on the SUNWappserver. The > question was posed as to how to deal with all of the folks who may have > "boo

Re: ot: tibet ajax download

2006-04-19 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 netsql wrote: > the reviews on o/s tibet are great. > I can't figure out how to download it? > > Can someone help a noob download? Can you provide a link? I don't know what you are talking about, but i heard ajax so i would like to see what is so gre

Re: looking for struts authorization authentication

2006-04-19 Thread C. Grobmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This has been recommended on this list before a while: http://www.acegisecurity.org/ A. Lotfi wrote: > Hi, I looked for a struts that different categorie of users login and got > forwarded to different pages, please help me if you have a tutorial or

Re: Statistics

2006-02-17 Thread C. Grobmeier
Hi The thing I need at first was actually basic user-statistics. - How many users the last day/week/month - Who's the referer i use a PHP skript for that. * http://www.phpee.com/11.html It does all the needed data very well. Have fun, Chris -

Re: Regarding Struts- Mysql Connection.

2006-02-17 Thread C. Grobmeier
I am beginner for struts.now I have developed one simple application using Struts 1.24 with Mysql 4.1.I have created all the tables successfully.and Program is also correct.And I have copied the " mm.mysql-2.0.6.jar" into lib Folder.But it Shows some database exceptions. Is

Setting the default locale

2006-02-02 Thread C. Grobmeier
Hi all, my webapplication should always start up for every user with locale "de". How can i manage this easily? I thought on having de in the web.xml or something like that or better having it in struts-config.xml At the moment the browser locale is beeing used. Seems that the JSF guys have

Re: please give me some direction

2005-12-14 Thread C. Grobmeier
How can I display some string values in combo box in jsp in my struts application. how struts dealing with combo box. please someone help me. Do you want Tiles to handle the values of the combobox? please be more specific. A simple example for using the struts-taglibs is: <%@ taglib uri="/tag