Re: Null Pointer Exception in Palette component in tapestry 5.2.6/5.3.3

2012-07-10 Thread Jabbar
Thanks Thiago I'll bear that in mind, next time the problem occurs On Jul 10, 2012 1:11 PM, "Thiago H de Paula Figueiredo" wrote: > On Tue, 10 Jul 2012 08:54:25 -0300, Jabbar wrote: > > I think I found the problem, although I'm not 100% sure. I deleted the >>

Re: Null Pointer Exception in Palette component in tapestry 5.2.6/5.3.3

2012-07-10 Thread Jabbar
ta. On 10 July 2012 09:47, Jabbar wrote: > Hello all, > > I've just spent too long trying to track down a null pointer exception I'm > having in the Palette component. The partial stack trace I keep getting is > > [ERROR] pages.RepairPage Render

Re: Component class inheritance and parameter binding in tapestry 5.2.5

2011-07-07 Thread Jabbar
RepairListStatus selectedBatchStatus; > > t:selectedBatchedStatus="selectedBatchStatus"/> > > As I recall t:id is special, if you have a parameter named id then try > dropping the t: from it. > > Josh > > On Wed, Jul 6, 2011 at 10:03 AM, Jabbar wrote: > > Hello all

Component class inheritance and parameter binding in tapestry 5.2.5

2011-07-06 Thread Jabbar
27; are required for com.technolog.components.DialogRepairBatches, but have not been bound. I'm not sure why the binding is not happening. Anybody got any ideas? FYI I'm also using template inheritance. I don't think this is going to make any difference. -- Thanks A Jabbar Azam

Re: Tapestry 5.2.5 and jboss6

2011-05-11 Thread Jabbar
23:30, Thiago H. de Paula Figueiredo wrote: > On Thu, 05 May 2011 18:34:18 -0300, Jabbar wrote: > > Hello Adam, >> >> We've always used JBoss, it's the company standard. I could perhaps use >> Glassfish or Jetty to host the application. The application works >&

Re: Tapestry 5.2.5 and jboss6

2011-05-05 Thread Jabbar
h sets up all the EJB > proxies and we simply @Inject this and that for all service calls. > Works beautifully. > > Adam > > On Thu, May 5, 2011 at 3:30 PM, Jabbar wrote: > > Hello all, > > Has anybody got tapestry 5.2.5 to work inside jboss 6? I've found various &

Tapestry 5.2.5 and jboss6

2011-05-05 Thread Jabbar
Hello all, Has anybody got tapestry 5.2.5 to work inside jboss 6? I've found various mailing list messages for getting tapestery 5 to work with jboss 5.0.1, but nothing conclusive for Jboss 6.0 Can anybody help or point me in the right direction? -- Thanks A Jabbar Azam

Re: Tapestry 5, jetty, jdbc drivers, class reloading

2010-12-17 Thread Jabbar
5-jetty-jdbc-drivers-class-reloading-tp5837594p5837937.html > Sent from the Tapestry Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Thanks A Jabbar Azam

Re: Tapestry 5, jetty, jdbc drivers, class reloading

2010-12-16 Thread Jabbar
electChannelConnector"> >${jetty.port} > > ${jetty.max-idle-time} > > > > > >org.mortbay.jetty > jetty-plus >${jetty.version} >

Re: Tapestry 5, jetty, jdbc drivers, class reloading

2010-12-16 Thread Jabbar
electChannelConnector"> >${jetty.port} > > ${jetty.max-idle-time} > > > > > >org.mortbay.jetty > jetty-plus >${jetty.version} >

Tapestry 5, jetty, jdbc drivers, class reloading

2010-12-15 Thread Jabbar
Hello all, I want to use JNDI to access my datasource and I also want to make use of tapestry class reloading. I don't know how to notify the maven jetty plugin of the JDBC drivers and setup JNDI. Is it any easier to configure the run jetty run eclipse plugin? -- Thanks A Jabbar Azam

Re: Custom tab panel

2010-07-22 Thread Jabbar
Hello Thiagi, That's exactly what I did, before I read your email, and to my surprise it worked. On 22 July 2010 13:05, Thiago H. de Paula Figueiredo wrote: > On Thu, 22 Jul 2010 07:03:04 -0300, Jabbar wrote: > > Hello all, >> > > Hi! > > > In my java tab

Re: Custom tab panel

2010-07-22 Thread Jabbar
t; > > > On Thu, Jul 22, 2010 at 6:03 AM, Jabbar wrote: > > > Hello all, > > > > I'm trying to make a custom tab component. I want to use it like the > > following > > > > > > > >> > > > > > > &

Custom tab panel

2010-07-22 Thread Jabbar
Hello all, I'm trying to make a custom tab component. I want to use it like the following In my java tab component class I don't know how to refer to the potentially variable number of blocks that can be inserted by the user. -- Thanks A Jabbar Azam

Re: Compatibility between tapestry 4.1.6 and tapestry 4.0.2

2009-12-17 Thread Jabbar
ector will collect the keys and the values will also be collected. Yes I know there will be performance implications with this, but it's still fast enough. 2009/12/16 Jabbar : > Hello all, > > I am currently using tapestry 4.0.2 and have found a memory leak

Compatibility between tapestry 4.1.6 and tapestry 4.0.2

2009-12-16 Thread Jabbar
s A Jabbar Azam - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: T5: Quickstart archetype not working

2009-02-25 Thread Jabbar
All, I've tried it at home and the quickstart works. At home I have Maven version: 2.0.9 Java version: 1.6.0_11 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" I didn't clear my repository either and I don't have a pr

Re: T5: Quickstart archetype not working

2009-02-25 Thread Jabbar
t;> Maven version: 2.0.9 >> Java version: 1.6.0_10 >> OS name: "linux" version: "2.6.27-11-generic" arch: "i386" Family: "unix" >> mass...@intanto:~/tmp/quickstart$ >> >> Regards >> -- >> Massimo >&

T5: Quickstart archetype not working

2009-02-25 Thread Jabbar
... 24 more [INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1. 0) Choose archetype: Choose a number: : Does anybody have any ideas? -- Thanks A Jabbar Azam -

Re: T5: Trying to create a dynamic url to embed in a email

2008-06-20 Thread Jabbar
ot;) + link.toURI(); > } > > 2008/6/19 Sven Homburg <[EMAIL PROTECTED]>: > >> fernando, >> >> sorry, i dont thought that the url from getRequestURL may be not the base >> url >> >> >> >> 2008/6/19 Sven Homburg <[EMAIL PROTECTED]>:

Re: T5: Trying to create a dynamic url to embed in a email

2008-06-19 Thread Jabbar
cheme ); >sb.append( "://" ); >sb.append( request.getServerName() ); >if ( ! ( ( scheme.equals( "http" ) && port == 80 ) || ( > scheme.equals( "https" ) && port == 443 ) ) ) { >sb.append(

Re: T5: Trying to create a dynamic url to embed in a email

2008-06-19 Thread Jabbar
. There ought to be a more elegant way to do this though... Thanks for your help 2008/6/19 Sven Homburg <[EMAIL PROTECTED]>: > sorry, i went wrong > use : > > requestGlobals.getHTTPServletRequest().getRequestURL().toString() + > link.toURI(); > > 2008/6/19 Jabbar <[EMAI

Re: T5: Trying to create a dynamic url to embed in a email

2008-06-19 Thread Jabbar
Hello Sven, I got "url is /register/username/password" 2008/6/19 Sven Homburg <[EMAIL PROTECTED]>: > try > > Link link = resources.createPageLink("Register", false, p.toArray()); > System.err.println(link.toAbsoluteURI()) > > 2008/6/19 Jabbar &l

T5: Trying to create a dynamic url to embed in a email

2008-06-19 Thread Jabbar
n is "url is null/register/username/password" How do I get the name and port of the web server? -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Equivalent of jwcid="$content$" in T5

2008-06-01 Thread Jabbar
e DiscardBody body mixin for $remove$). > > Thanks > Andrew > -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Textfield inside a @for and different bean translator for each TextField instance

2006-12-07 Thread Jabbar
sam On 12/7/06, Jabbar <[EMAIL PROTECTED]> wrote: > Hello all, > > I have the following, > > .page file, > > > > > > > > > > > > > .html file > > > > > > > > What I wan

Textfield inside a @for and different bean translator for each TextField instance

2006-12-07 Thread Jabbar
Hello all, I have the following, .page file, .html file What I want to know is if I can have or something similar ? -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [EMAIL

Re: Dynamic pattern for number translator for TextField

2006-12-06 Thread Jabbar
Hello Sam, I've only got round to implemeting this today :( Too much to do ... I couldn't find PatternTranslator. However, I used the following Where alarmNumberPattern is a getting (getAlarmNumberPattern) in my page class. On 21/11/06, Jabb

Re: Dynamic pattern for number translator for TextField

2006-11-21 Thread Jabbar
vides some examples along these lines. Either that, or it is in in the pdf book. You can take a look at the javadocs for the various translators in order to determine what parameters you can set. --sam On 11/20/06, Jabbar <[EMAIL PROTECTED]> wrote: &g

Re: Line precise error reporting redirecting

2006-10-31 Thread Jabbar
= analyzer.analyze(value); setExceptions(exceptions); } On 31/10/06, Jabbar <[EMAIL PROTECTED]> wrote: Hello all, I want to catch the line precise exception page and redirect to one of my own pages. To do this all I need to add is to .application Once I've gone to my ow

Line precise error reporting redirecting

2006-10-31 Thread Jabbar
Hello all, I want to catch the line precise exception page and redirect to one of my own pages. To do this all I need to add is to .application Once I've gone to my own exception page how do I get hold of the stack trace ? -- Thanks A Jabbar

Any tapestry 4.x training course in the UK.

2006-10-27 Thread Jabbar
Hello, Are there any tapestry 4.x training courses in the U.K. I have a couple of colleagues who might be interested in attending them. I'm too busy to teach them! -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [

Re: Anybody know of any Tapestry pdf presentations?

2006-10-25 Thread Jabbar
Thank you for that Karthik. I've passed the nfjs presentation to some of my team members. On 17/10/06, Karthik N <[EMAIL PROTECTED]> wrote: see if you find anything useful here http://howardlewisship.com/downloads/ ( ... and let me know!) -- Thanks A

Anybody know of any Tapestry pdf presentations?

2006-10-17 Thread Jabbar
Hello all, My manager wants a presentation he can look at to see what can be down with Tapestry. Does anybody know of any presentations I can show him? -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Bug with large dynamic forms?

2006-10-15 Thread Jabbar
gt; - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] ---

Re: Confusion over persistent page properties and editing

2006-10-15 Thread Jabbar
these values, as they're not part of the HTTPRequest at all. On 10/15/06, Jabbar <[EMAIL PROTECTED]> wrote: > > Hello, > > Thank you all for your help : > I have sorted the problem after a very long time... > I have a page which shows all the properties of List

Re: Confusion over persistent page properties and editing

2006-10-15 Thread Jabbar
Ivanov <[EMAIL PROTECTED]> wrote: you should call again setChannelSetup(..) after changing the list, the other way is to fire some event, but I do not remember - this is described @ http://tapestry.apache.org/ --- Jabbar <[EMAIL PROTECTED]> wrote: > Hello, > > I've been s

Re: Textfield validation problem

2006-10-14 Thread Jabbar
yan On Oct 14, 2006, at 11:44 AM, Jabbar wrote: > Oops. The textfield component definition is > > >value="currentChannelSetup.dailyThreshold.highThresholdDouble"/> > >value="translator:number,pattern=#.#"/

Re: Confusion over persistent page properties and editing

2006-10-14 Thread Jabbar
FYI, a good way to get a handle on Tapestry behavior for things like this is to set a breakpoint in your listener method and in your pageBeginRender method so you can see the order in which they are called. -Ryan On Oct 14, 2006, at 11:52 AM, Jabbar wrote: > Hello, > > I'

Confusion over persistent page properties and editing

2006-10-14 Thread Jabbar
hanks -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Textfield validation problem

2006-10-14 Thread Jabbar
Oops. The textfield component definition is On 14/10/06, Jabbar <[EMAIL PROTECTED]> wrote: Hello again, I have another problem. It concerns the textfie

Textfield validation problem

2006-10-14 Thread Jabbar
ideas? -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tapestry 4.1.1 usage in production

2006-10-14 Thread Jabbar
. For lack of a better analogy you could say that tacos is like the karate kid - lots of heart .. but when you're ready to totally flip out on someone you want a ninja. (ie http://www.realultimatepower.net/ninja/ninja2.htm) On 10/14/06, Jabbar <[EMAIL PROTECTED]> wrote: > > Hello

tapestry 4.1.1 usage in production

2006-10-14 Thread Jabbar
Hello all, Is there anybody using tapestry 4.1.1 in production? I want to use it for a production system which is going to be released on Wednesday and want to create ajax type effects. -- Thanks A Jabbar Azam - To unsubscribe

Re: Propertyselection model not working during render cycle

2006-10-13 Thread Jabbar
Karthik, Thank you very much for that. It's fixed the problem. I had spent many hours on this but couldn't see the problem! On 14/10/06, Karthik N <[EMAIL PROTECTED]> wrote: jabbar, without looking too deep into your code, the reason why the 1st value is getting selected i

Propertyselection model not working during render cycle

2006-10-13 Thread Jabbar
String(index); } public Object translateValue(String value) { Short[] values = rate.values().toArray(new Short[0]); return new Short(values[Integer.parseInt(value)]); } } -- Thanks A Jabbar Azam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with property selection and page property

2006-10-13 Thread Jabbar
property selection. Page extract @Persist public abstract byte getLoggingRate(); public abstract void setLoggingRate(byte b); public LoggingRateSelectionModel getLoggingRateSelectionModel(){ return new LoggingRateSelectionModel(); } -- Thanks A Jabbar Azam

Re: Problem with two @for tags inside a @form tag

2006-06-28 Thread Jabbar
perty... On 28/06/06, Jabbar <[EMAIL PROTECTED]> wrote: Hello again, Must be having a bad day, I didn't check the results properly... still doesn't work... still looking... On 28/06/06, Jabbar <[EMAIL PROTECTED]> wrote: > Hello Norbi, > > Sorry for the delay,

Re: Problem with two @for tags inside a @form tag

2006-06-28 Thread Jabbar
Hello again, Must be having a bad day, I didn't check the results properly... still doesn't work... still looking... On 28/06/06, Jabbar <[EMAIL PROTECTED]> wrote: Hello Norbi, Sorry for the delay, but have been working on other stuff ... I set the volatile parameter to &q

Re: Problem with two @for tags inside a @form tag

2006-06-28 Thread Jabbar
parameter volatile to "true". Regards, Norbi Jabbar wrote: > Hello all, > > I've got two @For loops inside a @Form tag. Each @For loop is printing > the part of the contents of the MeterCB class, two text fields and one > checkbox. During the rewind process tapestry i

Problem with two @for tags inside a @form tag

2006-06-26 Thread Jabbar
eter.getIndustry(), meter.getTamper()); this.selected = selected; } public Boolean getSelected() { return selected; } public void setSelected(Boolean selected) { this.selected = selected; }