Re: AutoCompleteTextField Stateless

2017-06-29 Thread Pedro Santos
Hi Marieke, in a similar situation I chose to send the components that should be presented in the modal window in the markup, hidden by the page CSS, and to create a modal window to show them using purely javascript. cheers Pedro Santos On Thu, Jun 29, 2017 at 11:33 AM, Marieke Vandamme wrote

Re: wicket:link doesn't work on srcset attribute

2017-02-23 Thread Pedro Santos
Hi Brosich, it's true. I think Wicket's wicket:link tag handler can be improved to cover this attribute. Cheers Pedro Santos On Thu, Feb 23, 2017 at 11:11 AM, Brosich, Alberto wrote: > Hello to all, > > I'm using the srcset attribute of a source tag inside a pict

Re: Java Wickets Dynamic DataView

2017-02-07 Thread Pedro Santos
affected by you transaction. Cheers Pedro Santos On Tue, Feb 7, 2017 at 2:31 PM, ASHU_JAVA wrote: > Thanks Padro for your response. > I'm a newbie to Java Wickets, so can you please share some more insights > regarding this. > > I'm using below code:- > > > > &g

Re: Can @Inject annotation be used instead of @SpringBean to inject Spring beans?

2017-02-04 Thread Pedro Santos
@Inject, it would make it easier to migrate to CDI as well cheers Pedro Santos On Tue, Jan 31, 2017 at 5:26 AM, Martin Grigorov wrote: > Hi, > > I use @SpringBean in my applications. > The only reason one to switch to @Inject is if your application may use > Guice in the future

Re: Java Wickets Dynamic DataView

2017-02-04 Thread Pedro Santos
Hi Ashu, just make sure the the add button inside the modal re-renders the DataView. If the input data was correctly add to the database, the DataView's IDataProvider should correctly start to provide them and they will show up in the response. cheers Pedro Santos On Thu, Feb 2, 2017 at

Re: Christmas / new year [NON-BIZ]

2016-12-31 Thread Pedro Santos
Thank you! Feliz ano novo! (portuguese :) Cheers Pedro Santos Pedro Santos On Sat, Dec 24, 2016 at 9:33 AM, Tobias Soloschenko wrote: > Hi all, > > I wish you a merry christmas and happy new year. :-) > > kind reg

[ANNOUNCE] CVE-2016-6793 Apache Wicket deserialization vulnerability

2016-12-30 Thread Pedro Santos
to write on the DeferredFileOutputStream attribute. Mitigation: Upgrade to Apache Wicket 6.25.0 or 1.5.17 Credit: This issue was discovered by Jacob Baines, Tenable Network Security and Pedro Santos References: https://wicket.apache.org/news

Re: How allow select from a disabled field

2016-12-02 Thread Pedro Santos
"disabled" attribute as the default presentation of a disabled text field. Cheers Pedro Santos On Fri, Dec 2, 2016 at 7:07 AM, Dan Haywood wrote: > The Apache Isis project [1] uses Wicket for its main viewer, and we > recently had this question [2] on our mailing list is: >

Re: Wicket 6 - How to fill form based on listview selected row

2016-09-18 Thread Pedro Santos
Link{ onClick(){ form.setDefaultModelObject(itemModel.getObject()); } } Pedro Santos On Sat, Sep 17, 2016 at 3:05 PM, Iamuser wrote: > Hello, > > I have a page with a : > 1. a listview > 2. an input form > > When first entering the page, the listview displays all th

Re: wicketAjaxGet in 1.6

2012-06-28 Thread Pedro Santos
Oh, also the best place to address this question is in the Wicket users list, redirecting... Pedro Santos 2012/6/29 Pedro Santos > Hi Daniel, > > if you want to call back a AJAX behaviour, you can also check the method > AbstractDefaultAjaxBehavior#getCallbackScript() > >

Re: AJAX requests on a mounted page with expired session

2011-12-14 Thread Pedro Santos
logic. Pedro Henrique Oliveira dos Santos 2011/12/14 Thomas Götz > Yes, that was what I had in mind. But where can I configure my custom > PageProvider (i.e. that Wicket knows that my PageProvider implementation > should be used)? > > Cheers, > -Tom > > > Pedro Sant

Re: AJAX requests on a mounted page with expired session

2011-12-14 Thread Pedro Santos
StalePageException, StalePageException is for another case ). Pedro Henrique Oliveira dos Santos 2011/12/14 Thomas Götz > Don't know either, but since I don't have any other idea at the moment: > how would I do this? > > Cheers, > -Tom > > > Pedro Santos wrote

Re: AJAX requests on a mounted page with expired session

2011-12-14 Thread Pedro Santos
Bleh, my bad, PageProvider will give you a fresh page since the MountedMapper were able to resolve the target page class. You can customize PageProvider to throw a StalePageException based on custom rules. Don't know if it's the best option. Pedro Henrique Oliveira dos Santos 2011/12

Re: Suppress page serialization

2011-12-14 Thread Pedro Santos
Hi Stefan, does it makes sense to move this object to the session? Make sure you make your page instance manager touching each affected page after to change the object. e.g. Session.get().touch(affectedPage); Pedro Henrique Oliveira dos Santos 2011/12/14 Stefan Lindner > Given is a Pag

Re: AJAX requests on a mounted page with expired session

2011-12-14 Thread Pedro Santos
Hi Thomas, encoding the page ID in the URL would respond an expired page. Pedro Henrique Oliveira dos Santos 2011/12/14 Thomas Götz > The situation: > > I have a mounted page containing several AJAX components. Whenever the > session expires and an AJAX request is triggered after

Re: JavaScript & noJavaScript Navigation

2011-12-14 Thread Pedro Santos
Hi, you can add the body as a WebMarkupContainer, set it to output its markup id, and replace it by decorating the AJAX response with the transition effect JS. If the client is using IE you just redirect it him to the target page. Pedro Henrique Oliveira dos Santos 2011/12/14 daslicht > He

Re: Stateful pages without page Id in the url

2011-09-15 Thread Pedro Santos
at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: stateless page + click on stateless link = stateful page

2011-09-13 Thread Pedro Santos
-**--**- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Updates on model of FormComponents not being displayed after Ajax call

2011-08-31 Thread Pedro Santos
Pohlandt > Hi Pedro, > > just tried that. Unfortunately it did not work. > I checked the source: >public final void modelChanged() >{ >// Call user code >internalOnModelChanged(); >onModelCha

Re: Updates on model of FormComponents not being displayed after Ajax call

2011-08-31 Thread Pedro Santos
e, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Problem with Android and ajax?

2011-08-25 Thread Pedro Santos
he contents of this e-mail is strictly > prohibited. If you have received this e-mail transmission in error, please > reply to the sender, so that AT&T can arrange for proper delivery, and then > please delete the message from your inbox. Thank you. > > -- Pedro Henrique Oliveira dos Santos

Re: nested table

2011-08-25 Thread Pedro Santos
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Wicket 1.5: Question (or feature request) afterOnInitialize()

2011-08-10 Thread Pedro Santos
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos -

Re: 1.5 - wicket module build question

2011-08-07 Thread Pedro Santos
cal maven repository and look > under .m2/repository/org/apache/wicket/wicket/1.5-SNAPSHOT shouldn't I see > a wicket-1.5-SNAPSHOT.jar ? > > Currently this is what I see: > $ ls > maven-metadata-local.xml  wicket-1.5-SNAPSHOT.pom > > Thanks, > - Kaz &g

Re: DataViw double clickable rows and ModalWindow

2011-08-03 Thread Pedro Santos
l > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira

Re: Disabling Entire Page, and Redirecting to Page in N Seconds

2011-08-02 Thread Pedro Santos
-- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Using IResourceCachingStrategy with context relative resources(non PackageResource)

2011-08-02 Thread Pedro Santos
-- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos --

Re: Manually Rendering a DataGridView

2011-08-01 Thread Pedro Santos
that populates the table. > > Specifically, I am trying to dynamically instantiate a jQuery DataTables > using the "JavaScript array" method ( > http://datatables.net/examples/data_sources/js_array.html). > > On Sun, Jul 31, 2011 at 10:40 PM, Pedro Santos wrote: > >> Th

Re: Manually Rendering a DataGridView

2011-07-31 Thread Pedro Santos
public methods for that. > > On Sunday, July 31, 2011, Pedro Santos wrote: >> Hi, I had a similar need and used the code at TableParser[1] to render >> the component tree to a mock response and later get its char sequence. >> >> 1 - > https://github.com/wickets

Re: Manually Rendering a DataGridView

2011-07-30 Thread Pedro Santos
DataGridView to a JavaScript array. > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: How can i get inline styles of div in runtime?

2011-07-27 Thread Pedro Santos
of-div-in-runtime-tp3698773p3698773.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Olive

Re: DropDownChoice updates onchange event.

2011-07-27 Thread Pedro Santos
--- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos -

Re: Textfield to keep the value after being refreshed

2011-07-20 Thread Pedro Santos
t; > I refresh the page using target.addComponent(fieldName); > The value that was entered in the text field is cleared. How can I get it to > keep the value? > > Thanks > Anna > -- Pedro Henrique Oliveira dos Santos -

Re: Form Component models not updating .. why ?

2011-07-04 Thread Pedro Santos
form still shows values inside of text field even thou > cleanUp() method is called > and why on reset button (which is not a RESET button in markup) form is > cleared ... I don't get it .. :( > > Please help > > Regards > > Armando > > > -- > View this message in context: > http://apache-wicket.18

Re: jsp check AuthenticatedWebSession.get().isSignedIn()

2011-06-30 Thread Pedro Santos
t; Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Override modal.js functionality because of issue with form inside form

2011-06-27 Thread Pedro Santos
Contribution(JAVASCRIPT)); > > With certain browsers, the way we are using browsers does not allow the > submit.   Works with IE but not in Chrome or Firefox. > > >   >     > The modal window markup are turn visible as a body's child, so it is not true that it will to be

Re: Override modal.js functionality because of issue with form inside form

2011-06-26 Thread Pedro Santos
> Here is the javascript I needed to change: > > ... > res/modal.js > " left: 10px; width: 100px;\"> style='background-color:transparent;padding:0px;margin:0px;border-width: > 0px;position:static'>"+ > -- Pedro Henrique Oliveira dos Santos

Re: Page serialization filling up disc space

2011-06-10 Thread Pedro Santos
em of old page serializations? If so, how > do I configure it? > > Best Regards, > Johan Evelönn > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.

Re: Preserving user input on ajax changes

2011-06-06 Thread Pedro Santos
> >> > What is the correct way to do this? >> >> > >> >> > -Nelson >> >> > >> >> >> >> ----- >> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> >> For additional c

Re: OnChange Ajax inside form within form?

2011-06-06 Thread Pedro Santos
axFormSubmitBehavior > on the selects fails to submit the form because the generated JS in the > onchange handler in the selects looks for a form ID that doesn't exist (the > navigation widget's form id, the form that wasn't actually put in the dom). > > Any ideas for

Re: Expanding tree and scrolling to item

2011-06-06 Thread Pedro Santos
for any reply that points me into the right direction to > solve this problem. > > Best, > Christian > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e

Re: Preserving user input on ajax changes

2011-06-02 Thread Pedro Santos
I get validation errors, or lose invalid input if I try to mock with >> the >> > onError() method of the AjaxSubmitLink >> > >> > What is the correct way to do this? >> > >> > -Nelson >> > >>

Re: WicketTester and clicking a tree node

2011-06-02 Thread Pedro Santos
icket/releases/wicket-1.4.17/wicket-extensions/src/test/java/org/apache/wicket/extensions/markup/html/tree/MoveChildToParentNodeMarkedForRecreationTest.java On Thu, Jun 2, 2011 at 1:53 PM, msalman wrote: > Pedro, thanks for your response. > > I solved my problem in the following way: > &

Re: 1.5 rc 4.2 ajax radiochoice bug?

2011-05-31 Thread Pedro Santos
; >>> -N >>> >> > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Expandable row in datatable

2011-05-30 Thread Pedro Santos
..@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: adding style to multiple form fields on validaton

2011-05-30 Thread Pedro Santos
---- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: WicketTester and clicking a tree node

2011-05-27 Thread Pedro Santos
orum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apach

Re: How to check markup attributes?

2011-05-24 Thread Pedro Santos
ops, invoke the tester.startPageOrComponent before the assert line. On Tue, May 24, 2011 at 5:25 PM, Pedro Santos wrote: > You can create an behavior doing the check in the > Behavior#onComponentTag. At this point you will have access to the > final ComponentTag object. > The tes

Re: How to check markup attributes?

2011-05-24 Thread Pedro Santos
>>            } >>      } >> } >> >> Is there a better way to achieve this? >> Ideally I'd like to do it in a unit test rather than at runtime. >> >> Craig >> >> > > ----

Re: JavaScript onClick Handler Stops Form Submit

2011-05-18 Thread Pedro Santos
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: How to prevent browser from caching pages

2011-05-16 Thread Pedro Santos
w exactly? > > ** > Martin > > 2011/5/16 Pedro Santos : >> You can decorate applicaiton's root request mapper to set in the >> anticache parameter in the mapped URL. You can also add a listener >> invoking WebResponse#disableCaching for all your responses. >>

Re: How to prevent browser from caching pages

2011-05-16 Thread Pedro Santos
;        url = url + "wicket:antiCache=" + System.currentTimeMillis(); > > > ** > Martin > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: us

Re: How to turn off the ModificationWatcher Task?

2011-05-16 Thread Pedro Santos
icationWatcher-Task-tp3526322p3526322.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users

Re: Using SigInPage with IE9

2011-05-16 Thread Pedro Santos
-- >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > > -- > Martin Grigorov > jWeekend > Training, Consulting, Development > http://jWeekend.com <http://jweekend.com/> > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Grouping DataView

2011-05-15 Thread Pedro Santos
ve me a hint how to solve this problem with Wicket? > > Best regards > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wi

Re: TextField not getting the value after a validation eror

2011-05-13 Thread Pedro Santos
rom the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos ---

Re: [Announce] Wicket Stuff Core 1.5-RC4.2 Released

2011-05-12 Thread Pedro Santos
et the > container do its thing?  I'm using Tomcat do you know of any way to set a > max file size in Tomcat? > > > On 5/12/2011 1:02 PM, Pedro Santos wrote: >> >> You can setup a firewall to prevent DOS attacks, I'm not sure if >> Wicket needs to re

Re: [Announce] Wicket Stuff Core 1.5-RC4.2 Released

2011-05-12 Thread Pedro Santos
You can setup a firewall to prevent DOS attacks, I'm not sure if Wicket needs to read the input stream regardless of its HTTP header specifying that the upload exceed the limit just to close the stream. On Thu, May 12, 2011 at 1:52 PM, Phil Franken wrote: > Thanks for the update Pedro.  

Re: New Website up using wicket

2011-05-12 Thread Pedro Santos
ibe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@w

Re: FeedbackPanel with Hierarchical DT/DD (Definition List Tags)?

2011-05-12 Thread Pedro Santos
inition-List-Tags-tp3515696p3517407.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: user

Re: FeedbackPanel with Hierarchical DT/DD (Definition List Tags)?

2011-05-12 Thread Pedro Santos
r...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: [Announce] Wicket Stuff Core 1.5-RC4.2 Released

2011-05-12 Thread Pedro Santos
se/WICKET-3594 > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pe

Re: FeedbackPanel with Hierarchical DT/DD (Definition List Tags)?

2011-05-11 Thread Pedro Santos
-- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-m

Re: FeedbackPanel with Hierarchical DT/DD (Definition List Tags)?

2011-05-11 Thread Pedro Santos
: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Children components

2011-05-09 Thread Pedro Santos
Debuging I saw an attribute "children" but I've not found a method that > can list > > that components for me. > > > > How can I do that? > > > > Thanks > > Vitor > > > > PS: My Wicket version is 1.4.15. > > -- Pedro Henrique

Re: Monitoring progress of business layer service in presentation layer

2011-05-03 Thread Pedro Santos
- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > -- Pedro Henrique Oliveira dos Santos ---

Re: SubmitLink with confirmation dialog

2011-05-01 Thread Pedro Santos
----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Forcing parent CSS to be contributed after all child CSS

2011-04-26 Thread Pedro Santos
CSS in parents onInitialize() and > >>> onBeforeRender(), but children's CSS always get written last. > >>> > >>> Is there any way to force parent's CSS to be contributed last? > >>> > >>> Thanks, > >>> > >>> Alec > >>> > >>> - > >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >>> For additional commands, e-mail: users-h...@wicket.apache.org > >>> > >>> > >> > > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Specific redirect after session timeout

2011-04-25 Thread Pedro Santos
e? > > Regards, > Peter. > > -- > http://jetwick.com open twitter search > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: formComponentPanel with content generated by RepeatingView

2011-04-23 Thread Pedro Santos
, it recreate its list item components each render and it already resolve which value goes to which component. > ;] > > pozdrawiam > Paweł Kamiński > > kami...@gmail.com > pkaminski....@gmail.com > __ > -- Pedro Henrique Oliveira dos Santos

Re: [MIGRATE 1.5] NPE trying to use JavaScriptTemplate

2011-04-22 Thread Pedro Santos
5-rc2. > > ----- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: formComponentPanel with content generated by RepeatingView

2011-04-22 Thread Pedro Santos
> Paweł Kamiński > > kami...@gmail.com > pkaminski@gmail.com > __ > -- Pedro Henrique Oliveira dos Santos

Re: formComponentPanel with content generated by RepeatingView

2011-04-21 Thread Pedro Santos
rotected void convertInput() > { >List accounts = getModelObject();* > >*setConvertedInput(accounts); > }* > > or maybe this is happening automagically :D > > pozdrawiam > Paweł Kamiński > > kami...@gmail.com > pkaminski@gmail.com > __ > -- Pedro Henrique Oliveira dos Santos

Re: Dynamically injecting CSS on panel swap

2011-04-17 Thread Pedro Santos
..@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: How to check if form submission succeeded using JavaScript?

2011-04-14 Thread Pedro Santos
ct if the form was submitted successfully or > not in JavaScript? > > Thanks, > > Alec > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: image in java script

2011-04-14 Thread Pedro Santos
t; >> including context root , please advice me how to use images in jquery >> functions ? >> >> -- >> View this message in context: >> http://apache-wicket.1842946.n4.nabble.com/image-in-java-script-tp3449390p3449390.html >> Sent from the Users forum mailing list archive at Nabble.com. >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> >> >> > -- Pedro Henrique Oliveira dos Santos

Re: Wicket 1.5 PageParameters vs IRequestParameters question.

2011-04-11 Thread Pedro Santos
-- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Form composed of Panel components

2011-04-11 Thread Pedro Santos
gt; Panel? > > >-Original Message----- > >From: Pedro Santos [mailto:pedros...@gmail.com] > >Sent: Monday, 11 April 2011 11:54 PM > >To: users@wicket.apache.org > >Subject: Re: Form composed of Panel components > > > >Form will process nested form componen

Re: Form composed of Panel components

2011-04-11 Thread Pedro Santos
ticipant etc.,)? > > > >Chris Colman > > > > > >- > >To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > >For additional commands, e-mail: users-h...@wicket.apache.org > >

Re: Form composed of Panel components

2011-04-11 Thread Pedro Santos
rmal validate/update > mechanism simply work like that or do I need to override some methods in > my Panel classes or make the Panel classes implement certain interfaces > (eg., IFormVisitorParticipant etc.,)? > > Chris Colman > > -- Pedro Henrique Oliveira dos Santos

Re: Pre-Select CheckBox in CheckBoxMultipleChoice?

2011-04-05 Thread Pedro Santos
> For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: UploadProgressBar Possible Bug

2011-04-04 Thread Pedro Santos
true). I will open a jira if/when time permits, if you have > the appropriate credentials please create a jira on my behalf, I am not > currently an account holder. > > > > > From: Pedro Santos > To: users@wicket.apache.org > Date: 04/04/2011 04:59 PM > Subject

Re: UploadProgressBar Possible Bug

2011-04-04 Thread Pedro Santos
ted not > to disclose, copy, distribute or take any action in reliance on the > contents of this information. -- Pedro Henrique Oliveira dos Santos

Re: Wicket For Mobile

2011-04-04 Thread Pedro Santos
bile phones? especially > the wicket javascript > Have there been any publication or any project discussing wicket > compatibility on Mobile Devices > > Thanks > -- Pedro Henrique Oliveira dos Santos

Re: How to display time for page generation ?

2011-04-02 Thread Pedro Santos
iscussion already happened, please send me a link. > > Thanks, > > -- > Isammoc > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: [VOTE] Behavior of CheckBox With Respect to setRequired(true)

2011-04-02 Thread Pedro Santos
er statements. You're asking > us > > to make "setRequired" do something that's completely different from what > > it's supposed to do. If you require a certain value, that's what > validators > > are for. If you require a value to be given, you use setRequired. > > Checkboxes ALWAYS give a value. There is no "I choose not to choose" > > option with a checkbox. That is what setRequired is for. It forces you > to > > make a *choice*. It does not force you to make a specific choice. > > - > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > > For additional commands, e-mail: users-h...@wicket.apache.org > > > > > -- Pedro Henrique Oliveira dos Santos

Re: ModalWindow detach/serialize crashes wicket app

2011-04-01 Thread Pedro Santos
issionse.com/> > 304 West Route 38, Moorestown, NJ 08057-3212 > > > > This is a PRIVATE message. If you are not the intended recipient, please > delete without copying and kindly advise us by e-mail of the mistake in > delivery. > NOTE: Regardless of content, this e-mail shall not operate to bind MSE to > any order or other contract unless pursuant to explicit written agreement or > government initiative expressly permitting the use of e-mail for such > purpose. > -- Pedro Henrique Oliveira dos Santos

Re: [VOTE] Behavior of CheckBox With Respect to setRequired(true)

2011-04-01 Thread Pedro Santos
; provide a value (it's binary) for a checkbox, so therefore it always > should satisfy the required requirement. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Detach on ldm?

2011-04-01 Thread Pedro Santos
yep On Fri, Apr 1, 2011 at 2:02 PM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > Shouldnt a call to detach on a cpm targeting a ldm chain detach so that it > will reload? > -- Pedro Henrique Oliveira dos Santos

Re: Strange behaviour in WicketTester when Ajax-clicking on a deselected checkbox

2011-03-31 Thread Pedro Santos
-- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: just having another question how to clear form fields

2011-03-28 Thread Pedro Santos
e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: HTML comment tag

2011-03-28 Thread Pedro Santos
openTag, ""); >} > > } > > and the output will be in the final HTML output: > > > -- Pedro Henrique Oliveira dos Santos

Re: [1.5RC2] impossible to add cookies

2011-03-28 Thread Pedro Santos
st archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Error during headers validation since migration to 1.5

2011-03-28 Thread Pedro Santos
additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Best way to remove content from a close Modal Window?

2011-03-21 Thread Pedro Santos
t; > What is the best way to remove the content from the ModalWindow after > the window is closed? I tried calling setContent(null) but that causes a > subsequent NPE. > -- Pedro Henrique Oliveira dos Santos

Re: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Pedro Santos
Mon, Mar 21, 2011 at 10:17 AM, Pedro Santos wrote: > The patch look good, but will force all current nested forms inside some > modal window to override the Form#isRootForm to return true > A possible way of avoid is to flag the mismatch in hierarchy. Join us in > the dev mail lis

Re: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Pedro Santos
=wicket#query:wicket%20list%3Aorg.apache.wicket.dev%20date%3A201102%20from%3A%22Pedro%20Santos%22+page:1+mid:lrhm4gcg7cxoskgm+state:results On Mon, Mar 21, 2011 at 10:01 AM, Sven Meier wrote: > Hi Pedro, > > modal window renders its content into its own tag's body before moving

Re: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Pedro Santos
> -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Ajax-modal-window-does-not-allow-submit-form-under-open-browsers-tp3390374p3393166.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Pedro Henrique Oliveira dos Santos

Re: Ajax modal window does not allow submit form under open browsers

2011-03-19 Thread Pedro Santos
add a root form component inside the modal window the generated markup will have 2 nested form tags which is illegal. Each browser have its own tolerance for illegal HTML > > -Original Message- > From: Pedro Santos [mailto:pedros...@gmail.com] > Sent: Saturday, March 19, 2011 8:0

Re: Ajax modal window does not allow submit form under open browsers

2011-03-19 Thread Pedro Santos
er:contentPanel:panel:m > odalWindow:content:calloutForm::IFormSubmitListener::" > style="width:0px;height:0px;position:absolute;left:-100px;top:-100px;ove > rflow:hidden"> id="calloutForm4d8_hf_0" /> > > class="content_panel_table"> > > ... > > > > > > > -- Pedro Henrique Oliveira dos Santos

  1   2   3   4   5   6   >