I've got it!
In one of my .TML files I put this comment:
**
My guess is some web browsers try to access the image, even if it is a
comment.
And, there is the exception.
I removed this comment from my .TML file.
I keep you informed if it happens
My page:
add item
some form fields ...
some form fields ...
if i click the "add item"-link, the zone "A" schould "injected" after form A
AND hide both submit button in form A.
Thats what i do with an external javascript
(zoneManger.updateFromUrl) and hide
the two sub
Hi,
we have seen this also and more than likely it's not the browsers to blame,
but the search bots. (At least on open networks.)
I once took a look at our apache logs and discovered that there are many
bots out there that do not respect any comments on pages at all, but rather
seem to get everyt
Better yet, use the directive, rather than a HTML comment,
to (temporarily) remove a stretch of template content.
On Tue, Jul 5, 2011 at 2:45 AM, 9902468 wrote:
> Hi,
>
> we have seen this also and more than likely it's not the browsers to blame,
> but the search bots. (At least on open network
Still trying to build what I thought would be a simple component.
My main tml looks like this:
[ input fields]
My component is very simple at the moment:
http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";
xmlns:p="tapestry:parameter">
Email Aliases
Just added an FAQ for this.
Why do I sometimes get the exception "The rendered content did not
include any elements that allow for the positioning of the hidden form
field's element." when rendering an empty Zone?
As part of Tapestry's form processing, it must write a hidden input
element with inf
Hi Richard, do you know if there has been any progress made on this feature?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/No-context-for-a-t-select-tp3398655p4553978.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
Hello, In my onPrepare method, I'm trying to select a select menu option by
default. I'm aware of tapestry being able to handle this automatically by
setting the object value, however I haven't had any success. If someone
could point me in the right direction, I'd greatly appreciate it.
--
View th
Hi
Can you share the code ?
regards
Taha
On Tue, Jul 5, 2011 at 11:32 PM, George Christman
wrote:
> Hello, In my onPrepare method, I'm trying to select a select menu option by
> default. I'm aware of tapestry being able to handle this automatically by
> setting the object value, however I have
Hi Andreas Pursian ,
I am interested. Please let me know the details.
Regards,
Mahendra
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Job-offer-for-tapestry-developer-m-f-tp2431360p4552241.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
On Tue, 05 Jul 2011 15:02:22 -0300, George Christman
wrote:
Hello,
Hi!
In my onPrepare method, I'm trying to select a select menu option by
default. I'm aware of tapestry being able to handle this automatically by
setting the object value, however I haven't had any success. If someone
c
That's what I changed mine to, I found something commented with .
There definitely aren't bots on my staging server though. Just IE
browsers...
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/T5-2-4-Unexpected-illegal-argument-exception-Input-string-context-css-is-not-va
Hi Taha,
this is my test code.
Long key = new Long("-8879035676972742623");
for(LineItem _lineItem : getPurchaseRequest().getLineItems()) {
for (LineItemFunding _lineItemFunding :
_lineItem.getLineItemFundings()) {
if(_lineItemFunding.getTemp
Hi
Firstly if you set a default value in onPrepare(), it will not only set the
value during render but also during submission, which I don't think you
intend to. A better choice will be onPrepareForRender().
Secondly, all you have to do is set the value that is bound to the select
component to a
Hi
Strange, nobody commented ? I am guessing nobody uses internet explorer or
only I am facing this problem (:
regards
Taha
On Tue, Jul 5, 2011 at 5:01 AM, Taha Hafeez wrote:
> Hi again,
>
> For the same application(attached in previous post) there is no leak in
> chrome, opera, Firefox, not e
Hi all,
I've spent as much time and brain cells as I can on this.
Does anyone has a working sample of Zone update based with information input by
the user?
Specifically, I have a text field that a user fills in, clicks an add
link/button, and I want to insert the new value in a in a zone.
I'
I have something like that floating in my code. Doesn't have to be
selectobject and could be a plain select, but you need zoneupdater.
--
View this message in context:
http://tapestry-users.832.n2.nabble.com/No-context-for-a-t-select-tp6060602p6551150.html
Sent from the Tapestry
Thanks everyone, I'm pretty new to backend development, so I guess I don't
completely understand hashcode equals and how it works.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554302.html
Sent from the Tapestry - User mailing list archiv
Hi Tom
It is not tested
Tapestry.Initializer.textUpdate = function(params)
{
Event.observe(params.buttonId, "click", function()
{
var zoneManager = Tapestry.findZoneManagerFromZoneId(zoneId);
if(zoneManager)
{
zoneManager.updateFromURL(params.URL + "/" +
urlencode
http://www.jchq.net/certkey/0902certkey.htm
What is the type of value bound to select ?
regards
Taha
On Wed, Jul 6, 2011 at 12:17 AM, George Christman
wrote:
> Thanks everyone, I'm pretty new to backend development, so I guess I don't
> completely understand hashcode equals and how it works.
On Tue, 05 Jul 2011 15:39:14 -0300, Tony Nelson
wrote:
Hi all,
Hi!
I've spent as much time and brain cells as I can on this.
Does anyone has a working sample of Zone update based with information
input by the user?
Always check the Tapestry JumpStart application and samples.
--
Thiag
Hi Thiago
You always have a better answer :)
Taha
On Wed, Jul 6, 2011 at 12:26 AM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Tue, 05 Jul 2011 15:39:14 -0300, Tony Nelson
> wrote:
>
> Hi all,
>>
>
> Hi!
>
>
> I've spent as much time and brain cells as I can on this.
>> D
Object entity label using UUID transient temp Ids. I'm also using an encoder
with the select menu. Not sure if that matters.
fundingModel = selectModelFactory.create(purchaseRequest.getFundings(),
"label");
Thanks for the article, reading as we speak.
--
View this message in context:
http://t
On Tue, 05 Jul 2011 15:59:10 -0300, Taha Hafeez
wrote:
Hi Thiago
Hi Taha!
You always have a better answer :)
I don't think so. :) And JumpStart has many! Very useful!
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instruc
On Tue, 05 Jul 2011 16:04:59 -0300, George Christman
wrote:
Object entity label using UUID transient temp Ids. I'm also using an
encoder with the select menu. Not sure if that matters.
They don't. Funding class sources, specially hashCode() and equals(), do
matter. ;)
--
Thiago H. de P
Hi lltyk, thanks for the reply.
I'm using your suggestion as followed and it only passes back the select
menu option id and ignors my context parameters. Any suggestions? Thanks.
Object onNewFundingChanged() {
String newFunding = request.getPara
Here's mine:
@Log
void onChange(String primary, String secondary, String categoryName)
{
And what it does:
2011-07-05 16:52:07,899 [qtp1317701801-91] DEBUG -[ENTER]
onChange("e1718719-df6e-4bc4-a25d-4b7c83b0baae",
"7486318b-3f15-4735-be78-0d42ec778e1b", "category1")
--
View this message in
I write a component in my page,the component contain a actionlink, everytime
I click the actionlink the page's onActivate() method will run. It is
unnecessary,what can I do?
Anyone can help me?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/a-component-problem-in-work-tp
On Tue, 05 Jul 2011 22:25:10 -0300, dick_hu wrote:
I write a component in my page,the component contain a actionlink,
everytime I click the actionlink the page's onActivate() method will
run. It is
unnecessary,what can I do?
This is not unnecessary: it's normal, correct, expected Tapestr
Hi,
I got two T5 applications, the first one:
https://www.safe.sample.com:8443
Now I need to add a new one, and I need to share the same ssl certificate as
the first one, so I need to use following url:
https://www.safe.sample.com:8443/order
can't figure out how to do this, suggestions?
Thank
Can't you just deploy the first one to the root and the second one to
the /order context? I think you'll have to setup the same SSL cert
twice--once for each app, but you should be able to use the same cert.
Mark
On Tue, Jul 5, 2011 at 9:01 PM, Angelo C. wrote:
> Hi,
>
> I got two T5 applicati
On Tue, 05 Jul 2011 23:01:31 -0300, Angelo C.
wrote:
Hi,
Hi!
I got two T5 applications, the first one:
https://www.safe.sample.com:8443
Now I need to add a new one, and I need to share the same ssl
certificate as
the first one, so I need to use following url:
https://www.safe.sample.co
Thiago H. de Paula Figueiredo wrote:
>
> This is not unnecessary: it's normal, correct, expected Tapestry behavior.
> The activate event is triggered everytime a page is requested, being it a
> render or event (action) one.
>
I see,but my actionlink trigger a ajax action and return a zone,
t
looks the way to go, but how to have this /order context in the 2nd app? in
tomcat's server.xml, we need to virtual hosts pointing to two t5 apps, first
one uses already Host name="safe.sample.com", how to specify another one
'safe.sample.com' with 'order' context?
sorry, this is not t5 related.
I think you need to look at @PageLoaded or @PageAttached annotations / naming
conventions
to do what you want. onActivate is for page context parameter processing
On Jul 5, 2011, at 10:33 PM, dick_hu wrote:
>
> Thiago H. de Paula Figueiredo wrote:
>>
>> This is not unnecessary: it's normal, c
Lenny Primak wrote:
>
> I think you need to look at @PageLoaded or @PageAttached annotations /
> naming conventions
> to do what you want. onActivate is for page context parameter processing
>
Thank for your suggestion.I will try it.
--
View this message in context:
http://tapestry.1045711.n5
Use httpd infront of tomcat(s)
That way you have to administer the certificate only once + you can
proxy_ajp to any number of tomcats and jettys and glassfishes etc.
In proxu_ajp.conf you can decide what urls goes to which tomcats or to which
tomcat "url" inside one tomcat.
Separate containers p
37 matches
Mail list logo