Dynamic directory creation and access

2006-08-06 Thread Thomas Joseph
Hi all, I have a requirement where the user needs to create directories on the server and also add and delete files on directories, so that other users can view and access these dirs/files. Before I dig deep into some custom solutions and run into troubles,... does any one knows some pointers

Re: Browser History by HTTP-REFERER

2006-08-06 Thread Thomas Joseph
Try this: 1. Include a common JSP page (say like the company logo) in every other JSP page (using tiles is perfect) that will check for a user object (say username or user credential or something else) in session that is created only on Login. 2. If the object is not found, redirect to the login

RE: ParserUtils: warning org.xml.sax.SAXParseException error

2006-08-06 Thread Patil, Sheetal
Hi all Finally I found the solution. Actually I am using JFreeChart and here I copied one file "gnujaxp.jar" in lib's. this file is required for JFreeChart in jre 1.3. in jre1.4 it is available. I just remove this "gnujaxp.jar" and the parsing errors get stopped and my charts are also working fine.

Re: Struts UI

2006-08-06 Thread Thomas Joseph
You would love to look at the struts source code http://struts.apache.org/download.cgi Is this what you want? Thanks and Regards, Thomas Joseph Kott Software Pvt. Ltd. | Vallamattom Estate | M.G.Road | Cochin-682015 | India www.kottsoftware.com

RE: Browser History by HTTP-REFERER

2006-08-06 Thread Raghuveer
Yes ,I am trying to restrict users only after login. Like banking applications -Original Message- From: Thomas Joseph [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 2006 9:53 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Browser History by HTTP-REFERER

Struts UI

2006-08-06 Thread Parimala KV
Hi I am writing a custom tag library. In this library I want to create the Struts input elements from the custom Taglib. Can I have any samples for the same. Ex: Public class CustomTagLib extends TagSubbort{ Public int doTag() {

Re: Unlock Your Mind's Hidden Power, Today...

2006-08-06 Thread Monkeyden
Human Data Transfer? Is that like transferring Ted's Struts knowledge to my brain or is like transferring Ted himself, as data? If it's either one of those, I have to click on it. On 8/6/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: Yes, I too can practically feel the presence of Xenu touc

Re: Unlock Your Mind's Hidden Power, Today...

2006-08-06 Thread Frank W. Zammetti
Yes, I too can practically feel the presence of Xenu touching my inner light. I feel that knowing Struts is the surest way to obtain entry into the Galactic Confederacy. All other frameworks are simply a rekindling of the Helatrobus, and we know how that ended! Frank (Ugh, I hear a knock at

Re: Validator not getting called and I can't see why [resolved]

2006-08-06 Thread Bart Busschots
OK, I got all this figured out in the end. The validator was being called but because of problems with the page attribute in the form the validator appears to have been receiving a page value of zero and hence not validating the items on pages 1 or two because neither 1 nor 2 are less that or

Re: Unlock Your Mind's Hidden Power, Today...

2006-08-06 Thread Paul Benedict
Struts is guaranteed to unlock your mind's hidden power!! - See the all-new, redesigned Yahoo.com. Check it out.

Unlock Your Mind's Hidden Power, Today...

2006-08-06 Thread John
www.HumanDataTransfer.com great information. --- MAF Anti-Spam ID: 20060801082756H1v3CkI2 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: shale: jndi lookup error

2006-08-06 Thread vasiliy.kiryanov
>>What you are trying looks like it should work. If you try to look it up in >>the usual JNDI way, >>InitialContext initContext = new InitContext(); >>DataSource ds = (DataSource) initContext.lookup ("java:comp/env/jdbc/postgres"); >>does it actually work? Also, what servlet container