Hi!
I just noticed that the behavior of directlink seems to have changed
from 4.1.1. We have the following directlink in your page:
listener="listener:logoutUser" href="#"> ...
Problem is now that the listener does not get called, but the
RedirectException inside the listener seems to get
Hi,all
T5 components was put in ${app-root}/components by default, I wanna create
reusable
components in different web applications. How to do?
Thanks.
--
Korben Zhang
Hi All,
When I use select
model="currencyModel" value="currency" size="1"/>
I always get the generate html code like this
$disabled="disabled" value="CAD_$">CAD_$
RMB
GBalt="[Error]" class="t-error-icon t-invisible" id="currency_id:icon"
src="/bogo/assets/tapestry/fi
I deploy to test & production environments on tomcat but develop using
jetty. I know how to setup and use jndi resources using spring and tomcat
so I guess really it is just jetty that I'm not sure about. Any help here
is much appreciated.
Thanks,
Marcus
Hi All,
Recently it seems the T5 trunk haven't any code update.
Is T5 dead?
Thanks
Allen Guo
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Ok. Today I tried the suggestion of appending the value to the DirectLink
URL, and it is working.
The way to solve "how to get the valueFromInputField on a particular row" is
to define a counter attribute in my row object, and on the server side it
will assign the row index (0,1,2,..) as part
Hi everybody,
I'm experiencing lots of problems with Dialog component with Tapestry
4.1.2, don't know if other or getting the same problems,
I'm just following the Dialog tutorial on online documentation.
First problem is that I get an exception if not setting the optional
"hidden" parameter wit
On Thu, 26 Jul 2007 18:18:42 -0300, Chris Lewis
<[EMAIL PROTECTED]> wrote:
I think hat's a legitimate problem. I know in T4 a checksum was
generated by links to assets and then verified by tapestry before
yielding the actual asset (by verifying the sum). However the fact that
you can use
I couldn't find an actual answer to my initial question so I ended up
using a different approach which brings up another question.
What I ended up doing is using ModalBox
(http://wildbit.com/demos/modalbox/) because there were a few more
things that in could control, ie (add scrollbars if content
Asset service doesn't really need a configuration point here, imo.
You can already make contributions to services that would allow you
to implement this sort of content filtering.
For instance, you could contribute a RequestFilter. Alternatively,
you could contribute a Dispatcher to teh Maste
Everyday I update the tp5 from svn trunk, but it seems few codes or no codes
was committed recently.
I'm too anxious to see the tp5 release.
Now I'm developing a typical web2.0 application use T5 just for prove tp5 is
enough strong , convenient and simple .
But using current preview release , I ha
Thiago, my apologies. You are correct. I would think this is big a
problem if you can't hide important files from users!
Dan
On 7/26/07, Thiago H de Paula Figueiredo <[EMAIL PROTECTED]> wrote:
On Thu, 26 Jul 2007 16:46:37 -0300, Daniel Jue <[EMAIL PROTECTED]> wrote:
> Hi, Just don't put con
I think hat's a legitimate problem. I know in T4 a checksum was
generated by links to assets and then verified by tapestry before
yielding the actual asset (by verifying the sum). However the fact that
you can use the asset service to pull any arbitrary file out of the
classpath, even those tha
On Thu, 26 Jul 2007 16:46:37 -0300, Daniel Jue <[EMAIL PROTECTED]> wrote:
Hi, Just don't put configuration resources there.
I'm not sure you had understood what I've said.
My hibernate.cfg.xml is in /src/main/resources. So it is copied by
Eclipse/NetBeans/Maven/whatever to my webapp's clas
Hi, Just don't put configuration resources there. Here's what I use
(since I wrote it up heheh):
http://wiki.apache.org/tapestry/Tapestry5WhereToStoreConfigurationResources
http://wiki.apache.org/tapestry/Tapestry5WhereToStoreExternalResources
On 7/26/07, Thiago H de Paula Figueiredo <[EM
Was there something in particular you were hoping to see committed?
Or are you asking such a question just to entertain us?
On 7/26/07, Massimo Lusetti <[EMAIL PROTECTED]> wrote:
On 7/26/07, Allen Guo <[EMAIL PROTECTED]> wrote:
> Recently it seems the T5 trunk haven't any code update.
> Is T5 d
Responding to my own mail...
I found an old Andreas mail to the lis (
http://mail-archives.apache.org/mod_mbox/tapestry-dev/200606.mbox/[EMAIL
PROTECTED])
that explained how to do this.
I'll sumarize my ideas so that I can check if they are correct and maybe it
will result usefull to the next
Hi,
FieldLabel does not works with Radio because it does not descend from
IFormComponent,
and a search on the [EMAIL PROTECTED] confirm this fact:
http://www.nabble.com/Radio-button-labels-tf3083795.html#a8569717
I've done this for a Labeled Radio button:
JWC:
value="ognl:'vl'+curr
Igor Drobiazko a écrit :
Hi,
use 'copy-of' attribute:
Using 'copy-of' it is also possible to override some of the bindings of the
original component.
Thanks a lot Igor.
Cheers
Cyrille.
Igor
On 7/26/07, #Cyrille37# <[EMAIL PROTECTED]> wrote:
Hi,
What's the way to have something li
Jesse Kuhnert a écrit :
Look at the "How client ids are generated" section here:
http://tapestry.apache.org/tapestry4.1/ajax/basics.html
It's all covered in excruciating detail. The gist of it is that you do
this:
public void renderSomething(){
super.renderIdAttribute(writer, cycle);
}
an
Hi,
use 'copy-of' attribute:
Using 'copy-of' it is also possible to override some of the bindings of the
original component.
Igor
On 7/26/07, #Cyrille37# <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> What's the way to have something like a variable in component
> specification ?
>
> In those 2 compon
Hi,
I need to put some javascript in the that has dynamic content (JSON
strings). That javascript also needs to be put in the head only from
certain pages, not all of them.
I can do this for *static* javascript assets via (for example)
void beginRender (MarkupWriter writer)
{
Document
Hi!
I'm developing a Tapestry 5 application and I was looking at access to
assets via URLs. I typed http://localhost:8080/assets/tapestry/default.css
to take a look at T5 default CSS values.
Then I typed http://localhost:8080/assets/hibernate.cfg.xml . . . and it
showed that file. It's a
The problem is not the disabled="false".
Last time I asked you to post your model code, but you didn't
I'm pretty sure the problem is in your model.
Cheers,
Nick.
Allen Guo wrote:
Hi All,
When I use select
model="currencyModel" value="currency" size="1"/>
I always get the generate html code
On 7/26/07, Allen Guo <[EMAIL PROTECTED]> wrote:
Recently it seems the T5 trunk haven't any code update.
Is T5 dead?
Of course it's dead. Why you shuold think otherwise?
--
Massimo
http://meridio.blogspot.com
-
To unsubscrib
No, usually tags are done for "release" and don't change with time.
trunk is usually the currently developed (changing) version.
version 4.1.2 just released recently so you have tag for 4.1.2 that reflect
the source code if this release (and that won't change), as Tapestry 4 is
still under activ
Hello,
Are there any plan to port the tapestry netbeans module to T4.1.2 and
nb6.0m10 ?
Thx,
kiuma
Hi Andreas!
When I emailed to Tapestry's list I was prototyping a project. Now I'm
actually developing it and I'm very interested in getting this service
working.
Did you find some code where you used this feature?
Thanks!
Marcos
On 6/29/07, Marcos Chicote <[EMAIL PROTECTED]> wrote:
Thanks A
Perhaps I can present my question in a different way :
What's the way to have an inter-fields validation for a form, like if
checkboxA and checkboxB are checked, textfieldC must be filled.
Should I create a component which it not rendered but it comes for
inspecting form's fields to make the va
Hi,
What's the way to have something like a variable in component
specification ?
In those 2 components there is the same ognl expresion in the value
attribute.
value="ognl::'L'+currentList.id+'C'+currentCandidat.id" />
value="ognl:'L'+currentList.id+'C'+currentCa
the funny thing is, if i update the first form, the ajax-response handles the
ids right! after that i can submit both forms via ajax...
-Ursprüngliche Nachricht-
Von: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 26. Juli 2007 04:51
An: Tapestry users
Betreff: Re: T4.1.2
We all want it to reach production quality soon, but what it is
now took Howard a couple of months working full-time to achieve.
Now he is working to pay the rent, so we must be patient.
But it's certainly not dead, or even standing still ...
(1) Dan Adams has been voted as a new committer - he
Jesse Kuhnert a écrit :
If you want to look at 4.1.2 source use the tag - if you want to look at
whatever the current development version is use trunk. (currently
4.1.3 but
that will probably change more frequently now)
Thanks.
Is the Tag 4.1.2 changes ? Like bug correction ?
I think the Tag
On 7/26/07, Allen Guo <[EMAIL PROTECTED]> wrote:
Hi All,
Recently it seems the T5 trunk haven't any code update.
Why whould it be dead? Last commit was 18 hours ago.
--
regards,
Robin
-
To unsubscribe, e-mail:
This question has come up in the mailing list
recently.
The following gives a brief description.
Suppose org.man.tapestry5.components will hold our new
components.
1) add the following to AppModule
public static void
contributeComponentClassResolver(Configuration
configuration)
{
Martino Piccinato a écrit :
No, usually tags are done for "release" and don't change with time.
trunk is usually the currently developed (changing) version.
version 4.1.2 just released recently so you have tag for 4.1.2 that
reflect
the source code if this release (and that won't change), as
well tapestry team is doing this on trunk. If you want to submit code I
think the best way to do it would be to open an issue in the jira issue
tracker for tapestry 4 and attach a diff of "your" version with latest tag
and/or current trunk.
On 7/26/07, #Cyrille37# <[EMAIL PROTECTED]> wrote:
I was wondering if there was anyway to control the placement of the
Dialog component. I occasionally have more information that a normal
1024x768 resolution can fit so users have issues seeing everything in
my dialog box. Is there a way to force the dialog to stay in place
while scrolling.
Than
All of us help him??
Thanks Howard
2007/7/27, Nick Westgate <[EMAIL PROTECTED]>:
> We all want it to reach production quality soon, but what it is
> now took Howard a couple of months working full-time to achieve.
> Now he is working to pay the rent, so we must be patient.
>
> But it's certainly
39 matches
Mail list logo