Re: I cannot transfer property to Form Bean

2008-03-06 Thread ryan webb
Dear Antonio, That is same in my source code..do you think that is the cause? I will check that one..And send you informations soon! God bless, Ryan Webb -- Philippines On Thu, Mar 6, 2008 at 5:03 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/3/6, ryan webb <[EMAIL PROTECTED]>: > > >

Re: I cannot transfer property to Form Bean

2008-03-06 Thread Antonio Petrelli
2008/3/6, ryan webb <[EMAIL PROTECTED]>: > > Why two form beans with the same name? Is it a typing mistake, or an error of your code? Antonio

Re: I cannot transfer property to Form Bean

2008-03-06 Thread ryan webb
Yes I agree..I cannot find the problem, I think it is much better if there's 2 pairs of eyes looking. Here is the Action code. public class SortListAction extends org.apache.struts.action.Action { /* forward name="success" path="" */ private final static String SORT_LIST = "sortList";

Re: I cannot transfer property to Form Bean

2008-03-06 Thread Antonio Petrelli
2008/3/6, ryan webb <[EMAIL PROTECTED]>: > > Yes I did select an element I choose DVD+R then when I click sort now > button > the WebPage exploded > containing Tomcat Error Message. (null pointer exception). Mmmm this is strange. Can I see your Action, ActionForm and struts-config.xml (related t

Re: I cannot transfer property to Form Bean

2008-03-06 Thread ryan webb
Dear Antonio, Yes I did select an element I choose DVD+R then when I click sort now button the WebPage exploded containing Tomcat Error Message. (null pointer exception). By the way, thank you very much for reading my email and for the reply..=) God bless, Ryan Webb --Philippines On Thu, Mar 6,

Re: I cannot transfer property to Form Bean

2008-03-06 Thread Antonio Petrelli
2008/3/6, ryan webb <[EMAIL PROTECTED]>: > > > > > > > > > when I am debugging, I found out that formatList property > fromSortListFormBean.java is always equal to null. > > I am doing something wrong? Do you select an element before submitting the

I cannot transfer property to Form Bean

2008-03-05 Thread ryan webb
Dear fellow Struts users, I am new in using Struts and I request your help. Situation: I am using Netbeans 6.0; Struts 1.2.9; Tomcat 6.0.14 I created an in my jsp page, what is it does is for sorting purposes. here's the snippet: And