RE: [OT] (Problem Solved)Re: Image not getting displayed !

2006-02-05 Thread Jitendra Kumar
Hi Everyone ! The problem has been solved. Thanks everyone for your responses. Solution: myeclipse ide was not packing the image file while deploying on to Jboss. It created new image folder and put the image file again in that and it worked.It was a silly mistake, I should have checked it earli

RE: [OT] Re: Image not getting displayed !

2006-02-05 Thread Jitendra Kumar
Thanx Max ! (Wow Doesn't I sound poetic) Appreciate your effort to reply to my mail. I have used all the possible permutations/combinations for the image path. So there is no possibility of using a wrong root. I also tried to type the URL of the image directly to the browser. I get this er

RE: [SPAM] Re: Struts Form Population

2006-02-05 Thread Jitendra Kumar
I didn't receive any content in the mail. Please re send you mail. thanx -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: Sunday, February 05, 2006 11:36 AM To: Struts Users Mailing List Subject: [SPAM] Re: Struts Form Population ---

Re: [Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-05 Thread Craig McClanahan
On 2/5/06, Jason Vincent <[EMAIL PROTECTED]> wrote: > > Hi all, > > For some reason a cmd btn of mine isn't calling its actionListener > method when it is clicked. > > Here is the situation. I have a pull down at the top of my page which > chooses the item that I want to edit below. I hit the sub

[Shale] a command btn within a conditionally "rendered" form not getting actionListener.

2006-02-05 Thread Jason Vincent
Hi all, For some reason a cmd btn of mine isn't calling its actionListener method when it is clicked. Here is the situation. I have a pull down at the top of my page which chooses the item that I want to edit below. I hit the submit button next to the pulldown, and the second half of the page i

Re: org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Considering this site saved me an hour plus googling about I think the product is well worth the subscription Have a happy Superbowl day Martin Gainty (mobile) 603-438-5053 From: Richard Yee <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject

Re: [shale] reusable parameterized snippets in Tiles/Clay/Facelets

2006-02-05 Thread Rogers Reilly
snippets along these lines? David's general description of Clay in his weblog made it sound like exactly what I was looking for, but I haven't been able to nail down the params functionality. The shale symbols usecase would be the best place to start. http://svn.apache.org/

Re: HTTP BASIC authentication

2006-02-05 Thread Laurie Harper
As I said, HTTP doesn't have the idea of a session. To do what you want, you'd have to implement your own authentication layer rather than relying on the container. Hmm, come to think of it, form based container managed security may work close to the way you want. You might be able to bend that

Re: [shale] reusable parameterized snippets in Tiles/Clay/Facelets

2006-02-05 Thread Gary VanMatre
within Shale if possible. Can anybody point me > to any example of parameterized snippets along these lines? David's > general description of Clay in his weblog made it sound like exactly > what I was looking for, but I haven't been able to nail down the params > fun

Re: org.apache.log.format.Formatter

2006-02-05 Thread Richard Yee
Martin, Did you subscribe? I was going to point that out to you but since the last time I used the site, they've started charging $15/yr. to subscribe. -Richard Martin Gainty wrote: Guys- I found this site extremely helpful http://www.jarhoo.com/jarhoo/jarfinder.jsp Sorry for the bother!

RE: org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Guys- I found this site extremely helpful http://www.jarhoo.com/jarhoo/jarfinder.jsp Sorry for the bother! Thanks, Martin Gainty (mobile) 603-438-5053 Good Morning Gentlemen and Happy Superbowl Day Sorry for the simple question.but its sunday am and am looking for shortcut I absolutely

Re: org.apache.log.format.Formatter

2006-02-05 Thread Dave Newton
Martin Gainty wrote: > Good Morning Gentlemen and Happy Superbowl Day What's a superbowl? > I absolutely need to acquire the jar which contains > org.apache.log.format.Formatter I have one of those in my logkit jar file, which may have been part of avalon? I'm not sure where it came from or why I h

org.apache.log.format.Formatter

2006-02-05 Thread Martin Gainty
Good Morning Gentlemen and Happy Superbowl Day Sorry for the simple question.but its sunday am and am looking for shortcut I absolutely need to acquire the jar which contains org.apache.log.format.Formatter Any suggestions? Many Thanks, Martin Gainty (mobile) 603-438-5053 From: Craig

Re: HTTP BASIC authentication

2006-02-05 Thread Prashanth.S
Hello laurie, You are right.. Heres what i got from apache website..[see below] The confusion was because for some reason i was not able to see authorisation header[cached user credentials for subsequent requests] being sent from my browser client.. On a different note,is there an

Re: HTTP BASIC authentication

2006-02-05 Thread Prashanth.S
Hello Laurie, Thanks for your response.. Iam purposefully not sending authentication header for second request as i want to maintain "authenticated session" with the server till the client closes the connection.. >>Sending a session cookie has no effect on HTTP authentication. Than hows