Error with DisplayTag in Struts application

2007-12-02 Thread puchacz
Hi I am using DisplayTag in my Struts web application. Could You tell me please why a got such error in my class coled "Wraper" and how I can repair it ? I write my code in Ecplise 3.2.0. Error: The type javax.servlet.jsp.PageContext cannot be resolved. It is indirectly referenced from require

Re: zoning out on some basic LazyDynaMap usage for a text field property?

2007-12-02 Thread Martin Gainty
http://struts.apache.org/1.2.7/api/org/apache/struts/action/DynaActionForm.h tml#initialize(org.apache.struts.action.ActionMapping) quote Since Struts 1.1, the reset method no longer initializes property values to those specified in elements in the Struts module configuration file. If you wish to

Re: Error with DisplayTag in Struts application

2007-12-02 Thread Martin Gainty
can we see the implementation in your jsp example located here at Martin-- - Original Message - From: "puchacz" <[EMAIL PROTECTED]> To: Sent: Sunday, December 02, 2007 7:09 AM Subject: Error with DisplayTag in Struts application > > Hi > I am using DisplayTag in my Struts web application

Re: zoning out on some basic LazyDynaMap usage for a text field property?

2007-12-02 Thread Rick Reumann
Thanks Martin, I'll have to look at this. For now I just went back to using the Session. My form was going to need to nest maps of maps to N levels. And the values that could be set for some of the maps could be a String[] or List[]. I got fed up trying to figure out how to get this to play nice u

Struts tabbed panel

2007-12-02 Thread Srikanth Muthyala
I am currently using Struts 2 with Ajax for Tabbed panel. I can create and  load tabbedpanel showing a jsp page with a form for one of tabs. The form  action = "/some.action" is executed ok butthe issue is reload is shown in  its own new page rather than the as part of tab content.  How do I f

Re: Struts tabbed panel

2007-12-02 Thread Martin Gainty
tabbedPanel refreshOnShow has a bug in 2.0.5 which version are you implementing with? M- - Original Message - From: "Srikanth Muthyala" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, December 02, 2007 8:51 PM Subject: Struts tabbed panel I am currently using Struts 2

Re: Struts tabbed panel

2007-12-02 Thread Srikanth Muthyala
Hi Martin, I am using 2.0.9. IS that fixed in 2.0.9? Regards, Srikanth Muthyala Snr Consultant Innovative IT Consultants Mobile: +61 401 544 199 Email:[EMAIL PROTECTED] www.iitc.com.au - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Struts Users Mailin

Re: Struts tabbed panel

2007-12-02 Thread Srikanth Muthyala
Martin, RefreshOnShow loads/refreshes the page when clicked on tab. I think its working fine for me. But if the page that is shown will contain a form with action, the result page is NOT shown in tab content that is the issue for me. It is loaded as individual jsp page. Any suggestions for t

New User - Problems with Validation

2007-12-02 Thread GilbertW1
Hi, I'm very new to struts 2 and I am trying to use it on a project I am creating for one of my classes. The problem I am having is with the validation framework. The validation I have setup seems to be functioning correctly, except on the client it does not output the messages at all. It prevent