Re: Call me page wicket from iframe in page.jsp

2013-05-17 Thread Alis
Hello! The problem is that we no longer need two separate applications, but the application contain wicket in the other. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Call-me-page-wicket-from-iframe-in-page-jsp-tp4658716p4658901.html Sent from the Users forum

Re: Call me page wicket from iframe in page.jsp

2013-05-17 Thread Alis
Hello! The problem is that we no longer need two separate applications, but the application contain wicket in the other. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Call-me-page-wicket-from-iframe-in-page-jsp-tp4658716p4658902.html Sent from the Users forum

Wicket in other application

2013-05-16 Thread Alis
Hello! Currently, I have two applications: one wicket and one in struts jsp. Both need to interact. I keep the same HttpServletRequest and HttpSession in both apliacaiones. The solution I thought is to unify the wicket application in another application. How do I? -- View this message in

Re: Wicket in other application

2013-05-16 Thread Alis
Yes, i want to merge them into a single application with only one code base. I'm bringing in other wicket application. I began by: web.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC quot;-//Sun Microsystems, Inc.//DTD Web Application 2.3//ENquot;

Re: Call me page wicket from iframe in page.jsp

2013-05-16 Thread Alis
Thank you! How do I keep the same session even if aplicaiones different? To be placed in each web.xml, help me -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Call-me-page-wicket-from-iframe-in-page-jsp-tp4658716p4658869.html Sent from the Users forum mailing list

Re: Call me page wicket from iframe in page.jsp

2013-05-14 Thread Alis
Thank you! Now, my problem is that there are two sessions (one in wicket application and another in jsp). How achievement maintain the values ​​existing in the request from wicket to return to interact in the page jsp. Example: page in wicket (Page.java) WebRequestCycle cycle =

Call me page wicket from iframe in page.jsp

2013-05-10 Thread Alis
Hello! Help me , how call me a page in wicket from iframe of page .jsp. Example: *page.jsp* -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Call-me-page-wicket-from-iframe-in-page-jsp-tp4658716.html Sent from the Users forum mailing list archive at Nabble.com.

error in heritance

2010-11-23 Thread Alis
Hello!i´m doing a call to the son class, and and show the error: WicketMessage: Base markup of inherited markup not found. Component class: com.consisint.frontend.pages.ThirdByRolPolicy Enable debug messages for org.apache.wicket.util.resource.Resource to get a list of all filenames tried.

Re: error in heritance

2010-11-23 Thread Alis
Hello Alex, i´m using inheritance. See the cod. html of class extend Panel: ?xml version=1.0 encoding=UTF-8? html xmlns:wicket=http://www.w3.org/1999/XSL/Transform; head /head body wicket:panel div wicket:id=wmcwicket:child AQUI VA EL CHILD/wicket:child/div div

Re: error in heritance

2010-11-23 Thread Alis
Alex, the class Base extend Panel (ThirdByRolMain) and the class Sub extend Base (ThirdByRolPolicy). The two class is in package com.consisint.frontend.pages. And the html in C:\programs\FrontEnd\FrontEnd\WebContent\views . Help me please, error: WicketMessage: Base markup of inherited

Re: error in heritance

2010-11-23 Thread Alis
I´m use wicket 1.4.6! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/error-in-heritance-tp3055355p3055471.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe,

Re: error in heritance

2010-11-23 Thread Alis
I done the class to change the location: public class ConfigHtmlPath extends ResourceStreamLocator { /** * Constructor class */ public ConfigHtmlPath() { } /** * Find the html resource in the dir especified * @param clazz class to localize *

Re: error in heritance

2010-11-23 Thread Alis
James, please help me. Thank you! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/error-in-heritance-tp3055355p3055573.html Sent from the Users forum mailing list archive at Nabble.com. - To

Re: ModalWindow - Question

2010-07-07 Thread Alis
Hello Martin, i´m use dialog(name ModalWindow).close(target)...thank you! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ModalWindow-Question-tp2279695p2280890.html Sent from the Wicket - User mailing list archive at Nabble.com.

ModalWindow - Question

2010-07-06 Thread Alis
Hello! i´m done a ModalWindow the question, where it's show two button: yes / no. When the user do click the button, i done a close the ModalWindow and have a error. Help me! AjaxButton yesB= new AjaxButton(YesButton){ public void onSubmit(AjaxRequestTarget target, Form form){