Re: LinkSubmit not rendering class attribute

2011-07-09 Thread Greg Pagendam-Turner
Hi Tony, Yes I am using tapestry-jquery. Switching to 2.1.1-SNAPSHOT has solved my issue. Thank you. Regards, Greg. On 9/07/2011 12:22 PM, Tony Nelson wrote: Are you by chance using tapestry5-jquery? If so, make sure you are using 2.1.1-SNAPSHOT. The behavior you describe exists in 2.1

Re: LinkSubmit not rendering class attribute

2011-07-08 Thread Tony Nelson
Are you by chance using tapestry5-jquery? If so, make sure you are using 2.1.1-SNAPSHOT. The behavior you describe exists in 2.1.0. Tony On Jul 8, 2011, at 8:48 PM, Taha Hafeez wrote: > Can you share the code and the generated markup > > > > On Sat, Jul 9, 2011 at 6:10 AM, Greg Pagendam-Tu

Re: LinkSubmit not rendering class attribute

2011-07-08 Thread Taha Hafeez
Can you share the code and the generated markup On Sat, Jul 9, 2011 at 6:10 AM, Greg Pagendam-Turner wrote: > Taha, > > Strangely I'm not seeing the span despite hitting a breakpoint in the code > for linksubmit that creates the span > > > Regards, > > Greg > > > On 09/07/2011, at 10:07 AM, Tah

Re: LinkSubmit not rendering class attribute

2011-07-08 Thread Greg Pagendam-Turner
Taha, Strangely I'm not seeing the span despite hitting a breakpoint in the code for linksubmit that creates the span Regards, Greg On 09/07/2011, at 10:07 AM, Taha Hafeez wrote: > Hi > > LinkSubmit is rendered as a span around the element you have specified as > linkSubmit. So my guess i

Re: LinkSubmit not rendering class attribute

2011-07-08 Thread Taha Hafeez
Hi LinkSubmit is rendered as a span around the element you have specified as linkSubmit. So my guess is that the class attribute will be present in the span around the anchor link. regards Taha On Sat, Jul 9, 2011 at 5:30 AM, Greg Pagendam-Turner wrote: > Hi, > > I have a submit component tha