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.   :    :  <% for (int i = 0 ; i < tariffCategoriesList.size(); i++){ Map vals = (Map) tariffCategoriesList.get(i); <%=vals.get("description")%>   :  ' name='tariffCat' v

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] Sent

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 onl

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: 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 wrote: > > null pointer exception in your code. > > On Sun, Nov 1, 2009 at 8:18 AM, shekher awasthi > wrote: > > java.lang.NullPointerException > > > > > c

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 wrote: > java.lang.NullPointerException >         > com.raisonne.billsmart.challan.action.CreateChallanJob.execute(CreateChallanJob.java:41) -

Strange Problem With Struts2 Action

2009-11-01 Thread shekher awasthi
Hi All, i am facing a strange problem with struts2 action from a webpage i am opening up a popup window. there are some simplle input fields in the popup window and a submit button this is the action call from the popup window and in the xml configuration file /Templates/Challan/CreateJob.js

strust2: filter-mapping best practice - /*

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: struts2

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 fr

trouble with sx:div and actions in struts 2.1.8

2009-11-01 Thread Ronny Kristiansen
Hi, I get errors in my log and the div tag is not shown initially only when it updates. Tried with the commented action too show the content initaily both inside and outside of the sx:div tag but got the same error I have included the tag in top of t

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 wrote: > Hello > > I posted this question 9months ago but could not get any solutions. > I wonder if anyone can give me some clue now. > > -

Re: Struts 1.3.10 problem

2009-11-01 Thread Paul Benedict
If I remember my HTML correctly, and 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 wrote: > Hello > I have a page that has two active portions, "feed" by session obje