I wish I had a tapestry component that would read a text file and randomly
output one of the rows.
Like a "quote rotator"... does anyone know if it exists out there or will I
have to write it myself?
If I'd write it myself... how would I do - any suggestions?
I suppose I'd wan't to read the file
Anyone wish to work with me to implement a shopping cart in tapestry
using the ofbiz project as the backend?
http://incubator.apache.org/ofbiz/
Thanks.
Phillip
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
activateExternalPage(...) won't be invoked unless the ExternalService is
used to access the page.
Which service is used for a certain url depends on which ServiceEncoders
are in use. If you're using the standard "friendly urls" ServiceEncoders,
the correct url would be:
http://localhost:80
Hi,
I'm trying to make the Home page in my application implement the
IExternalPage interface and am running into an issue where the public
void activateExternalPage(Object[] parameters, IRequestCycle cycle)
doesn't get called when the Home page loads. Is there a known limitation
where the Hom
Here's my response from the other thread:
When I've had this problem in
the past, I have just used my own submit button instead of tapestry
submit component. Then I just have my submit button call a javascript
method instead of submitting the form. Then, at the end of the
javascript method, cal
Oops,
Color me dorky, I wasn't calling the page using the external service ;)
Good to go!
Leo Sakhvoruk wrote:
Hi,
I'm trying to make the Home page in my application implement the
IExternalPage interface and am running into an issue where the public
void activateExternalPage(Object[] parame
Throw a RuntimeException instead of ApplicationRuntimeException ?
On 11/13/06, Dan Adams <[EMAIL PROTECTED]> wrote:
I have a page where if there is an exception I actually want it to
bubble up all the way to the container so that a 500 error is displayed.
Anyone know how to do that?
--
Dan Ada
Probably to inject some before advice into the form submission so that
he can set the value before it submits. When I've had this problem in
the past, I have just used my own submit button instead of tapestry
submit component. Then I just have my submit button call a javascript
method instead of
On 11/13/06, Payne, Matthew <[EMAIL PROTECTED]> wrote:
Need link to online demo :)
I'm working on it. Anyone know a good servlet hosting company?
--sam
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
I think you forgot to list what your problem was.
On 11/13/06, Edoardo Campagnano <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to compute a value at the moment my formi s submitted, in this
way
function getMessage() {
document.myForm.myHidden.value="Pizzicone"
Hi Carlos,
If the bean is not marked persistent, it will be null on form rewind when
the BeanForm tries to set its property values. Another option may be to
implement PageBeginRenderListener and ensure the bean is initialized inside
the pageBeginRender(PageEvent) method (I've never tried it thoug
Well, and then you do a global search and replace of "ognl:" into "prop:" in
your .page, .html and .jwc files.
Well, *almost* global ;-)
On 11/13/06, Martin Strand <[EMAIL PROTECTED]> wrote:
Just add the jar to your classpath, you don't need to do anything else.
On Mon, 13 Nov 2006 17:28:50
Need link to online demo :)
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler
Sent: Monday, November 13, 2006 3:03 AM
To: Tapestry users
Subject:tapestry live grid functionality announcement
I've built a nifty component whi
Daniel,
Why does the POJO used by beanform need to be persisted?
As per component reference:
The Java bean to be displayed by the component; any old POJO. The bean
specified must be marked persistent in the page specification.
Carlos
-Original Message-
From: D&J Gredler [mailto:[EMAIL
I have a page where if there is an exception I actually want it to
bubble up all the way to the container so that a 500 error is displayed.
Anyone know how to do that?
--
Dan Adams
Senior Software Engineer
Interactive Factory
617.235.5857
Just add the jar to your classpath, you don't need to do anything else.
On Mon, 13 Nov 2006 17:28:50 +0100, Peter Stavrinides
<[EMAIL PROTECTED]> wrote:
Hi
I am using Tomcat with Tapestry 4.1. Has anyone tried using
tapestry-prop with 4.1?
What do I need to do to use it, and how do I con
Hi
I am using Tomcat with Tapestry 4.1. Has anyone tried using
tapestry-prop with 4.1?
What do I need to do to use it, and how do I configure it?
Thanks
Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
Hi,
I've created my own flavour of PropertySelection called
PropertySelectionWithHint that may display a "choose an option below" in the
first option of the list.
When there are no elements in the list the components render method just
returns . When this happens I'd like the associated TextF
What version of the code has these fixes?
Matt
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 15, 2006 6:54 PM
To: Tapestry users
Subject:Re: Ajax form that updates itself destroys the ajaxy-goodness
of said form
No need for than
Sorry for the other mail, this is the complete one
Hi,
I'm trying to compute a value at the moment my formi s submitted, in this
way
function getMessage() {
document.myForm.myHidden.value="myComputedValue"
}
Th
Hi,
I'm trying to compute a value at the moment my formi s submitted, in this
way
function getMessage() {
document.myForm.myHidden.value="Pizzicone"
}
Edoardo Campagnano
Just crossed my mind this could be a problem with some older version cached
in the browser. So I cleared IE cache and... everything works fine...
Sorry about all that noise
2006/11/13, Christian Dutaret <[EMAIL PROTECTED]>:
I still have the same problem with IE and DropdownDatePicker using toda
I will be out of the office starting 11/13/2006 and will not return until
11/27/2006.
I will respond to your message when I return.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I still have the same problem with IE and DropdownDatePicker using today's
latest snapshot. I noticed some changes though. djConfig is different on IE
or firefox:
IE6: "locale":"fr"
FF2: "locale":"fr-fr"
Still works fine with FF, still broken on IE.
2006/11/9, Christian Dutaret <[EMAIL PROTECTE
I've built a nifty component which uses a vertical scrollbar to
transition between pages on a table which is then updated
asynchronously to show the new page. It looks something like the
liveGrid thing from Rico, although mine still needs a lot of polish
before it works quite as well.
It still n
25 matches
Mail list logo