Remove bulletpoints from messagetext in feedbackpanel

2008-12-15 Thread HITECH79
Hallo, how can i remove the bulletpoints from messagetext in the feedbackpanel?? Thanks... -- View this message in context: http://www.nabble.com/Remove-bulletpoints-from-messagetext-in-feedbackpanel-tp21011955p21011955.html Sent from the Wicket - User mailing list archive at Nabble.com.

Overriding Text No Records Found

2008-12-16 Thread HITECH79
Hallo, how can i override/modify the text No Records Found Thanks M.K. -- View this message in context: http://www.nabble.com/Overriding-Text-%22No-Records-Found%22-tp21031080p21031080.html Sent from the Wicket - User mailing list archive at Nabble.com.

DatePicker size problem

2008-12-17 Thread HITECH79
Hallo, when i open a Datepicker (Wicket-Extension) first i see the full-size datepicker with close-button. When i move in with the mouse the datepicker resize smaller and the close-button fade away. http://www.nabble.com/file/p21051404/date.jpg -- View this message in context:

Re: DatePicker size problem

2008-12-17 Thread HITECH79
Thanks its an IE BUG :-) Fine with Firefox... Emanuele Gesuato-2 wrote: HITECH79 wrote: Hallo, when i open a Datepicker (Wicket-Extension) first i see the full-size datepicker with close-button. When i move in with the mouse the datepicker resize smaller and the close-button fade

Closing Modal Window and redirect to anonther Page! Problem!

2008-12-19 Thread HITECH79
Hallo wicket-friends, i have following problem. - I save a model to database. On success a SaveFeedbackDialog (in modal window) is showing. With a SubmitLink in the modal window you can close the SaveFeedbackDialog(MODAL), but i cant redirect to the OverviewPage.class in MainWindow. The

HR as Component

2008-12-23 Thread HITECH79
Hallo, is there any way to create a hr as Wicket Component? Thanks HITECH79 -- View this message in context: http://www.nabble.com/%3CHR%3E-as-Component-tp21148370p21148370.html Sent from the Wicket - User mailing list archive at Nabble.com

Fixed Column Width AjaxFallbackDefaultDataTable

2009-01-13 Thread HITECH79
Hallo, how can I set fixed column widths in AjaxFallbackDefaultDataTable. Thanks MK -- View this message in context: http://www.nabble.com/Fixed-Column-Width-AjaxFallbackDefaultDataTable-tp21436021p21436021.html Sent from the Wicket - User mailing list archive at Nabble.com.

I missing method newPage() for setResponsePage(.....);

2009-01-16 Thread HITECH79
Hallo, i miss the (old) method newPage() in Release 1.4-rc1. Is it substituted by another method? my Save-Process: New Order - Save - modal window (feedback) - goTo HomePage with table of my orders. Problem: Linking is ok, but on HomePage the new Order is not visible. After Refresh the Site

Place Button or Link in w_content_3 of ModalWindow

2009-03-05 Thread HITECH79
Hallo, how can i place components (buttons, links etc) in a ModalWindow which is displayed by div class w_content_3??? Is there an possibility to structure the modalwindow analog the css-classes. Thanks for help... -- View this message in context:

Re: Place Button or Link in w_content_3 of ModalWindow

2009-03-06 Thread HITECH79
HITECH79 wrote: Hallo, how can i place components (buttons, links etc) in a ModalWindow which is displayed by div class w_content_3??? Is there an possibility to structure the modalwindow analog the css-classes. Thanks for help... ANY WAYS TO HANDLE THIS PROBLEM? Please

Dynamic Link label

2008-07-09 Thread HITECH79
Hallo I am new in this forum and have this Problem with Pagelink: JAVA: add(new PageLink(mainLinkSupport, new IPageLink() { private static final long serialVersionUID = 1L; public Page getPage() { return new AcsSupportPage(); } public Class? extends

Re: Dynamic Link label

2008-07-09 Thread HITECH79
greeklinux wrote: Hello HITECH79, Is this a normal link to a page? You can do it much cleaner. I think this should be enough: add(new PageLink(mainLinkSupport, AcsSupportPage.class)); I suppose you will have somethink like this: a href=# wicket:id=mainLinkSupport SUPPORT

How can i use a Image as Link?

2008-07-10 Thread HITECH79
Hallo, how can i use a Image as Link and the mouse pointer is changing to a hand-symbol...? Cheers -- View this message in context: http://www.nabble.com/How-can-i-use-a-Image-as-Link--tp18378790p18378790.html Sent from the Wicket - User mailing list archive at Nabble.com.

AjaxFallbackDefaultDataTable Header Changing by CSS?

2008-07-10 Thread HITECH79
Hallo, can i change the Header-Style from AjaxFallbackDefaultDataTable by CSS? How can i put or use sort-arrows for sorting the table...? Cheers -- View this message in context: http://www.nabble.com/AjaxFallbackDefaultDataTable-Header-Changing-by-CSS--tp18378908p18378908.html Sent from

Structure in Wicket Project

2008-07-21 Thread HITECH79
Hallo, i have a question for structuring wicket projects, is it possible to divide *.java and *.html Files in different packages? Or is someone prefer another way to structure a wicket project Thanks a lot... -- View this message in context:

Rendering AjaxFallbackDefaultDataTable + Sorting Arrows + Font etc.

2008-07-24 Thread HITECH79
Hallo , how can i change the RENDERING of the header of AjaxFallbackDefaultDataTable. I wanna use arrows for sorting and changing the font of the header. Have any one a example ? Greetings -- View this message in context:

Re: Wicket + Hibernate without Spring and Databinder

2008-08-05 Thread HITECH79
(Throwable t) { Utils.errorLog(this.getClass(), t); } super.onEndRequest(); } }; } ** Martin 2008/8/5 HITECH79 [EMAIL PROTECTED]: Hallo, i need help for a configuration or tutorial or example for a project with Wicket+Hibernate+Tomcat

Wicket + Hibernate without Spring and Databinder

2008-08-05 Thread HITECH79
Hallo, i need help for a configuration or tutorial or example for a project with Wicket+Hibernate+Tomcat. Please no answers with interaction Spring or framework Databinder. Only Wicket+Hibernate+Tomcat :-) Thanks a lot Cheers... -- View this message in context:

Re: Wicket + Hibernate without Spring and Databinder

2008-08-08 Thread HITECH79
) { Utils.errorLog(this.getClass(), t); } super.onEndRequest(); } }; } ** Martin 2008/8/5 HITECH79 [EMAIL PROTECTED]: Hallo, i need help for a configuration or tutorial or example for a project with Wicket+Hibernate+Tomcat. Please no answers

Navigation set active Page

2008-10-09 Thread HITECH79
Hallo, i want to solve this problem: I create a Navigation for my project with css. I cant set the active Page in the Navigation. Body-Problem with child and extend? Have someone a best-practise or help for me ... Thanks... HITECH68 -- View this message in context: