Re: Scope interceptor / Practical Apache Struts 2

2008-07-19 Thread Phan Le
Hi, I have found and used scope plugin in [1]. It seems to be quite good and have most of the features I need. 1.http://cwiki.apache.org/S2PLUGINS/scope-plugin.html On 18/07/2008, at 11:11 PM, tonalnagual wrote: Selckin wrote: Hello, In Chapter 6 of "Practical Apache Struts 2 Web 2.0

Re: Struts tags ID generation

2008-07-16 Thread Phan Le
place in the source code that the IDs are generated? Cheers, On 16/07/2008, at 10:13 PM, Dave Newton wrote: --- On Wed, 7/16/08, Phan Le <[EMAIL PROTECTED]> wrote: What if I dont want to put Id at all and leave it blank? Modify the theme/template, I suppose [1, 2]? Is there any part

Re: Struts tags ID generation

2008-07-16 Thread Phan Le
What if I dont want to put Id at all and leave it blank? Cheers On 16/07/2008, at 3:49 PM, Wes Wannemacher wrote: Sure, specify your own id attribute... -Wes On Wed, 2008-07-16 at 15:45 +1000, Phan Le wrote: Thanks for the response Wes, I do use maven to build. Is there anyway that I can

Re: Struts tags ID generation

2008-07-15 Thread Phan Le
nce and whether or not you need to know the id for some added javascript. -Wes On Wed, 2008-07-16 at 14:33 +1000, Phan Le wrote: Hi there, I am new to this mailing list and currently experiencing strange behavior when rendering ids for HTML elements. I have something like this in my HTML

Struts tags ID generation

2008-07-15 Thread Phan Le
Hi there, I am new to this mailing list and currently experiencing strange behavior when rendering ids for HTML elements. I have something like this in my HTML code class="fieldWrap" id="wwctrl_com.mycompany.profile:profile-app:war: 0.0.1-SNAPSHOT"> I didn't specify any id in my tag Any