Re: Struts doesn't find my classes

2012-03-08 Thread Alexandru
for us to inspect (e.g. struts.xml, > web.xml)? > > jb > > On Wed, Mar 7, 2012 at 6:27 AM, Alexandru wrote: > > > I don't understand why struts doesn't find my classes. (attached you'll > > find a screenshot of the struts.xml file and general file structure)

Struts doesn't find my classes

2012-03-07 Thread Alexandru
I don't understand why struts doesn't find my classes. (attached you'll find a screenshot of the struts.xml file and general file structure) This is the error: SEVERE: Dispatcher initialization failed Unable to load configuration. - action - file:/D:/x/workspace/.metadata/.plugins/org.eclipse.ws

RE: struts tags: How to use a list inside another list

2011-06-14 Thread Alexandru
, 14 Jun 2011 06:16:36 -0700 > From: icid...@yahoo.com > Subject: Fw: RE: struts tags: How to use a list inside another list > To: user@struts.apache.org > > > > --- On Tue, 6/14/11, Alexandru wrote: > > From: Alexandru > Subject: RE: struts tags: How to use a li

Fw: RE: struts tags: How to use a list inside another list

2011-06-14 Thread Alexandru
--- On Tue, 6/14/11, Alexandru wrote: From: Alexandru Subject: RE: struts tags: How to use a list inside another list To: "Martin Gainty" Date: Tuesday, June 14, 2011, 9:15 AM So it is possible to send a list with another list ( 2d list) to a servlet? My sourc

Re: struts tags: How to use a list inside another list

2011-06-14 Thread Alexandru
Is there a way to submit the contentList back to the server? in other words, can i send a list from jsp to struts? I tried the following but it doesn't work:                                                                                                                                

Re: struts tags: How to use a list inside another list

2011-06-14 Thread Alexandru
uts provides you, however. You may wish to explore a custom theme. Dave On Tue, Jun 14, 2011 at 7:01 AM, Alexandru wrote: > Yes, that worked. But now the "key" attribute doesn't work. I can't get my > element labels from my .properties file. Is there another way? > >

Re: struts tags: How to use a list inside another list

2011-06-14 Thread Alexandru
Yes, that worked. But now the "key" attribute doesn't work. I can't get my element labels from my .properties file. Is there another way? --- On Tue, 6/14/11, Maurizio Cucchiara wrote: From: Maurizio Cucchiara Subject: Re: struts tags: How to use a list inside another list

Re: struts tags: How to use a list inside another list

2011-06-14 Thread Alexandru
should be work                 On 14 June 2011 00:21, Alexandru wrote: > I want to do somethink like this > >     >     > > is it possible? Or should i use two separate lists? > -- Maurizio Cucchiara

struts tags: How to use a list inside another list

2011-06-13 Thread Alexandru
I want to do somethink like this         is it possible? Or should i use two separate lists?

request

2011-05-18 Thread Alexandru
I kindly ask all the moderators to delete this and previous message that came from this account. Thank you in advance!!

RE: Struts validator

2008-02-04 Thread Alexandru BARBAT
Hi, You can override method public String getValidationKey(ActionMapping mapping, HttpServletRequest request) {..} >From your ValidatorForm (it doesn't matter if it is dyna or not) And return different validation keys for each button pressed. Validation key

Re: [S2] dojo plugin - I don't find the resources

2008-01-28 Thread Alexandru BARBAT
those resources are in 'struts2-core.jar' file. - Original Message - From: "paulbrickell" <[EMAIL PROTECTED]> To: Sent: Monday, January 28, 2008 4:21 PM Subject: Re: [S2] dojo plugin - I don't find the resources Dave, I hope you don't think you've taken on a lifetime commitment

Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-25 Thread Alexandru BARBAT
om: "James Cockrill" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, January 25, 2008 11:17 AM Subject: RE: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found > Alexandru, thanks for the reply. > > I'

Re: Noddy struts problem: java.lang.NullPointerException: Module 'null' not found

2008-01-24 Thread Alexandru BARBAT
hi, You don't have to define properties form in struts-config when you use classic ActionForm. it will be enough : ... ... - Original Message - From: "James Cockrill" <[EMAIL PROTECTED]> To: Sent: Thursday, January 24, 2008 6:07 PM Subject: Noddy struts problem: java.lang.NullPointerEx

Re: Java Script in JSP pages

2008-01-24 Thread Alexandru BARBAT
> To: "Struts Users Mailing List" Sent: Thursday, January 24, 2008 2:58 PM Subject: Re: Java Script in JSP pages > sorry friend this was also not working. > > Naveen > > On Jan 24, 2008 3:07 PM, Alexandru BARBAT <[EMAIL PROTECTED]> wrote: > >

Re: Java Script in JSP pages

2008-01-24 Thread Alexandru BARBAT
Hi, I think it is better to use like this: in the browser will appear (the absolute path): - Original Message - From: "Randy Burgess" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 23, 2008 6:37 PM Subject: Re: Java Script in JSP pages > Try this.

Re: combobox - howto eliminate the optional text-field?

2008-01-24 Thread Alexandru BARBAT
hi, you have to use To: "Struts Users Mailing List" Sent: Wednesday, January 23, 2008 6:21 PM Subject: Re: combobox - howto eliminate the optional text-field? > Isn't that a select? > > http://struts.apache.org/2.x/docs/select.html > > --- xianwinwin <[EMAIL PROTECTED]> wrote: > > > > > hi all