Hi all,
I have a strange requirement and i'm not clear on the recommended
tapestry approach... (T5.1.2)
It seems similar to AjaxFormLoop or Form+Loop except that I need to
transpose the table, ie each Column is a record and each Row is an
attribute.
Is there a way to use AjaxFormLoop in a
Hi Tom
I am using this piece of code in one of my applications and I am submitting
even ajax form using it. I did make some changes to it. I am attaching the
code. (I had to extract it from my one of my modules, so not in proper
directory structure).
regards
Taha
On Tue, May 3, 2011 at 11:55 P
Thanks for the reply Thiago!
The problem is that I am trying to make a zone update via an action link in
the page of the modalbox component. The request should be an Ajax request
but does not behave as such.
I want to update a feedback text inside the modal box without loading a new
page.
I am pret
On Tue, May 3, 2011 at 10:40 AM, Adam Zimowski wrote:
> When we were looking at your course Howard, seemed perfectly fit,
> covering all basics of the framework, very well. Therefore, not much
> to comment on your question IMO since it's hard to improve something
> already very good.
Wel, thanks!
Thank you for the info Thiago! Unfortunately this seem to indicate that
a sledgehammer needs to be taken to the task :( I've experimented with
disabling Blackbird (which is fairly trivial using the correct symbol)
but this doesn't disable T5's JS error capturing. I'll try if putting it
in produ
On Tue, 03 May 2011 12:58:34 -0300, tompeter wrote:
Hi Taha,
first off, thanks for your code!
I have a question concerning the zone support.
I have implemented the necessary javascript parts but get an error when
using zones:
Return type org.apache.tapestry5.internal.structure.BlockImpl can no
When we were looking at your course Howard, seemed perfectly fit,
covering all basics of the framework, very well. Therefore, not much
to comment on your question IMO since it's hard to improve something
already very good.
However, I see a lot of value in offering an advanced course, focusing
most
Well ... based on these comments, I don't need to change a thing :-)
On Tue, May 3, 2011 at 6:26 AM, Joost Schouten (ml)
wrote:
> In my early days I would have liked someone to have emphasized:
>
> - onActivate and onPassivate so I would have stuffed less into my sessions.
> - How components can
Hi Taha,
first off, thanks for your code!
I have a question concerning the zone support.
I have implemented the necessary javascript parts but get an error when
using zones:
Return type org.apache.tapestry5.internal.structure.BlockImpl can not be
handled
Can you tell me what I am missing?
Thanks
On Tue, 03 May 2011 12:13:15 -0300, Martin Reurings
wrote:
Hi guys,
Hi!
Perhaps my google-fu is too weak, perhaps it's something nobody else has
had an issue with, but T5's built in javascript error-handling keeps
getting in the way of development :( Sometimes it's quite useful in
pr
Hi guys,
Perhaps my google-fu is too weak, perhaps it's something nobody else has
had an issue with, but T5's built in javascript error-handling keeps
getting in the way of development :( Sometimes it's quite useful in
providing me T5 related hints concerning my errors but more often than
not
Well I don't know if this solves your problem but you are misspelling
the name of your field. "imageBasePath", not "imageBathPath".
On 03/05/2011, at 11:31 PM, cablepuff wrote:
> Hi I have the following class.
>
>
> my page file.
> class MyPage {
> @Property
>@Inject
>@Symbol(va
Hi I have the following class.
my page file.
class MyPage {
@Property
@Inject
@Symbol(value = UploadSymbols.REPOSITORY_LOCATION)
private String imageBasePath;
}
my tml file.
${imageBathPath}/${image2}
I get the following error.
Could not convert 'imageBathP
In my early days I would have liked someone to have emphasized:
- onActivate and onPassivate so I would have stuffed less into my sessions.
- How components can interact with their containers and @Environmental
services. I initially ended up building components that needed to know
too much abo
Hi,
I'm not able to use componet Palette on iPhone 4. Componet has appeared but
buttons for moving items from left to right and vice versa doesn't work, no
error message. Did anyone faced to this problem? Or better, did anyone
solved this issue?
--
View this message in context:
http://tapestry.
15 matches
Mail list logo