Re: Struts 1.3.10 problem

2009-11-01 Thread Paul Benedict
If I remember my HTML correctly, body and frameset are mutually exclusive. That is, you have one or the other, but not both. Since you don't have a body, you can't show any links. Paul On Sun, Oct 25, 2009 at 8:00 PM, cpanon cpa...@yahoo.com wrote: Hello I have a page that has two active

Re: [DispatchAction] no handler parameter

2009-11-01 Thread Paul Benedict
Unspecified will be called if your command parameter does not exist. On Tue, Oct 20, 2009 at 12:39 AM, Sachi N mais...@yahoo.co.jp wrote: Hello I posted this question 9months ago but could not get any solutions. I wonder if anyone can give me some clue now.

struts2 tabbedpanel tag

2009-11-01 Thread fr Rouxel
Hi, I have a jsp which contains a div which contains a tabbedpanel component. when I refresh that div in ajax mode, It's getting slower and slower ??? with all browsers, IE, FF, even Chrome. is it normal? I read I need to use parseContent=false, but it does not change anything. please help

strust2: filter-mapping best practice - url-pattern/*/url-pattern

2009-11-01 Thread Graham Leggett
Hi all, I am trying to develop a struts2 app, and I am struggling to find a reference that explains the thinking and/or best practice behind the url-pattern in web.xml. Google uncovers hundreds of articles showing the url-pattern being specified as follows: filter-mapping

Re: Strange Problem With Struts2 Action

2009-11-01 Thread Musachy Barroso
null pointer exception in your code. On Sun, Nov 1, 2009 at 8:18 AM, shekher awasthi shekher.awas...@gmail.com wrote: java.lang.NullPointerException         com.raisonne.billsmart.challan.action.CreateChallanJob.execute(CreateChallanJob.java:41)

Re: Strange Problem With Struts2 Action

2009-11-01 Thread shekher awasthi
Thnaks Musachy, i was about to write mail for this, that was my silly mistake probably lack of sleep :) On 11/1/09, Musachy Barroso musa...@gmail.com wrote: null pointer exception in your code. On Sun, Nov 1, 2009 at 8:18 AM, shekher awasthi shekher.awas...@gmail.com wrote:

Re: [DispatchAction] no handler parameter

2009-11-01 Thread Mark Shifman
I have also gotten this error and it was not obvious how it happened since the appropriate parameters were where they were supposed to be. You need to think of weird causes like double clicking a link that contains parameters or some how the form is submitted twice, the second time the command

Re: Using Struts2 JQuery drag drop

2009-11-01 Thread Zoran Avtarovski
Hi Ignacio, It not jQuery specific but more extracting the coordinates of the event using javascript. Depending on what your doing you have six pairs to choose from: clientX,clientY layerX,layerY offsetX,offsetY pageX,pageY screenX,screenY x,y Without knowing exactly what you¹re doing, I can

RE: Struts 2.1 book

2009-11-01 Thread Muthu Velappan
Wes, I tried to get access to the MEAP Version lately but publisher site has mentioned that it has been taken out of print. Can we know the status of this book now, will it be published by some other vendor? Regards, Muthu -Original Message- From: Yanto [mailto:yantob...@gmail.com]

Wrong data being displayed in JSP page

2009-11-01 Thread Manoj Pual
Hello everybody! I am new to this forum.I am using Struts 1. This is my jsp page. nbsp;nbsp;:nbsp; nbsp;nbsp;:nbsp; % for (int i = 0 ; i tariffCategoriesList.size(); i++){ Map vals = (Map) tariffCategoriesList.get(i); %=vals.get(description)%