RE: this is driving me nucking futs!

2009-03-15 Thread dusty
Yes, I remember talking to Don about it at last year's Java Symposium. The only exception is that RoR routes allow nested resources and provides not only controller/action mapping but also outbound link generation. To tell you the truth, I am big believer in the RESTful design concept for orga

Re: tag set

2009-03-15 Thread Dave Newton
Martin Gainty wrote: that confirms my hypothesis.. You hypothesized that I haven't used the S1 plugin for a very long time? Or that showcase works? Or that S1 had nothing to do with the thread? Dave - To unsubscribe, e-ma

RE: tag set

2009-03-15 Thread Martin Gainty
that confirms my hypothesis.. thanks, Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse

Re: Struts Iterator tag and OGNL

2009-03-15 Thread Windy Hung
Hi Wes,  The solution you provided works.  Thanks  Windy Hung From: Wes Wannemacher To: Struts Users Mailing List Sent: Sunday, March 15, 2009 8:11:34 AM Subject: Re: Struts Iterator tag and OGNL On Sunday 15 March 2009 10:35:48 Windy Hung wrote: > Hello, > I

Re: tag set

2009-03-15 Thread Dave Newton
Martin Gainty wrote: so the examples are valid? I know of no reason why they wouldn't be, although I haven't used the S1 plugin in a very long time. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For add

Re: springOpenEntityManagerInViewFilter (with Hibernate)

2009-03-15 Thread Burton Rhodes
I didn't see a reply to your question. Did you ever find an answer? Interested to know what you found out. On 3/11/09, fr Rouxel wrote: > > Hi, > > do you know how this filter manage the rollback when a db error occurres? > > Is it simple to add an struts 2 error message? > > Right now, I'm using

RE: tag set

2009-03-15 Thread Martin Gainty
so the examples are valid? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distributio

interceptor Message

2009-03-15 Thread PEGASUS84
please help me. I realize an interceptor and in this there is this snoppet code System.out.print("text of message"); Can i display this message in a jsp page? how can i? -- View this message in context: http://www.nabble.com/interceptor-Message-tp22528851p22528851.html Sent from the Struts -

validation: how to make int and double validations work ?

2009-03-15 Thread boraldo
Say I want to validate field number. This is a snippet from MyAction-validation.xml qwe There are 2 cases. 1) If number is field of class String then this validation doesn't work at all 2) If number is field of type int then this validation doesn't work a

Re: tag set

2009-03-15 Thread Dave Newton
Martin Gainty wrote: the location src\apps\showcase\src\main\java\org\apache\struts2\showcase\integration is where the (apparently incorrect version Struts1.x) examples are located *these examples are included in the 2.1.6 distro* They're showing how to integrate Struts 1 and Struts 2. They'r

RE: this is driving me nucking futs!

2009-03-15 Thread Martin Gainty
//we're interested in RESTActionMapper's mapping .. the code reads as follows / * This mapper supports the following parameters: struts.mapper.idParameterName - If set, this value will be the name * of the parameter under which the id is stored. The id will then be removed * fro

Re: Google Web Toolkit and JQuery

2009-03-15 Thread Wes Wannemacher
On Sunday 15 March 2009 08:37:12 Michael Finney wrote: > Hi, > > Reading from below "we want users to embrace and know JQuery", that's a > powerful vision. > > I have thoughts about creating something with others that will be around > for at least a couple years. In a few weeks, I plan on starting

Re: interceptor

2009-03-15 Thread Wes Wannemacher
On Sunday 15 March 2009 11:07:53 PEGASUS84 wrote: > i've created this interceptor, > does spmeone know why it doesn't work? > [snip] > > > > > > When you use you are overwriting the current stack with whatever you specify. So, this is now the only interceptor that runs on your action. I'm gu

Re: interceptor

2009-03-15 Thread PEGASUS84
now it works; but how can take the message which is in system.out.print... -- View this message in context: http://www.nabble.com/interceptor-tp22524102p22524243.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: Struts Iterator tag and OGNL

2009-03-15 Thread Wes Wannemacher
On Sunday 15 March 2009 10:35:48 Windy Hung wrote: > Hello, > I want to check a property value with a class constant inside iterator tag. > For example, I have a list data type object "products" and I use > to loop through it., Inside the looping, I > want to use product from products list equals

interceptor

2009-03-15 Thread PEGASUS84
i've created this interceptor, does spmeone know why it doesn't work? package bean; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.interceptor.Interceptor; import com.opensymphony.xwork2.Action; import java.util.*; public class filtro implements Interceptor { p

Struts Iterator tag and OGNL

2009-03-15 Thread Windy Hung
Hello, I want to check a property value with a class constant inside iterator tag. For example, I have a list data type object "products" and I use to loop through it., Inside the looping, I want to use

Re: Google Web Toolkit and JQuery

2009-03-15 Thread Frans Thamura
that will be awesome if we can integrate GWT with S2, esp in one project ;) RIGHT now, i must compile and put in s2 project, and run it, debuging is nightmarre here anyone have experience with this, that willb e awesome i think REST + JSON plugin will become th emost important thing in s2 f On

Google Web Toolkit and JQuery

2009-03-15 Thread Michael Finney
Hi, Reading from below "we want users to embrace and know JQuery", that's a powerful vision. I have thoughts about creating something with others that will be around for at least a couple years. In a few weeks, I plan on starting this project. I've heard great things about the Google Web Toolk

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-15 Thread Muthu Velappan
Thanks Greg, that tutorial helped me a lot... I cleared the issue by using Prepare Interceptor and everything works fine now... I'm still not that much clear on resolving the issue with tag but I will look into that a little later... Thanks again to u & chris for giving ur inputs ~Muthu Greg