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
>>
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
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
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
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
>&
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
&
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
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
electChannelConnector">
>${jetty.port}
>
> ${jetty.max-idle-time}
>
>
>
>
>
>org.mortbay.jetty
> jetty-plus
>${jetty.version}
>
electChannelConnector">
>${jetty.port}
>
> ${jetty.max-idle-time}
>
>
>
>
>
>org.mortbay.jetty
> jetty-plus
>${jetty.version}
>
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
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
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
> >
> >
> >
> >>
> >
> >
> >
&
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
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
s
A Jabbar Azam
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
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
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
>&
... 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
-
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]>:
cheme );
>sb.append( "://" );
>sb.append( request.getServerName() );
>if ( ! ( ( scheme.equals( "http" ) && port == 80 ) || (
> scheme.equals( "https" ) && port == 443 ) ) ) {
>sb.append(
. 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
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
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]
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]
sam
On 12/7/06, Jabbar <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I have the following,
>
> .page file,
>
>
>
>
>
>
>
>
>
>
>
>
> .html file
>
>
>
>
>
>
>
> What I wan
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
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
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
= 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
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
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: [
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
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
gt; -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---
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
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
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=#.#"/
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'
hanks
--
Thanks
A Jabbar Azam
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Oops. The textfield component definition is
On 14/10/06, Jabbar <[EMAIL PROTECTED]> wrote:
Hello again,
I have another problem. It concerns the textfie
ideas?
--
Thanks
A Jabbar Azam
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
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
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
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
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]
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
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,
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
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
eter.getIndustry(),
meter.getTamper());
this.selected = selected;
}
public Boolean getSelected() {
return selected;
}
public void setSelected(Boolean selected) {
this.selected = selected;
}
51 matches
Mail list logo